forked from drganghe/quarto-academic-website-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.qmd
More file actions
100 lines (84 loc) · 2.99 KB
/
Copy pathindex.qmd
File metadata and controls
100 lines (84 loc) · 2.99 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
---
title: "Quarto Academic, PhD"
description-meta: "Quarto Academic Website Template adapted by Dr. Gang He"
image: "files/images/placeholder4.JPG"
page-navigation: false
toc: false
#sidebar: false
page-layout: full
about:
id: hero-heading
template: trestles
image-width: 70%
links:
- icon: sun
text: Lab
href: https://www.github.com
target: _blank
- icon: globe
text: Uprofile
href: https://baruch.cuny.edu
target: _blank
- icon: envelope
text: E-mail
href: mailto:email@gmail.com
- icon: linkedin
text: LinkedIn
href: https://linkedin.com
target: _blank
- icon: youtube
text: YouTube
href: https://www.youtube.com
target: _blank
- text: "{{< ai orcid >}} ORCID" # use academic icons, "" are needed, you also need to install the fontawesome extension
href: https://orcid.org
target: _blank
- text: "{{< ai clarivate >}} Web of Science"
href: https://www.webofscience.com
target: _blank
- text: "{{< ai scopus >}} Scopus"
href: https://www.scopus.com
target: _blank
- text: "{{< ai google-scholar >}} Google Scholar"
href: https://scholar.google.com
target: _blank
# - text: "{{< ai researchgate >}} Research Gate"
# href: https://www.researchgate.net
# target: _blank
listing: # Comment the listing section and delete corresponding lines in the index.qmd file to remove the recent posts
- id: recent-posts
contents:
- posts
- posts/post-links.yml
exclude:
title: ""
type: grid
max-items: 3
# image-height: 150px
page-size: 3 #set same as max-times to remove the page number setting
fields: [image, date, title, subtitle]
max-description-length: 75
sort:
- "date desc"
- "title asc"
---
:::{#hero-heading}
I'm a [Quarto Academeic Website Template](https://github.com/drganghe/quarto-academic-website-template) adapted by [Dr. Gang He](http://drganghe.github.io).
I'm a template that you can fork to build your own website with easy adaptation and deployment.
I can automatically generate a neat publication list from an Excel file and enabling categories and filters.
Check [Quarto Academic Website Examples and Tips](https://drganghe.github.io/quarto-academic-site-examples.html) and [README.md](https://github.com/drganghe/quarto-academic-website-template/blob/main/README.md) for more detailed instructions.
## Experience
- Researcher, Univerisity
- Consultant, Company
- Intern, Institute
## Education
- PhD, Univerisity
- Master, Univerisity
- Bachelor, Univerisity
:::
<!-- Delete the following section and delete corresponding lines in the yaml part to remove the recent posts -->
## Recent Posts
Check out the latest [Papers](posts.qmd#category=paper) , [News](posts.qmd#category=news) , [Events](posts.qmd#category=event) , and [More »](/posts.qmd)
:::{#recent-posts}
:::
<p align="right">[All Posts »](/posts.qmd)</p>