-
Notifications
You must be signed in to change notification settings - Fork 139
/
index.html
76 lines (61 loc) · 2.89 KB
/
index.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<html>
<head>
<title>Albert Einstein's Example Publication Page</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" />
</head>
<body>
<a href="https://github.com/BibBase/bibbase.github.io">
<img style="position: absolute; top: 0; right: 0; border: 0; z-index: 100"
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
</a>
<div class="row">
<div class="col-md-4">
<img style="width: 100%" src="picture.png"/>
<h2>Prof. Albert Einstein</h2>
<br>
<a href="https://www.ias.edu/">Institute for Advanced Study</a>,<br/>
1 Einstein Drive<br/>
Princeton, N.J. 08540<br/>
U.S.A.<br/>
<br/>
<p>
Links:
<ul>
<li><a href="https://en.wikipedia.org/wiki/Albert_Einstein">@Wikipedia</a></li>
<li><a href="http://www.nobelprize.org/nobel_prizes/physics/laureates/1921/einstein-facts.html"
>@Nobelprize.org</a></li>
<li><a href="https://www.britannica.com/biography/Albert-Einstein">@Britannica.com</a></li>
</ul>
</p>
<div class="spacer">
</div>
</div>
<!-- .................................. -->
<div class="col-md-8">
Citing <a href="https://en.wikipedia.org/wiki/Albert_Einstein">Wikipedia</a>:
<blockquote cite="https://en.wikipedia.org/wiki/Albert_Einstein"
style="max-width: 80%">
Albert Einstein (14 March 1879 – 18 April 1955) was a
German-born theoretical physicist. He developed the
general theory of relativity, one of the two pillars of
modern physics (alongside quantum mechanics). Einstein's
work is also known for its influence on the philosophy of
science. Einstein is best known in popular culture for his
mass–energy equivalence formula E = mc<sup>2</sup> (which
has been dubbed "the world's most famous equation"). He
received the 1921 Nobel Prize in Physics for his "services
to theoretical physics", in particular his discovery of
the law of the photoelectric effect, a pivotal step in the
evolution of quantum theory.
</blockquote>
<hr>
<h2>Publications</h2>
<script src="https://bibbase.org/show?bib=https://bibbase.github.io/pubs_without_questionmarks.bib&jsonp=1"></script>
</div>
</div>
</body>
</html>