Skip to content

Commit 285390a

Browse files
committed
refactor data files
1 parent ffe03ef commit 285390a

File tree

9 files changed

+930
-414
lines changed

9 files changed

+930
-414
lines changed

assets/css/style.css

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,92 @@ html[lang="zh-CN"] .highlight-card h3 {
658658
}
659659

660660
.publication-list {
661+
list-style: none;
662+
padding-left: 0;
663+
margin: 0;
664+
}
665+
666+
.publication-item {
667+
margin-bottom: 18px;
661668
padding-left: 20px;
669+
position: relative;
670+
line-height: 1.6;
671+
font-size: 15px;
672+
color: var(--text);
673+
}
674+
675+
.publication-item::before {
676+
content: '•';
677+
position: absolute;
678+
left: 0;
679+
color: var(--text-light);
680+
font-size: 18px;
681+
top: 0;
682+
}
683+
684+
.pub-main-line {
685+
margin-bottom: 4px;
686+
}
687+
688+
.pub-support {
689+
font-style: italic;
690+
color: var(--text-light);
691+
font-weight: 400;
692+
}
693+
694+
.pub-alphabetical {
695+
font-style: normal;
696+
color: var(--text);
697+
font-weight: 400;
698+
}
699+
700+
.pub-title {
701+
font-weight: 700;
702+
color: var(--text);
703+
}
704+
705+
.pub-authors {
706+
color: var(--text-light);
707+
font-size: 14px;
708+
line-height: 1.5;
709+
}
710+
711+
.pub-venue {
712+
display: inline;
713+
color: var(--text);
714+
font-weight: 400;
715+
}
716+
717+
.pub-venue em {
718+
font-style: normal;
719+
font-weight: 700;
720+
color: var(--text);
721+
}
722+
723+
.pub-links {
724+
display: inline;
725+
margin-left: 4px;
726+
}
727+
728+
.pub-link {
729+
color: var(--fudan-blue);
730+
text-decoration: none;
731+
font-weight: 400;
732+
margin: 0 2px;
733+
transition: color 0.2s;
734+
}
735+
736+
.pub-link:hover {
737+
color: var(--fudan-red);
738+
text-decoration: underline;
739+
}
740+
741+
.pub-note {
742+
margin-top: 12px;
743+
padding-left: 20px;
744+
font-size: 13px;
745+
color: var(--text-light);
746+
font-style: italic;
662747
}
663748

664749
@media (max-width: 768px) {

assets/js/content-data.js

Lines changed: 486 additions & 0 deletions
Large diffs are not rendered by default.

assets/js/data2.js

Lines changed: 0 additions & 114 deletions
This file was deleted.

0 commit comments

Comments
 (0)