-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
176 lines (146 loc) · 6.48 KB
/
index.html
File metadata and controls
176 lines (146 loc) · 6.48 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
---
layout: default
title: Home
---
<!-- ========== BIO ========== -->
<div class="docs-section" id="bio">
<h4>Bio</h4>
<p>
I am a final-year Ph.D. student in the Department of Computer and Information Science at Temple University, focusing on Natural Language Processing and Computer Vision. My research combines large-scale dataset development, entity recognition, and knowledge graph construction. I aim to bridge the gap between academic innovation and practical AI applications.
</p>
<!-- <p>
<font color="#FF0000">I am seeking industry opportunities starting in 2025. Please feel free to reach out for collaboration or positions!</font>
</p> -->
<p>Full Resume in <a href={{ "/assets/cv/HuitongPan_Resume-1pg.pdf" | prepend: site.baseurl }} target="_blank">PDF</a>.</p>
<!-- ========== RESEARCH INTERESTS ========== -->
<div class="docs-section" id="research">
<h4>Research Interests</h4>
My research focuses on creating innovative tools and methods in:<br>
1) Entity recognition and relation extraction in scientific texts.<br>
2) Large-scale dataset development for specialized domains such as climate science.<br>
3) Multimodal model evaluation with a focus on Vision-Language models.<br>
4) Knowledge graph construction and integration using LLM techniques.<br>
</p>
</div>
<!-- ========== NEWS ========== -->
<div class="docs-section" id="news">
<h4>News</h4>
<p>
<b>October 2024:</b> Presented research on Climate Knowledge Graphs at a NASA workshop.<br>
<b>October 2024:</b> Paper accepted at EMNLP 2024.<br>
<b>October 2024:</b> Joined ARR-Oct 2024 as a reviewer.<br>
<b>September 2024:</b> Joined EMNLP 2024 as a reviewer.<br>
<b>July 2024:</b> Paper accepted in ECAI 2024. Released FlowLearn dataset for multimodal VQA tasks.<br>
</p>
</div>
<!-- ========== PUBLICATIONS ========== -->
<div class="docs-section" id="publications">
<h4>Publications</h4>
<p>Most recent publications on <a href="{{ site.data.main_info.google_scholar }}" target="_blank">Google Scholar</a>.<br/>
<sup>‡</sup> indicates equal contribution.
</p>
<ul class="tab-nav">
<li><div class="button active" data-ref="#papers-selected">Selected</div></li>
<li><div class="button" data-ref="#papers-all">All</div></li>
</ul>
<div class="tab-content">
<div class="tab-pane active" id="papers-selected">
{% assign selected_papers = site.data.publications.papers | where: "selected", "y" %}
{% for paper in selected_papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a class="button" href="{{ paper.paper_pdf | prepend: site.baseurl }}" target="_blank">Paper</a>
{% endif %}
{% if paper.slides %}
<a class="button" href="{{ paper.slides | prepend: site.baseurl }}" target="_blank">Slides</a>
{% endif %}
{% if paper.poster %}
<a class="button" href="{{ paper.poster | prepend: site.baseurl }}" target="_blank">Poster</a>
{% endif %}
{% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %}
{% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %}
{% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
<div class="tab-pane" id="papers-all">
{% for paper in site.data.publications.papers %}
<div class="paper">
<p class="title"><b>{{ paper.title }}</b></p>
<p>{{ paper.authors }}</p>
<p><i>{{ paper.venue }}</i></p>
<div class="paper-buttons">
{% if paper.paper_pdf %}
<a class="button" href="{{ paper.paper_pdf | prepend: site.baseurl }}" target="_blank">Paper</a>
{% endif %}
{% if paper.slides %}
<a class="button" href="{{ paper.slides | prepend: site.baseurl }}" target="_blank">Slides</a>
{% endif %}
{% if paper.poster %}
<a class="button" href="{{ paper.poster | prepend: site.baseurl }}" target="_blank">Poster</a>
{% endif %}
{% if paper.video %}
<a class="button" href="{{ paper.video }}" target="_blank">Video</a>
{% endif %}
{% if paper.code %}
<a class="button" href="{{ paper.code }}" target="_blank">Code</a>
{% endif %}
{% if paper.data %}
<a class="button" href="{{ paper.data }}" target="_blank">Data</a>
{% endif %}
</div>
</div>
{% endfor %}
</div>
</div>
</div>
<!-- ========== RESUME ========== -->
<div class="docs-section" id="resume">
<h4>Vitæ</h4>
<p>Full Resume in <a href={{ "/assets/cv/HuitongPan_Resume-1pg.pdf" | prepend: site.baseurl }} target="_blank">PDF</a>.</p>
<!-- The Timeline -->
<ul class="timeline">
{% for exp in site.data.experience.experiences %}
<li>
{% if exp.category == "work" %}
<div class="direction-l">
{% else %}
<div class="direction-r">
{% endif %}
<div class="flag-wrapper">
<span class="flag">{{ exp.place }}</span>
<span class="time-wrapper"><span class="time">{{ exp.time }}</span></span>
</div>
<div class="desc"><b>{{ exp.title }}</b> <br/> {{ exp.subtitle }}</div>
</div>
</li>
{% endfor %}
</ul>
</div>
<div class="docs-section" id="skill">
<h4>Skills</h4>
<p>
<b>Programming Languages</b>: Python(Expert), Java, R, SQL, NOSQL, Spark SQL, MATLAB, Linux, HTML <br>
<b>Softwares</b>: PyTorch, TensorFlow, CUDA, Pyspark, Scikit-Learn, NLTK, AWS, Docker, Git, Tableau
</p>
</div>
<div class="docs-section" id="aboutme">
<h4>About Me</h4>
I am a Christian and actively volunteering in Temple China Friends Student Organization and <a href="https://www.ucccc.org/aboutus" target="_blank">University City Chinese Christian Church</a> activities.
</div>
<div class="docs-section" id="template">
<h4>Acknowledgement</h4>
This website was built based on a template by <a href="https://web.stanford.edu/~msaveski/" target="_blank">Martin Saveski</a>.
Thanks for the author's contribution.
</div>