Skip to content

Commit 10350f4

Browse files
committed
Revert "update new members"
This reverts commit 60ebb97.
1 parent 60ebb97 commit 10350f4

File tree

9 files changed

+270
-72
lines changed

9 files changed

+270
-72
lines changed

Gemfile.lock

Lines changed: 105 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,27 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
activesupport (3.1.12)
13-
multi_json (~> 1.0)
12+
activesupport (8.0.2)
13+
base64
14+
benchmark (>= 0.3)
15+
bigdecimal
16+
concurrent-ruby (~> 1.0, >= 1.3.1)
17+
connection_pool (>= 2.2.5)
18+
drb
19+
i18n (>= 1.6, < 2)
20+
logger (>= 1.4.2)
21+
minitest (>= 5.1)
22+
securerandom (>= 0.3)
23+
tzinfo (~> 2.0, >= 2.0.5)
24+
uri (>= 0.13.1)
1425
addressable (2.8.7)
1526
public_suffix (>= 2.0.2, < 7.0)
27+
base64 (0.2.0)
28+
benchmark (0.4.0)
1629
bibtex-ruby (6.1.0)
1730
latex-decode (~> 0.0)
1831
racc (~> 1.7)
32+
bigdecimal (3.1.9)
1933
citeproc (1.1.0)
2034
date
2135
forwardable
@@ -31,55 +45,80 @@ GEM
3145
matrix (~> 0.4)
3246
colorator (1.1.0)
3347
concurrent-ruby (1.3.5)
34-
crack (0.1.8)
48+
connection_pool (2.5.0)
3549
crass (1.0.6)
3650
csl (1.6.0)
3751
namae (~> 1.0)
3852
rexml
3953
csl-styles (1.0.1.11)
4054
csl (~> 1.0)
41-
css_parser (1.12.0)
55+
css_parser (1.21.1)
4256
addressable
4357
cssminify2 (2.0.1)
58+
csv (3.3.3)
4459
date (3.4.1)
4560
deep_merge (1.2.2)
61+
drb (2.2.1)
4662
em-websocket (0.5.3)
4763
eventmachine (>= 0.12.9)
4864
http_parser.rb (~> 0)
4965
eventmachine (1.2.7)
5066
execjs (2.10.0)
5167
fast-stemmer (1.0.2)
52-
feedjira (3.2.1)
53-
loofah (>= 2.3.1)
54-
sax-machine (>= 1.0)
55-
ffi (1.17.1-aarch64-linux)
56-
ffi (1.17.1-arm-linux)
68+
feedjira (3.2.4)
69+
loofah (>= 2.3.1, < 3)
70+
sax-machine (>= 1.0, < 2)
71+
ffi (1.17.1-aarch64-linux-gnu)
72+
ffi (1.17.1-aarch64-linux-musl)
73+
ffi (1.17.1-arm-linux-gnu)
74+
ffi (1.17.1-arm-linux-musl)
5775
ffi (1.17.1-arm64-darwin)
5876
ffi (1.17.1-x86_64-darwin)
59-
ffi (1.17.1-x86_64-linux)
77+
ffi (1.17.1-x86_64-linux-gnu)
78+
ffi (1.17.1-x86_64-linux-musl)
6079
forwardable (1.3.3)
6180
forwardable-extended (2.6.0)
6281
gemoji (4.1.0)
82+
google-protobuf (4.30.1)
83+
bigdecimal
84+
rake (>= 13)
85+
google-protobuf (4.30.1-aarch64-linux)
86+
bigdecimal
87+
rake (>= 13)
88+
google-protobuf (4.30.1-arm64-darwin)
89+
bigdecimal
90+
rake (>= 13)
91+
google-protobuf (4.30.1-x86_64-darwin)
92+
bigdecimal
93+
rake (>= 13)
94+
google-protobuf (4.30.1-x86_64-linux)
95+
bigdecimal
96+
rake (>= 13)
6397
html-pipeline (2.14.3)
6498
activesupport (>= 2)
6599
nokogiri (>= 1.4)
66100
htmlcompressor (0.4.0)
67101
http_parser.rb (0.8.0)
68-
httparty (0.7.8)
69-
crack (= 0.1.8)
102+
httparty (0.22.0)
103+
csv
104+
mini_mime (>= 1.0.0)
105+
multi_xml (>= 0.5.2)
70106
i18n (1.14.7)
71107
concurrent-ruby (~> 1.0)
72-
jekyll (4.3.4)
108+
jekyll (4.4.1)
73109
addressable (~> 2.4)
110+
base64 (~> 0.2)
74111
colorator (~> 1.0)
112+
csv (~> 3.0)
75113
em-websocket (~> 0.5)
76114
i18n (~> 1.0)
77115
jekyll-sass-converter (>= 2.0, < 4.0)
78116
jekyll-watch (~> 2.0)
117+
json (~> 2.6)
79118
kramdown (~> 2.3, >= 2.3.1)
80119
kramdown-parser-gfm (~> 1.0)
81120
liquid (~> 4.0)
82-
mercenary (>= 0.3.6, < 0.5)
121+
mercenary (~> 0.3, >= 0.3.6)
83122
pathutil (~> 0.9)
84123
rouge (>= 3.0, < 5.0)
85124
safe_yaml (~> 1.0)
@@ -108,8 +147,8 @@ GEM
108147
jekyll-paginate-v2 (3.0.0)
109148
jekyll (>= 3.0, < 5.0)
110149
jekyll-regex-replace (1.1.0)
111-
jekyll-sass-converter (2.2.0)
112-
sassc (> 2.0.1, < 3.0)
150+
jekyll-sass-converter (3.1.0)
151+
sass-embedded (~> 1.75)
113152
jekyll-scholar (7.1.3)
114153
bibtex-ruby (~> 6.0)
115154
citeproc-ruby (~> 1.0)
@@ -119,7 +158,7 @@ GEM
119158
jekyll (>= 3.7, < 5.0)
120159
jekyll-tabs (1.2.1)
121160
jekyll (>= 3.0, < 5.0)
122-
jekyll-toc (0.18.0)
161+
jekyll-toc (0.19.0)
123162
jekyll (>= 3.9)
124163
nokogiri (~> 1.12)
125164
jekyll-twitter-plugin (2.1.0)
@@ -129,7 +168,7 @@ GEM
129168
gemoji (>= 3, < 5)
130169
html-pipeline (~> 2.2)
131170
jekyll (>= 3.0, < 5.0)
132-
json (2.7.6)
171+
json (2.10.2)
133172
json-minify (0.0.3)
134173
json (> 0)
135174
kramdown (2.5.1)
@@ -141,25 +180,33 @@ GEM
141180
listen (3.9.0)
142181
rb-fsevent (~> 0.10, >= 0.10.3)
143182
rb-inotify (~> 0.9, >= 0.9.10)
183+
logger (1.6.6)
144184
loofah (2.24.0)
145185
crass (~> 1.0.2)
146186
nokogiri (>= 1.12.0)
147187
matrix (0.4.2)
148188
mercenary (0.4.0)
149-
mini_portile2 (2.8.9)
150-
multi_json (1.15.0)
189+
mini_mime (1.1.5)
190+
minitest (5.25.5)
191+
multi_xml (0.7.1)
192+
bigdecimal (~> 3.1)
151193
namae (1.2.0)
152194
racc (~> 1.7)
153-
nokogiri (1.13.10)
154-
mini_portile2 (~> 2.8.0)
195+
nokogiri (1.18.5-aarch64-linux-gnu)
155196
racc (~> 1.4)
156-
nokogiri (1.13.10-aarch64-linux)
197+
nokogiri (1.18.5-aarch64-linux-musl)
157198
racc (~> 1.4)
158-
nokogiri (1.13.10-arm64-darwin)
199+
nokogiri (1.18.5-arm-linux-gnu)
159200
racc (~> 1.4)
160-
nokogiri (1.13.10-x86_64-darwin)
201+
nokogiri (1.18.5-arm-linux-musl)
161202
racc (~> 1.4)
162-
nokogiri (1.13.10-x86_64-linux)
203+
nokogiri (1.18.5-arm64-darwin)
204+
racc (~> 1.4)
205+
nokogiri (1.18.5-x86_64-darwin)
206+
racc (~> 1.4)
207+
nokogiri (1.18.5-x86_64-linux-gnu)
208+
racc (~> 1.4)
209+
nokogiri (1.18.5-x86_64-linux-musl)
163210
racc (~> 1.4)
164211
observer (0.1.2)
165212
open-uri (0.5.0)
@@ -169,24 +216,42 @@ GEM
169216
ostruct (0.6.1)
170217
pathutil (0.16.2)
171218
forwardable-extended (~> 2.6)
172-
public_suffix (5.1.1)
219+
public_suffix (6.0.1)
173220
racc (1.8.1)
221+
rake (13.2.1)
174222
rb-fsevent (0.11.2)
175223
rb-inotify (0.11.1)
176224
ffi (~> 1.0)
177225
rexml (3.4.1)
178-
rouge (3.30.0)
226+
rouge (4.5.1)
179227
safe_yaml (1.0.5)
180-
sassc (2.4.0)
181-
ffi (~> 1.9)
228+
sass-embedded (1.86.0-aarch64-linux-gnu)
229+
google-protobuf (~> 4.30)
230+
sass-embedded (1.86.0-aarch64-linux-musl)
231+
google-protobuf (~> 4.30)
232+
sass-embedded (1.86.0-arm-linux-gnueabihf)
233+
google-protobuf (~> 4.30)
234+
sass-embedded (1.86.0-arm-linux-musleabihf)
235+
google-protobuf (~> 4.30)
236+
sass-embedded (1.86.0-arm64-darwin)
237+
google-protobuf (~> 4.30)
238+
sass-embedded (1.86.0-x86_64-darwin)
239+
google-protobuf (~> 4.30)
240+
sass-embedded (1.86.0-x86_64-linux-gnu)
241+
google-protobuf (~> 4.30)
242+
sass-embedded (1.86.0-x86_64-linux-musl)
243+
google-protobuf (~> 4.30)
182244
sax-machine (1.3.2)
183-
stringio (3.0.6)
245+
securerandom (0.4.1)
246+
stringio (3.1.5)
184247
terminal-table (3.0.2)
185248
unicode-display_width (>= 1.1.1, < 3)
186249
terser (1.2.5)
187250
execjs (>= 0.3.0, < 3)
188251
time (0.4.1)
189252
date
253+
tzinfo (2.0.6)
254+
concurrent-ruby (~> 1.0)
190255
uglifier (4.2.1)
191256
execjs (>= 0.3.0, < 3)
192257
unicode-display_width (2.6.0)
@@ -195,17 +260,17 @@ GEM
195260

