From ebddf71104a298de9fb10c915c5820258825f444 Mon Sep 17 00:00:00 2001 From: HouTeng Chan <ht-chen21@mails.tsinghua.edu.cn> Date: Sun, 15 Sep 2024 12:23:10 +0000 Subject: [PATCH] Update file attributions.html --- wiki/pages/attributions.html | 55 ++++++++++++++++++++++++------------ 1 file changed, 37 insertions(+), 18 deletions(-) diff --git a/wiki/pages/attributions.html b/wiki/pages/attributions.html index 7be3feab..b2f86898 100644 --- a/wiki/pages/attributions.html +++ b/wiki/pages/attributions.html @@ -25,7 +25,43 @@ margin-right: 100px; margin-left: 130px; } - + .sidebar { + position: fixed; + left: 5px; + top: 210px; + width: 160px; + height: 300px; + background-color: #ffffff; + padding: 20px; + box-shadow: 2px 0 5px rgba(0,0,0,0.1); + border-radius: 20px; + overflow-y: auto; /* Enable scrolling if content overflows */ + } + .sidebar ul { + list-style: none; + padding: 0; + margin: 0; + } + .sidebar ul li { + margin-bottom: 10px; + } + .sidebar ul li:last-child { + margin-bottom: 0; + } + .sidebar ul li a { + display: block; + padding: 10px; + color: #fa8072; + text-decoration: none; + transition: all 0.3s ease; + border-radius: 20px; + } + .sidebar ul li a:hover { + background-color: #fa8072; + color: #ffffff; + transform: translateY(-3px); + box-shadow: 0 4px 8px rgba(0,0,0,0.1); + } </style> </head> <body> @@ -41,7 +77,6 @@ <li><a href="#topic1">Topic1</a></li> <li><a href="#topic2">Topic2</a></li> <li><a href="#topic3">Topic3</a></li> - <li><a href="#topic4">Topic4</a></li> </ul> </div> @@ -52,8 +87,6 @@ <div class="progress-text">0%</div> </div> - <button class="back-to-top" id="backToTop" title="Back to Top">↑</button> - <div class="row mt-4"> <div class="col-lg-12"> <h2 id="description"> @@ -98,20 +131,6 @@ Tsinghua DMS has three institutes at present, the institute of Pure Mathematics which has 27 faculty members, the Institute of Applied Mathematics and Probability and Statistics which has 27 faculty members, and the Institute of Computational Mathematics and Operations Research which has 20 faculty members. There are currently about 400 undergraduate students and 200 graduate students.</p> </div> </div> - - <div class="row mt-4"> - <div class="col-lg-12"> - <h2 id="topic4"> - <h2>Topic4</h2> - <hr> - <p>Tsinghua University is consistently ranked among the top universities in the Asia-Pacific according to major international university rankings. Tsinghua University ranked No. 1 in China, the whole of Asia-Oceania region and emerging countries according to the Times Higher Education, with its industry income, research, and teaching performance indicator placed at 1st, 4th and 9th respectively in the world. Internationally, Tsinghua was regarded as the most reputable Chinese university by the Times Higher Education World Reputation Rankings where, it has ranked 8th globally and 1st in the Asia-Pacific.</p> - <p>The Engineering Research Center for Navigation Technology is a relatively young institute in the Department of Precision Instrument which was established in 2000, with the intention to "[pursue] excellence in the research and development in the field of high-accuracy inertial instruments and navigation technology, as well as in MEMS inertial sensor fields, and to provide advanced training for future scientists and engineers in the field of inertial technology." Its research interests cover high-accuracy inertial instruments and navigation technology, MEMS inertial sensors and systems, and precise electro-mechanical control systems and their application. As of 2012, the area of the center is 2900 square meters, including approximately 550 square meters of clean rooms. Equipment and instruments in this center are worth over 50 million RMB (US$7.56 million).</p> - </div> - - <div class="image-container"> - <img src="https://static.igem.wiki/teams/5187/unrelated-to-tech/thu.png" alt="ibd_figure" class="shadowed-image"> - </div> - </div> </body> </html> -- GitLab