Skip to content

Commit 62dd5ce

Browse files
committed
alumni and hyperlinks
1 parent 350b3e5 commit 62dd5ce

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

docs/people.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,12 @@ and natural language processing). -->
482482
-->
483483

484484
## Alumni
485-
..
485+
486+
### PhD students
487+
- [Neisarg Dave](https://www.neisargdave.com), advised by [Dr. C. Lee Giles](https://clgiles.ist.psu.edu), [Dr. Dan Kifer](https://www.cse.psu.edu/~duk17/), Dr. Ankur Mali
488+
- [Haiwen Guan](https://scholar.google.com/citations?user=TfhgkD4AAAAJ&hl=en), advised by [Dr. C. Lee Giles](https://clgiles.ist.psu.edu) and Dr. Ankur Mali
489+
- Alex Bi, advised by [Dr. Parisa Shokouhi](https://sites.psu.edu/ultrasonics/pshokouhi/) and Dr. Ankur Mali
490+
491+
### Graduate students
492+
- [Thejasvi Valega](https://github.com/thejasvi204), advised by [Dr. Parisa Shokouhi](https://sites.psu.edu/ultrasonics/pshokouhi/) and Dr. Ankur Mali
493+
- Sudarshan Nayak, advised by [Dr. Dan Kifer](https://www.cse.psu.edu/~duk17/), [Dr. Parisa Shokouhi](https://sites.psu.edu/ultrasonics/pshokouhi/), and Dr. Ankur Mali

docs/stylesheets/extra.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
.md-content a {
2+
color: #CFC493; /* Change this to your preferred color */
3+
text-decoration : underline;
4+
}
5+
6+
.md-typeset a:hover {
7+
color: #466069;
8+
/* background-color: #OPTIONAL-BACKGROUND-COLOR; */
9+
}
10+
111
.heading {
212
color: #CFC493;
313
font-size: 24px;

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repo_url: https://github.com/TKAI-LAB-Mali
55
theme:
66
logo: assets/images/lab-logo.png
77
name: material
8+
favicon: assets/images/lab-logo.png
89
features:
910
# - navigation.instant
1011
# - navigation.instant.progress

0 commit comments

Comments
 (0)