-
Notifications
You must be signed in to change notification settings - Fork 0
/
faq.html
38 lines (34 loc) · 2.21 KB
/
faq.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<style>
body{
line-height:1.2;
text-align: justify;
text-justify: inter-word;
}
.nav{
line-height: 1.2;
text-align:end;
}
</style>
<div class="nav">
[<a href="index.html">Home</a>] [<a href="Projects.html">Projects</a>] [<a href="Publications.html">Publications</a>] [<a href="Blogs.html">Blogs</a>] [<a href="Misc.html">Misc</a>] [FAQ]
</div>
<body>
<h2>FAQ</h2>
<h3> Why not use fancy framework to make your website looks "better"?</h3>
I like the idea of <a href="https://en.wikipedia.org/wiki/KISS_principle">KISS principle</a>. I am in the field of medical imaging, we often talk about signal-to-noise ratio (SNR). The high SNR, the better. KISS principle is an idea to get high SNR, because the idea/content is the expected signal here instead of the design. Besides, I am not a professional front-end developer and don't want to waster too much time on the design. I will give you two articles influenced me on HTML design:<a href="http://www.catb.org/~esr/html-hell.html">Welcome to The HTML Hell Page</a> and <a href="https://motherfuckingwebsite.com/">This is a Motherfucking Website</a>
<br>
<h3>About Ph.D.</h3>
Smart people's words:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Terence_Tao">Terren Tao</a> gives many really good suggestions on this in his blog article <a href="https://terrytao.wordpress.com/career-advice/">Career Advice</a> (academia). For general career advice, <a href="https://waitbutwhy.com/">WAIT BUT WHY</a> has a good article <a href="https://waitbutwhy.com/2018/04/picking-career.html">How to Pick a Career (That Actually Fits You)</a></li>
<li>Andre Karpathy: <a href="https://karpathy.github.io/2016/09/07/phd/">A Survival Guide to a Ph.D.</a></li>
<li>Philip J Guo: <a href="http://linyun.info/phd-grinding.pdf">The Ph.D. Grind</a> (The PDF version is found by googling)</li>
<li>John Baez: <a href="https://math.ucr.edu/home/baez/advice.html">Advice for the Young Scientist</a></li>
</ul>
</body>
</html>