|
|
Line 1: |
Line 1: |
− | <!DOCTYPE html>
| + | {{DISPLAYTITLE:首页}} |
− | <html lang="en">
| + | ------------------------------------ |
− | <head>
| + | <big><big><font color=red>'''欢迎加入TJUDB课题组!'''</font></big></big> |
− | <meta charset="UTF-8">
| + | ------------------------------------ |
− | <meta name="viewport" content="width=device-width, initial-scale=1.0">
| + | '''<big>课题组成员:</big>''' |
− | <title>TJUDB课题组主页</title>
| + | '''[[Teachers|教师]]''' |
− | <style>
| + | '''[[Students|研究生]]''' |
− | body {
| + | ---------------------------------------- |
− | font-family: Arial, sans-serif;
| + | '''<big>新闻</big>''' |
− | margin: 0;
| + | * 祝贺董思聪同学论文被数据库顶级会议、CCF A类国际会议ICDE2022录用! |
− | padding: 0;
| + | * 祝贺李钊、刘鑫同学论文被CCF B类期刊WWWJ录用! |
− | background-color: #f0f8ff; /* 整体背景为淡蓝色 */
| + | * 王鑫老师的综述论文“知识图谱数据管理研究综述”被软件学报录用! |
− | color: #333;
| + | * 王鑫老师Tutorial“Knowledge Graph Data Management”被CCF B类国际学术会议DASFAA2019接受! |
− | }
| + | * 祝贺傅强同学Demo论文被CCF B类国际学术会议DASFAA2019录用! |
− | .header {
| + | '''<font color=red>'''[http://www.tjudb.cn/apwebwaim2020/ WELCOME TO APWeb-WAIM 2020!]'''</font> |
− | background-color: #4682b4; /* 深蓝色头部背景 */
| + | |
− | color: white;
| + | <font color=blue>'''[http://www.tjudb.cn/apwebwaim2020/node/1 Call For Papers]'''</font>''' |
− | 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> | |
− | <div class="header">
| |
− | 欢迎加入TJUDB课题组!
| |
− | </div>
| |
− | <div class="container">
| |
− | <div class="welcome">
| |
− | <big><big>欢迎加入TJUDB课题组!</big></big>
| |
− | </div>
| |
− | <div class="members">
| |
− | <h2>课题组成员:</h2>
| |
− | <ul>
| |
− | <li><a href="[[Teachers]]">教师</a></li>
| |
− | <li><a href="[[Students]]">研究生</a></li>
| |
− | </ul>
| |
− | </div>
| |
− | <div class="news">
| |
− | <h2>新闻</h2>
| |
− | <ul>
| |
− | <li>祝贺董思聪同学论文被数据库顶级会议、CCF A类国际会议ICDE2022录用!</li>
| |
− | <li>祝贺李钊、刘鑫同学论文被CCF B类期刊WWWJ录用!</li>
| |
− | <li>王鑫老师的综述论文“知识图谱数据管理研究综述”被软件学报录用!</li>
| |
− | <li>王鑫老师Tutorial“Knowledge Graph Data Management”被CCF B类国际学术会议DASFAA2019接受!</li>
| |
− | <li>祝贺傅强同学Demo论文被CCF B类国际学术会议DASFAA2019录用!</li>
| |
− | <li><a href="http://www.tjudb.cn/apwebwaim2020/">WELCOME TO APWeb-WAIM 2020!</a></li>
| |
− | <li><a href="http://www.tjudb.cn/apwebwaim2020/node/1">Call For Papers</a></li>
| |
− | </ul>
| |
− | </div>
| |
− | <div class="image-container">
| |
− | <img src="your-image-path.jpg" alt="TJUDB课题组">
| |
− | </div>
| |
− | </div>
| |
− | </body>
| |
− | </html>
| |
| <!-- 以下均为注释 | | <!-- 以下均为注释 |
| <strong>[http://dbgroup.tju.edu.cn/view/%E5%BC%A0%E4%B8%89 (样例)创建张三的主页]</strong> | | <strong>[http://dbgroup.tju.edu.cn/view/%E5%BC%A0%E4%B8%89 (样例)创建张三的主页]</strong> |