forked from BibBase/bibbase.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (41 loc) · 1.73 KB
/
index.html
File metadata and controls
55 lines (41 loc) · 1.73 KB
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
<html>
<head>
<title>Publications</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" />
<meta name="google-site-verification" content="liIej6h79LTSJhoCFiKHmPKw-vPjGoV3Hzt4vZtRgC8" />
</head>
<body>
<div class="row">
<div class="col-md-3">
<img style="width: 50%" src="logo.png"/>
<h2>Mathias Fermer</h2>
<p>
Links:
<ul>
<li><a href="https://orcid.org/0000-0003-2774-7887">@ORCID</a></li>
<li><a href="https://www.sakyaresearch.org/persons/100#writings"
>@SRC profile</a></li>
<li><a href="https://ufind.univie.ac.at/de/person.html?id=104615&teaching=true">@u:find Universität Wien</a></li>
<li><a href="https://twitter.com/sakyaresearch">X [twitter]</a></li>
</ul>
</p>
<div class="spacer">
</div>
</div>
<!-- .................................. -->
<div class="col-md-8">
<h2>Research Interests</h2>
<blockquote style="max-width: 80%">
Current research interests include Tibetan religious history of
the post-imperial time, particularly the different teaching traditions within the Sakya sect,
as well as Tibetan Buddhist painting traditions and various aspects of colloquial Tibetan.
</blockquote>
<hr>
<h2>Publications</h2>
<script src="https://bibbase.org/show?bib=https://sakyaresearchcentre.github.io/publications.bib&jsonp=1&showSearch=true"></script>
</div>
</div>
</body>
</html>