Main Page
<!DOCTYPE html> <html lang="en"> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TJUDB课题组主页</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f0f8ff; /* 整体背景为淡蓝色 */ color: #333; } .header { background-color: #4682b4; /* 深蓝色头部背景 */ color: white; padding: 20px; text-align: center; font-size: 24px; } .container { width: 80%; margin: 20px auto; } .welcome { text-align: center; font-size: 20px; color: #ff0000; /* 红色欢迎语 */ } .members, .news { margin-bottom: 20px; } .members h2, .news h2 { color: #4682b4; /* 深蓝色标题 */ border-bottom: 2px solid #4682b4; padding-bottom: 10px; } .news ul { list-style-type: none; padding: 0; } .news ul li { margin-bottom: 10px; } .news a { color: #4682b4; /* 深蓝色链接 */ text-decoration: none; } .news a:hover { text-decoration: underline; } .image-container { text-align: center; margin-bottom: 20px; } .image-container img { max-width: 100%; height: auto; } </style>
</head> <body>
欢迎加入TJUDB课题组!
欢迎加入TJUDB课题组!
新闻
- 祝贺董思聪同学论文被数据库顶级会议、CCF A类国际会议ICDE2022录用!
- 祝贺李钊、刘鑫同学论文被CCF B类期刊WWWJ录用!
- 王鑫老师的综述论文“知识图谱数据管理研究综述”被软件学报录用!
- 王鑫老师Tutorial“Knowledge Graph Data Management”被CCF B类国际学术会议DASFAA2019接受!
- 祝贺傅强同学Demo论文被CCF B类国际学术会议DASFAA2019录用!
- <a href="http://www.tjudb.cn/apwebwaim2020/">WELCOME TO APWeb-WAIM 2020!</a>
- <a href="http://www.tjudb.cn/apwebwaim2020/node/1">Call For Papers</a>
<img src="your-image-path.jpg" alt="TJUDB课题组">
</body> </html>