Skip to content

Commit f332008

Browse files
author
zhourobotics
committed
addall
1 parent 072ba61 commit f332008

File tree

7 files changed

+46
-41
lines changed

7 files changed

+46
-41
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ footer_text: >
1616
keywords: jekyll, jekyll-theme, academic-website, portfolio-website # add your own keywords or leave empty
1717

1818
lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
19-
icon: drexel.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
19+
icon: dragon.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
2020

2121
url: https://zhourobotics.github.io # the base hostname & protocol for your site
2222
baseurl: # the subpath of your site, e.g. /blog/

_data/members.yml

Lines changed: 29 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
image: peihan.jpg
1515
altimage:
1616
email: pl525@drexel.edu
17-
linkedin: peihan-carl-li-980033178
18-
scholar:
17+
# linkedin: peihan-carl-li-980033178
18+
scholar: Qg7-Gr0AAAAJ&hl=en
1919
twitter:
2020
position: Electrical and Computer Engineering, Drexel University, Fall 2022 - <br/> MS, Mechanical Engineering, University of Pennsylvania, 2020 - 2022 <br/> BS, Mechanical Engineering, Penn State University, 2016 - 2020
2121
description:
@@ -106,32 +106,21 @@
106106
description:
107107
description1:
108108

109-
- name: Urvish Bharti
110-
degrees: MS Student
111-
image: Urvish.png
112-
altimage:
113-
position: Electrical and Computer Engineering, Drexel University, Fall 2022 - <br/> BE, Mechatronics, NMIMS, 2017 - 2021 <br/> BE Minor, Robotics and IoT, NMIMS, 2019 - 2021
114-
linkedin: urvish-bharti-092b5b18b
115-
email: ub48@drexel.edu
116-
website:
117-
scholar:
118-
twitter:
119-
description:
120-
description1:
121-
109+
# - name: Urvish Bharti
110+
# degrees: MS Student
111+
# image: Urvish.png
112+
# altimage:
113+
# position: Electrical and Computer Engineering, Drexel University, Fall 2022 - <br/> BE, Mechatronics, NMIMS, 2017 - 2021 <br/> BE Minor, Robotics and IoT, NMIMS, 2019 - 2021
114+
# linkedin: urvish-bharti-092b5b18b
115+
# email: ub48@drexel.edu
116+
# website:
117+
# scholar:
118+
# twitter:
119+
# description:
120+
# description1:
122121

123122

124-
- name: Adeeb Abbas
125-
degrees: BS Student
126-
image: Adeeb.png
127-
altimage:
128-
position: Computer Engineering, Drexel University, 2018 -
129-
linkedin: adeeb10abbas
130-
email: aa4239@drexel.edu
131-
website:
132-
scholar:
133-
twitter:
134-
description:
123+
135124

136125
- name: BrendanEGarwood
137126
degrees: BE Student
@@ -173,14 +162,26 @@
173162
degrees: BS Student
174163
image: Muhammad.jpg
175164
altimage:
176-
position: Economics & Mathematics, Drexel University, 2020 -
177-
linkedin: muhammad-abdullah-339873213
165+
position: Computer Science, Drexel University, 2022 -
166+
linkedin: muhammad07
178167
email: ma3936@drexel.edu
179168
website:
180169
scholar:
181170
twitter:
182171
description:
183172

173+
- name: Ritvik Mahajan
174+
degrees: BTech Student
175+
image: ritvikmahajan.jpg
176+
altimage:
177+
position: Electrical Engineering, Indian Institute of Technology, Roorkee, 2020 -
178+
linkedin: ritvikmahajan01
179+
email: ritvik_m@ee.iitr.ac.in
180+
website:
181+
scholar:
182+
twitter:
183+
description:
184+
184185

185186

186187

_data/omembers.yml

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
- name: Jiazhen Liu
22
degrees:
3-
degree1: MS, Computer and Information Science, University of Pennsylvania, 2021 -
4-
degree2: BS, Computer Science and Engineering, The Chinese University of Hong Kong, Shenzhen, China, 2017 - 2021
3+
degree1: PhD Student, Georgia Institute of Technology, 2023 -
4+
degree2: MS, University of Pennsylvania, 2021-2023
55
website:
6-
7-
- name: Ritvik Mahajan
8-
degrees:
9-
degree1: BTech, Electrical Engineering, Indian Institute of Technology, Roorkee, 2020 -
10-
# website: https://www.linkedin.com/in/ritvikmahajan01/
116

127

8+
- name: Adeeb Abbas
9+
degrees:
10+
degree1: Ph.D. Student, Northeastern University, 2023 -
11+
degree2: BS, Drexel University, 2018 - 2023
12+
# linkedin: adeeb10abbas
13+
# email: aa4239@drexel.edu
14+
# website:
15+
# scholar:
16+
# twitter:
17+
# description:
18+
1319
# - name: Rahul Zahroof
1420
# degrees:
1521
# degree1: MS, Robotics, University of Pennsylvania, 2019 - 2021

_pages/team.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,19 +101,17 @@ nav_order: 3
101101
{% endfor %}
102102

103103

104-
## Students working with us
104+
## Alumni
105105
{% for alum in site.data.omembers %}
106106

107107
<!-- The paddingtop and margin-top edits allow anchors to link properly. -->
108108
<!-- <div id = "{{alum.name | replace: ' ', '-'}}" class="row" style="padding-top: 60px; margin-top: -60px; padding-bottom: 20px;"> -->
109109
<strong>{{alum.name}}{% if alum.degrees %}, {{alum.degrees}} {% endif %}</strong> <br>
110110
{{alum.degree1}}<br>
111111
{{alum.degree2}}<br>
112-
{% if alum.website %} <i class="fa fa-globe"></i> <a href= "{{alum.website}}" target="_blank">@{{alum.name}}</a> {% endif %}
112+
{% if alum.website %} <i class="fa fa-globe"></i> <a href= "{{alum.website}}" target="_blank">@{{alum.name}}</a> <br> {% endif %}
113+
{% if alum.linkedin %} <i class="fab fa-linkedin"></i> <a href= "https://www.linkedin.com/in/{{alum.linkedin}}" target="_blank"> @{{alum.name}} </a> <br> {% endif %}
113114

114-
{% if alum.linkedin %}
115-
<i class="fab fa-linkedin"></i> <a href= "https://www.linkedin.com/in/{{alum.linkedin}}" target="_blank">@{{alum.name}} </a> <br>
116-
{% endif %}
117115

118116
{% for paper in site.data.publications %}
119117
{% if paper.authors contains alum.pubmed_name %}
File renamed without changes.

assets/img/people/Muhammad.jpg

523 Bytes
Loading
21.3 KB
Loading

0 commit comments

Comments
 (0)