File tree Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Expand file tree Collapse file tree 1 file changed +10
-22
lines changed Original file line number Diff line number Diff line change 49
49
</ div >
50
50
51
51
<!-- Main Content Wrapper -->
52
- < div class ="wrapper ">
53
-
54
- < div class ="wrapper ">
52
+ < div class ="wrapper ">
55
53
< header >
56
54
57
55
{% if site.avatar %}
@@ -64,36 +62,27 @@ <h1>{{ site.title }}</h1>
64
62
< position style ="font-size:1.10rem; "> {{ site.position }}</ position >
65
63
< br >
66
64
{% endif %}
67
-
68
- {% if site.affiliation %}
69
- < a href ="{{ site.affiliation_link }} " rel ="noopener "> < autocolor > University of Illinois< br > Urbana-Champaign</ autocolor > </ a >
65
+
66
+
67
+ {% if site.subaffiliation %}
68
+ < a href ="{{ site.subaffiliation_link }} " rel ="noopener " target ="_blank ">
69
+ < autocolor > {{ site.subaffiliation }}</ autocolor >
70
+ </ a >
70
71
< br >
71
72
{% endif %}
72
-
73
+
73
74
{% if site.affiliation %}
74
- < a href ="{{ site.affiliation_link }} " rel ="noopener "> < autocolor > University of Illinois < br > Urbana-Champaign </ autocolor > </ a >
75
+ < a href ="{{ site.affiliation_link }} " rel ="noopener "> < autocolor > {{ site.affiliation }} </ autocolor > </ a >
75
76
< br >
76
77
{% endif %}
77
78
78
79
{% if site.email %}
79
80
< email > {{ site.email }}</ email >
80
81
{% endif %}
81
- {% if site.email2 %}
82
- < br >
83
- < email > {{ site.email2 }}</ email >
84
- {% endif %}
85
82
86
- < br >
87
- < br >
88
83
89
- {% if site.link_type == 'text' %}
90
- [< a href ="{{ site.google_scholar }} "> Google Scholar</ a > ]
91
84
< br >
92
- [< a href ="{{ site.cv_link }} "> Curriculum Vitae</ a > ]
93
85
< br >
94
- {% endif %}
95
-
96
- {% if site.link_type == 'icon' %}
97
86
< div class ="social-icons ">
98
87
{% if site.google_scholar %}
99
88
< a style ="margin: 0 5px 0 0 " href ="{{ site.google_scholar }} ">
@@ -125,11 +114,10 @@ <h1>{{ site.title }}</h1>
125
114
</ a >
126
115
{% endif %}
127
116
</ div >
128
- {% endif %}
129
117
< br >
130
118
131
119
</ header >
132
-
120
+
133
121
<!-- Page Content -->
134
122
< section >
135
123
{{ content }}
You can’t perform that action at this time.
0 commit comments