-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
194 lines (185 loc) · 9.82 KB
/
Copy pathindex.html
File metadata and controls
194 lines (185 loc) · 9.82 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Shreya Jain — Resume</title>
<meta name="description" content="One‑page resume for Shreya Jain, Computational Linguistics student and Research Intern at MPI for Biological Cybernetics, Tübingen." />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap" rel="stylesheet">
<style>
:root { --bg:#0b0d10; --card:#12151a; --muted:#8b93a1; --text:#eaeef6; --accent:#62a8ff; --accent2:#7cf7d4; }
*{box-sizing:border-box}
html,body{margin:0;background:radial-gradient(1200px 800px at 10% -10%, rgba(124,247,212,.12), transparent 40%),radial-gradient(900px 700px at 110% 10%, rgba(98,168,255,.10), transparent 40%),var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
.wrap{max-width:980px;margin:0 auto;padding:28px 20px 64px}
.hero{display:grid;grid-template-columns:100px 1fr auto;gap:18px;align-items:center;padding:18px;border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.06);box-shadow:0 10px 30px rgba(0,0,0,.25)}
.avatar{width:84px;height:84px;border-radius:20px;background:linear-gradient(180deg,#1d2430,#12151a);border:1px solid rgba(255,255,255,.06)}
.name{font-size:28px;font-weight:700}
.tagline{color:var(--muted);margin-top:6px}
.badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.badge{font-size:12px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#0f1318}
.cta{display:flex;gap:10px;align-items:center}
.btn{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.08);background:#0f1318;color:var(--text);font-weight:600}
.btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#0b0d10;border:none}
section{margin-top:22px;padding:18px;background:var(--card);border:1px solid rgba(255,255,255,.06);border-radius:18px}
h2{margin:0 0 12px;font-size:18px;letter-spacing:.2px}
.grid{display:grid;gap:14px}
.grid.cols-2{grid-template-columns:1fr}
.grid.cols-3{grid-template-columns:1fr}
@media(min-width:720px){.grid.cols-2{grid-template-columns:1fr 1fr}.grid.cols-3{grid-template-columns:1fr 1fr 1fr}}
.xp{padding:14px;border-radius:14px;background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.05)}
.xp h3{margin:0;font-size:15px}
.meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-top:6px}
.xp ul{margin:8px 0 0 18px;color:#cfd6e6}
.two-col{display:grid;grid-template-columns:1fr;gap:14px}
@media(min-width:900px){.two-col{grid-template-columns:2fr 1fr}}
footer{margin-top:20px;color:var(--muted);font-size:13px;text-align:center}
</style>
</head>
<body>
<div class="wrap">
<!-- Header -->
<header class="hero">
<div class="avatar" aria-hidden="true"></div>
<div>
<div class="name">Shreya Jain</div>
<div class="tagline">Computational Linguistics (B.A., Semester 3) · Research Intern, MPI for Biological Cybernetics · Tübingen, Germany</div>
<div class="badges" aria-label="Key skills">
<span class="badge">Python</span>
<span class="badge">MATLAB</span>
<span class="badge">Neuroimaging (FSL/AFNI)</span>
<span class="badge">HTML/CSS/JS</span>
</div>
</div>
<nav class="cta">
<a class="btn" href="mailto:shreya.jain@tuebingen.mpg.de">Email</a>
<a class="btn" href="https://github.com/shreyaj661" target="_blank" rel="noreferrer">GitHub</a>
<a class="btn" href="https://www.linkedin.com/in/shreyaj661/" target="_blank" rel="noreferrer">LinkedIn</a>
<a class="btn primary" href="assets/resume.pdf" target="_blank" rel="noreferrer">Download PDF</a>
</nav>
</header>
<!-- Experience -->
<section>
<h2>Experience</h2>
<div class="grid">
<article class="xp">
<h3>Research Intern — Max Planck Institute for Biological Cybernetics</h3>
<div class="meta">Tübingen · Aug 2025 – Present</div>
<ul>
<li>Assist in neuroimaging research and scientific programming for fMRI data analysis.</li>
<li>Contribute to reproducible pipelines (motion correction, despiking, masking, reporting).</li>
</ul>
</article>
<article class="xp">
<h3>Research Intern — Queensland Brain Institute & Centre for Advanced Imaging</h3>
<div class="meta">The University of Queensland, Brisbane · Mar 2023 – Dec 2023</div>
<ul>
<li>Explored perfusion/contrast MRI workflows; prepared an abstract for ISMRM 2024 (Singapore).</li>
</ul>
</article>
<article class="xp">
<h3>Associate Technology Level 2 — Publicis Sapient</h3>
<div class="meta">Gurugram · Sep 2019 – Mar 2022</div>
<ul>
<li>Software development and automation; collaborated with cross‑functional teams.</li>
<li>Worked with CI/CD (Azure DevOps) and SQL‑backed applications.</li>
</ul>
</article>
<article class="xp">
<h3>Technical Consultant — Grid Infocom</h3>
<div class="meta">Gurugram · Sep 2018 – Sep 2019</div>
<ul>
<li>Developed RPA/automation solutions; supported production deployments.</li>
</ul>
</article>
<article class="xp">
<h3>Technical Trainer — National Institute of Information Technology (NIIT)</h3>
<div class="meta">New Delhi · Jul 2017 – Apr 2018</div>
<ul>
<li>Trained students in programming fundamentals (Java/C++), databases, and web basics.</li>
</ul>
</article>
</div>
</section>
<!-- Education + Sidebar -->
<section class="two-col">
<div>
<h2>Education</h2>
<div class="grid">
<article class="xp">
<h3>B.A., Computational Linguistics — University of Tübingen</h3>
<div class="meta">Tübingen · Present (Semester 3)</div>
</article>
<article class="xp">
<h3>B.Sc., Computer Science — Sunrise University</h3>
<div class="meta">Rajasthan · Jul 2012 – May 2015 · 65%</div>
</article>
<article class="xp">
<h3>Senior Secondary (Science) — Kids Corner Happy Inter College</h3>
<div class="meta">Mar 2012 · 76%</div>
</article>
</div>
<h2 style="margin-top:16px">Publication</h2>
<article class="xp">
<h3>Jain, S.; Kurniawan, N. (2024)</h3>
<p>“Testing the utility of Dynamic Susceptibility Contrast (DSC)‑Perfusion toolbox for mapping the characteristics of mouse brain perfusion.” <em>ISMRM 2024</em>, Singapore.</p>
</article>
</div>
<div>
<h2>Skills</h2>
<article class="xp">
<ul>
<li><strong>Programming:</strong> C, C++, C#, Java, .NET (basic), Python, R, MATLAB, LaTeX, Markdown, Bash</li>
<li><strong>Web:</strong> HTML5, CSS3, JavaScript, jQuery, Bootstrap 4</li>
<li><strong>Data/DB:</strong> JSON, YAML, XML; MS‑SQL Server, Oracle (11g SQL Fundamentals)</li>
<li><strong>Imaging:</strong> FSLeyes, ITK‑Snap, AFNI, MiPav, DeepLabCut</li>
<li><strong>Tools:</strong> VS Code, PyCharm, IntelliJ IDEA, UiPath, ABBYY FlexiCapture 12, Power BI, Azure DevOps (CI/CD)</li>
<li><strong>Version Control:</strong> Git, GitHub, TortoiseSVN</li>
<li><strong>OS:</strong> Windows, Linux/Unix</li>
</ul>
</article>
<h2 style="margin-top:16px">Certifications</h2>
<article class="xp">
<ul>
<li>RPA Developer Advanced — UiPath (Nov 2018)</li>
<li>PG Diploma in Software Engineering — NIIT (Oct 2015 – Jun 2017 · GPA 9/10)</li>
<li>Oracle Database 11g: SQL Fundamentals (Aug 2017)</li>
</ul>
</article>
<h2 style="margin-top:16px">Awards</h2>
<article class="xp">
<ul>
<li>Star of the Month — Publicis Sapient (2021)</li>
<li>Trainer of the Month — NIIT (2018)</li>
</ul>
</article>
<h2 style="margin-top:16px">Languages</h2>
<article class="xp">
<ul>
<li>Hindi — Native</li>
<li>English — Professional Proficiency</li>
<li>German — A1 (DaF‑certified, University of Tübingen)</li>
</ul>
</article>
<h2 style="margin-top:16px">Contact</h2>
<article class="xp">
<ul>
<li><a href="tel:+4915140116598">+49 151 4011 6598</a></li>
<li><a href="mailto:shreya.jain@tuebingen.mpg.de">shreya.jain@tuebingen.mpg.de</a></li>
<li><a href="mailto:shreya.jain@student.uni-tuebingen.de">shreya.jain@student.uni-tuebingen.de</a></li>
<li><a href="https://github.com/shreyaj661" target="_blank" rel="noreferrer">github.com/shreyaj661</a></li>
<li><a href="https://www.linkedin.com/in/shreyaj661/" target="_blank" rel="noreferrer">linkedin.com/in/shreyaj661</a></li>
</ul>
</article>
</div>
</section>
<footer>
© <span id="y"></span> Shreya Jain · Built with GitHub Pages
</footer>
</div>
<script>document.getElementById('y').textContent = new Date().getFullYear();</script>
</body>
</html>