Skip to content

Commit 79515ee

Browse files
committed
[config] Update footer in about
1 parent 84dcebf commit 79515ee

File tree

4 files changed

+44
-17
lines changed

4 files changed

+44
-17
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ params:
3030

3131
footer:
3232
since: 2019
33-
customText: "This is my personal page. Views are my own."
33+
customText: "Personal Web pages of CWI staff do not in any way constitute official CWI content. The views and opinions expressed in individual's Web pages are strictly those of the page authors. Comments on the contents of those pages should be directed to the page authors"
3434

3535
dateFormat: "2006-05-28"
3636

content/about.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ layout: about
55

66
<img src="/images/wyq.jpeg" align="left" width="200" style="margin-right: 20px; margin-bottom: 10px;">
77

8-
<!-- <a href="https://github.com/wyq977" style="text-decoration: none;">
9-
<img src="/icons/github-square-brands-solid.svg" width="30" style="vertical-align: middle;">
10-
</a>
11-
&nbsp; -->
12-
13-
I am a PhD student in statistics at the [Machine Learning group](https://www.cwi.nl/en/groups/machine-learning/), [Centrum Wiskunde & Informatica (CWI)](https://www.cwi.nl/en/), the national research institute for mathematics and computer science in the Netherlands, under the guidance of Prof. dr. [Peter Grünwald](https://safestatistics.com/).
8+
I am Yongqi Wang (王永琪), a PhD student in statistics at the [Machine Learning group](https://www.cwi.nl/en/groups/machine-learning/), [Centrum Wiskunde & Informatica (CWI)](https://www.cwi.nl/en/), the national research institute for mathematics and computer science in the Netherlands, under the guidance of Prof. dr. [Peter Grünwald](https://safestatistics.com/).
149

1510
Previously, I obtained a Master of Science in [Computational Biology and Bioinformatics](https://cbb.ethz.ch/) at [ETH Zürich](https://ethz.ch/en.html). Before that, I completed a Bachelor of Science degree in [Applied Biology with Biotechnology](https://www.polyu.edu.hk/abct/study/undergraduate-programmes/senior-year/bachelor-of-science-honours-in-applied-biology-with-biotechnology/) at [The Hong Kong Polytechnic University (PolyU)](https://www.polyu.edu.hk/). I also participated in an exchange program at the [University of Waterloo](https://uwaterloo.ca/) back in 2017.
1611

@@ -19,7 +14,7 @@ Previously, I obtained a Master of Science in [Computational Biology and Bioinfo
1914

2015
*It's nothing now, hopefully it gets longer :)*
2116

22-
1. **The Anticancer Effect of a Novel Quinoline Derivative 91b1 through Downregulation of *Lumican*** [[PDF](/ijms-23-13181-v2.pdf)]
17+
1. **The Anticancer Effect of a Novel Quinoline Derivative 91b1 through Downregulation of *Lumican*** [[PDF](/files/ijms-23-13181-v2.pdf)]
2318
Yuanyuan Zhou, Zhongguo Zhou, Dessy Chan, Po yee Chung, **Yongqi Wang**, Albert Sun chi Chan, Simon Law, Kim hung Lam and Johnny Cheuk On Tang.
2419
*Int. J. Mol. Sci.* **2022**; 23(21):13181.
2520
[https://doi.org/10.3390/ijms232113181](https://doi.org/10.3390/ijms232113181)
@@ -33,8 +28,3 @@ Previously, I obtained a Master of Science in [Computational Biology and Bioinfo
3328
![318 Cycling](/images/318-cycling-cn.jpg)
3429

3530
I am also learning how to operate drones to get some nice pictures on the road!
36-
37-
38-
> **Disclaimer:** Personal Web pages of CWI staff do not in any way constitute official CWI content. The views and opinions expressed in individual's Web pages are strictly those of the page authors. Comments on the contents of those pages should be directed to the page authors.
39-
>
40-
> *Updated in 2026.01.

themes/bw-minimal/layouts/_default/about.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,21 @@
44
<h1>{{ .Title }}</h1>
55
{{ .Content }}
66
</div>
7+
8+
<div class="footer">
9+
<div class="wrap">
10+
<hr>
11+
<p>
12+
Last update: 2026-01-24
13+
<strong>{{ .Site.Title }}</strong>&copy;
14+
</p>
15+
16+
{{ with .Site.Params.footer.customText }}
17+
<p>
18+
<em>{{ . | safeHTML }}</em>
19+
</p>
20+
{{ end }}
21+
</div>
22+
</div>
23+
724
{{ end }}

themes/bw-minimal/static/css/blog.css

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,12 @@ body {
1414
margin: 0;
1515
}
1616

17-
h1, h2, h3, h4, h5, h6 {
17+
h1,
18+
h2,
19+
h3,
20+
h4,
21+
h5,
22+
h6 {
1823
font-family: -apple-system, Helvetica, arial, sans-serif;
1924
}
2025

@@ -122,6 +127,18 @@ body .content {
122127
line-height: 1.6em;
123128
}
124129

130+
.footer {
131+
margin-top: 50px;
132+
margin-bottom: 50px;
133+
font-size: 12px;
134+
color: rgba(0, 0, 0, 0.5);
135+
line-height: 1.5em;
136+
}
137+
138+
.footer p {
139+
margin-bottom: 10px;
140+
}
141+
125142
/* ==========================================================================
126143
5. Article Content
127144
========================================================================== */
@@ -184,7 +201,8 @@ body .content {
184201
padding-top: 15px;
185202
display: inline-block;
186203
font-size: 13px;
187-
line-height: 1.2em; /* Fixed typo: line-heigh -> line-height */
204+
line-height: 1.2em;
205+
/* Fixed typo: line-heigh -> line-height */
188206
}
189207

190208
.article .figure .caption-label {
@@ -194,8 +212,10 @@ body .content {
194212
.article img {
195213
max-width: 100%;
196214
height: auto;
197-
display: block; /* Removes tiny gap below images */
198-
margin: 1.5em auto; /* Centers the image and adds space */
215+
display: block;
216+
/* Removes tiny gap below images */
217+
margin: 1.5em auto;
218+
/* Centers the image and adds space */
199219
}
200220

201221
/* ==========================================================================

0 commit comments

Comments
 (0)