-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
121 lines (117 loc) · 8.87 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Saugat Pandey - Portfolio</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TVKHK7VV3Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TVKHK7VV3Q');
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<aside class="sidebar">
<img src="croppedProlificPic.jpg" alt="Saugat Pandey" class="profile-pic">
<h1>Hi, I'm Saugat Pandey </h1>
<!-- <span class="pronunciation-icon">🔊</span> -->
<!-- <p>Saugat Pandey 🔊</p> -->
<p>सौगात पाण्डे <span class="pronunciation-icon">🔊</span> </p>
<p>[email protected]</p>
<div class="social-links">
<a href="mailto:[email protected]" aria-label="Email"><i class="fas fa-envelope"></i></a>
<a href="SaugatCV.pdf" aria-label="CV"><i class="fas fa-file-alt"></i></a>
<a href="https://twitter.com/iamsaugatpandey" aria-label="Twitter profile"><i class="fab fa-twitter"></i></a>
<a href="https://github.com/iamsaugatpandey" aria-label="GitHub profile"><i class="fab fa-github"></i></a>
<a href="https://scholar.google.com/citations?user=RCC_DfYAAAAJ&hl=en" aria-label="Google Scholar profile"><i class="fas fa-graduation-cap"></i></a> </div>
<nav>
<ul>
<li><a href="#about">About Me</a></li>
<!-- <li><a href="#research">Research</a></li> -->
<li><a href="#news">News</a></li>
<li><a href="#publications">Publications</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</aside>
<main class="content">
<div id="about" class="section">
<h2>About Me</h2>
<p>I am a fourth-year Ph.D. student in the Department of Computer Science at Washington University in St. Louis. As a graduate research assistant at the <a href='http://visualdata.wustl.edu/'>Visual Interface and Behavior Exploration Lab (VIBE)</a>, I am focused on investigating the interplay of information visualization and visual analytics under the supervision of <a href="https://scholar.google.com/citations?user=yepPD_cAAAAJ&hl=en">Alvitta Ottley</a>. My study focuses on examining visualization literacy and using computer vision techniques to comprehend how people really see visualizations when they are used in the real world.</p>
<div class="current-projects">
<h3>Current Projects</h3>
<ul>
<li>Understanding the multicultural aspect of Visualization Literacy</li>
<li>Evaluating LLMs in the context of visualizations (<b>are they ready yet to use in visualization education?</b>)</li>
<li>Understanding perceived beauty of visualizations through the lens of Computer Vision techniques</li>
</ul>
</div>
<p>In addition to my passion for research, I am also an avid sports enthusiast, with a particular interest in badminton and cricket. My love for the sport led me to pursue a career in visualization, and it was the discovery of <a href="https://arjun010.github.io/static/posters/CricVis-poster-writeup.pdf">CricVis</a>, an interactive visual exploration and analysis tool for Cricket matches, that truly sparked my interest in the field. I am determined to make data visualization accessible and understandable for all, and am constantly seeking new ways to improve the field.</p>
</div>
<!-- <section id="research">
<h2>Research Areas</h2>
<p>I'm interested in Visualization Literacy, Visualization in Healthcare, and Computer Vision.</p>
</section> -->
<div id="news" class="section">
<h2>Recent News</h2>
<div class="news-box">
<ul class="news-list">
<li><b>August, 2024 - </b>Teaching <b>Introduction to Visualizations</b> for Fall 2024</li>
<li><b>July, 2024 - </b>Paper titled "Building and Eroding: Exogenous and Endogenous Factors that Influence Subjective Trust in Visualization" accepted at IEEE Visualization 2024</li>
<li><b>June 3, 2024 - </b>I will be starting as a Doctoral Research Student Intern at American Institutes for Research for Summer 2024</li>
<li><b>June 16, 2023 - </b>Paper titled "Do You Trust What You See? Toward A Multidimensional Measure of Trust in Visualization" accepted at IEEE Visualization 2023 (Melbourne, Australia)</li>
<li><b>March 30, 2023 - </b>Paper titled "Mini-VLAT: A Short and Effective Measure of Visualization Literacy" awarded <i>Best Paper Award</i> at EuroVIS (2023)</li>
<li><b>February 27, 2023 - </b>Paper titled "Mini-VLAT: A Short and Effective Measure of Visualization Literacy" accepted at EuroVis 2023 (Acceptance Rate = 27%)</li>
<li><b>February 22, 2023 - </b>Gave a talk at Beloit College about the research areas in visualization</li>
<li><b>August 25, 2022 - </b>Paper titled "User Engagement with COVID-19 Visualizations on Twitter" accepted at IEEE VIS 2023 Workshop (VisComm)</li>
<li><b>August, 2021 - </b>Started PhD in Computer Science at Washington University in St. Louis</li>
</ul>
</div>
</div>
<section id="publications">
<h2>Recent Works</h2>
<div id="publication-filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="vislit">Visualization Literacy</button>
<button class="filter-btn" data-filter="socialmedia">Social Media</button>
<button class="filter-btn" data-filter="trust">Trust in Visualization</button>
</div>
<div id="publications-list">
<div class="publication" data-categories="selected trust">
<h3>Building and Eroding: Exogenous and Endogenous Factors that Influence Subjective Trust in Visualization</h3>
<p>R. Jordan Crouser, Syrine Matoussi, Lan Kung, <b>Saugat Pandey</b>, Oen G. McKinley, Alvitta Ottley</p>
<p>IEEE VIS 2024 · <a href="https://arxiv.org/pdf/2408.03800">paper</a></p>
</div>
<div class="publication" data-categories="trust">
<h3>Do You Trust What You See? Towards A Multidimensional Measure of Trust in Visualization</h3>
<p><b>Saugat Pandey</b>, Oen G. McKinley, R. Jordan Crouser, Alvitta Ottley</p>
<p>IEEE VIS 2023 · <a href="https://arxiv.org/pdf/2308.04727">paper</a></p>
</div>
<div class="publication" data-categories="vislit">
<h3>Mini-VLAT: A Short and Effective Measure of Visualization Literacy</h3>
<p><b>Saugat Pandey</b>, Alvitta Ottley</p>
<p>Computer Graphics Forum, In Proceedings of the 25th EG Conference <br> on Visualization (EuroVis) 2023 · <a href="https://arxiv.org/pdf/2304.07905">paper</a> · Best Paper Award <span class="trophy">🏆</span></p>
</div>
<div class="publication" data-categories="socialmedia">
<h3>User Engagement with COVID-19 Visualizations on Twitter</h3>
<p>Robert Kasumba, <b>Saugat Pandey</b>, Vishesh Patel, Micah Wolfson, Alvitta Ottley</p>
<p>IEEE VIS Workshop 2023 <a href="https://www.viscomm.io/">(VisComm)</a> · <a href="https://osf.io/es6ua/download">paper</a> </p>
</div>
<!-- Add more publication divs here -->
</div>
</section>
<div id="contact" class="section">
<h2>Contact</h2>
<p>You can always reach out to me via email <a href="mailto:[email protected]">[email protected]</a> if you want to discuss Visualization, LLMs, Vision, or ML/AI in general in the context of visualizations. I'm always excited to engage in conversations about these topics!</p>
</div>
</main>
</div>
<script src="script.js"></script>
</body>
</html>