196261
PLATFORMS
197262
aarch64-linux
198-
aarch64-linux
199-
aarch64-linux
200-
arm-linux
201-
arm-linux
202-
arm-linux
203-
arm-linux
263+
aarch64-linux-gnu
264+
aarch64-linux-musl
265+
arm-linux-gnu
266+
arm-linux-gnueabihf
267+
arm-linux-musl
268+
arm-linux-musleabihf
204269
arm64-darwin
205270
x86_64-darwin
206271
x86_64-linux
207-
x86_64-linux
208-
x86_64-linux
272+
x86_64-linux-gnu
273+
x86_64-linux-musl
209274

210275
DEPENDENCIES
211276
classifier-reborn
@@ -234,4 +299,4 @@ DEPENDENCIES
234299
ostruct
235300

236301
BUNDLED WITH
237-
2.4.22
302+
2.6.6

_layouts/bib.liquid

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -318,8 +318,8 @@
318318
role="button"
319319
>
320320
<img
321-
src="https://img.shields.io/badge/scholar-citations-4285F4?logo=googlescholar&labelColor=beige"
322-
alt="Google Scholar citations"
321+
src="https://img.shields.io/badge/scholar-{% google_scholar_citations site.data.socials.scholar_userid entry.google_scholar_id %}-4285F4?logo=googlescholar&labelColor=beige"
322+
alt="{% google_scholar_citations site.data.socials.scholar_userid entry.google_scholar_id %} Google Scholar citations"
323323
>
324324
</a>
325325
{% endif %}
@@ -330,8 +330,8 @@
330330
role="button"
331331
>
332332
<img
333-
src="https://img.shields.io/badge/inspire-citations-001628?logo=inspire&logoColor=001628&labelColor=beige"
334-
alt="InspireHEP citations"
333+
src="https://img.shields.io/badge/inspire-{% inspirehep_citations entry.inspirehep_id %}-001628?logo=inspire&logoColor=001628&labelColor=beige"
334+
alt="{% inspirehep_citations entry.inspirehep_id %} InspireHEP citations"
335335
>
336336
</a>
337337
{% endif %}

_pages/profiles.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -69,29 +69,6 @@ profiles:
6969
duration: 2023.08 - now
7070
next: # Add next position or status here if needed
7171

72-
- name: Sritharan Niruthikka
73-
status: current
74-
role: Ph.D. student
75-
intro: Visualization and Human-Computer Interaction
76-
image: niru.jpg
77-
image_circular: false
78-
website:
79-
80-
duration: 2025.08 - now
81-
next: # Add next position or status here if needed
82-
83-
- name: Gnanavel Nishaanthini
84-
status: current
85-
role: Ph.D. student
86-
intro: Visualization and Human-Computer Interaction
87-
image: nisha.jpg
88-
image_circular: false
89-
website:
90-
91-
duration: 2025.08 - now
92-
next: # Add next position or status here if needed
93-
94-
9572
- name: Songheng Zhang
9673
status: current
9774
role: Ph.D. Candidate

0 commit comments

Comments
 (0)