-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
103 lines (95 loc) · 3.68 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>Nutan resume</title>
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>Nutan Maurya, PhD</h1>
<hr>
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<!-- contact info including social media -->
</section>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="github.com/gh-Nutan-data-novice">github-Nutan-data-novice</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="linkedin.com/linkedin-nutan-maurya-phd">linkedin-nutan-maurya-phd</a>
</p>
<p>
<i class="fab fa-twitter" aria-hidden="true"></i>
<a href="https://twitter.com/nutanmaurya">@nutanmaurya</a>
</p>
</section>
</p>
<h2>SKILLS</h2>
<!-- your skills -->
</section>
<p> <li>R, SAS-JMP, MS-Excel, QGIS, Datawrapper </li>
</p> <li>"Advanced data journalism: Powerful data reporting and mapping tools" (2023) course completed under John Keefe, New York Times </li>
</section>
<h2>Relevant Publications</h2>
<!-- your publication relevant for teh job -->
<a href="https://toxicslink.org/wp-content/uploads/2022/08/Healthcare%20waste%20as%20a%20risk%20to%20public%20health.pdf">Healthcare waste as a risk to public health.pdf(2022)</a>
</p>
<a href="https://www.downtoearth.org.in/blog/environment/river-pollution-conservation-up-s-fishing-community-bears-brunt-71908">River pollution, conservation: UP’s fishing community bears brunt(2020)</a>
</p>
<a href="https://tcd.uchicago.edu/insight/deteriorating-water-quality-of-river-yamuna-and-its-socio-economic-impact-voices-from-the-ground/">Deteriorating Water Quality of River Yamuna and its Socio-economic Impact: Voices from the Ground(2020)</a>
</p>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<!-- about you -->
</section>
<p>Aspiring data journalist with an extensive background in environmental research, seeking to leverage my expertise in data analysis and research for impactful storytelling and societal awareness.
<h2>WORK EXPERIENCE</h2>
<!-- your work experience -->
<h3><li>Senior Program Coordinator</li> </h3>
<p>
Toxics Link | 2021 - 2023
</p>
</section>
<h3><li>Research Collaborator</li> </h3>
<p>
Tata Centre For Development, University of Chicago Trust, Delhi | 2018 - 2020
</section>
<h3><li>Key Personnel India</li> </h3>
<p>
Anthropology Department, Auburn University, USA | 2017 - 2018
</p>
</section>
<h3><li>Post Doctoral Fellow</li></h3>
<p> ATREE, Bengaluru |2013-2015</p>
<h2>EDUCATION</h2>
<!-- your education -->
<h3><li>PhD (Anthropology)</li>
University of Delhi </p>
</section>
<h3><li>MPhil(Social/Environmental Anthropology)</li>
University of Delhi </p>
</section>
<h3><li>MSc (Anthropology)</li>
University of Allahabad </p>
</section>
<h3><li>BSc (Biological sciences)</li>
University of Allahabad </p>
</ul>
</article>
</main>
</body>
</html>
```
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">