-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathindex.qmd
98 lines (84 loc) · 2.85 KB
/
index.qmd
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
---
title: "Quarto Academic, PhD"
description-meta: "Quarto Academic Website Template adapted by Dr. Gang He"
image: "files/profiles/profile1.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 protected]
- 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:
- 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.
1. Star this repository so you can easily come back to the template
1. Folk this tempate and rename it to `yourgithubusername.github.io`
1. Update and edit `_quarto.yml` file for website setup
1. Update and add contents to `/posts`, `teaching.qmd`, `projects.yml`, and `people.qmd` and `/people` as needed.
1. [Render and preview](https://quarto.org/docs/websites/) your website and [publish](https://quarto.org/docs/publishing/github-pages.html) it to your GitHub.
1. Polish and fix any issues
1. Enjoy your website!
## Experience
- Researcher, Univerisity
## Education
- PhD, Univerisity
:::
## 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>