Skip to content

Commit 9f016cc

Browse files
About Me Page Updated
1 parent 24766b9 commit 9f016cc

1 file changed

Lines changed: 25 additions & 49 deletions

File tree

_pages/about.md

Lines changed: 25 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -9,59 +9,35 @@ redirect_from:
99
---
1010
{% include base_path %}
1111

12-
I am a PMRF doctoral scholar with the department of Computer Science and Engineering at Indian Institute of Technology (IIT) Indore. Currently pursuing research under supervision of [Dr. Puneet Gupta](https://www.iiti.ac.in/people/~puneet/) on Adversarial Attacks and Defences on Deep Learning models. When I’m not into tech, I like to immerse myself in the magical world of books. To know more about me checkout my [GitHub](https://github.com/AnupKumarGupta) profile. If you think, we have something in common, do ping me!
12+
I am a Translational Research Scholar at the Indian Institute of Technology (IIT) Indore. I recently completed my Ph.D. in Computer Science and Engineering as a Prime Minister Research Fellowship (PMRF) scholar under the supervision of [Dr. Puneet Gupta](https://www.iiti.ac.in/people/~puneet/).
1313

14-
Education
15-
=========
16-
* **Ph.D.**: Computer Science and Engineering, [Indian Institute of Technology Indore](http://cse.iiti.ac.in/), [Aug. 2021 onwards]
17-
* **M.S. (Research)**: Computer Science and Engineering, [Indian Institute of Technology Indore](http://cse.iiti.ac.in/), GPA: (10/10), [Aug. 2019 - July 2021]
18-
* **B.Tech**: Computer Science and Engineering, [Dr. A.P.J. Abdul Kalam Technical University](https://aktu.ac.in/), Percentage: 78.42%, [Aug. 2013 - July 2017]
19-
20-
21-
Experience
22-
=========
23-
* **Visting Research Scholar**, [Purdue Univeristy](https://www.cs.purdue.edu/homes/ab/), [May 2024 - ongoing]
24-
* **Workplace Bots Developer**, [Kwench Global Technologies Pvt. Ltd.](https://www.huminos.com/), [October 2017 - April 2018]
25-
* **Software Engineer**, [Novoinvent Software Pvt. Ltd.](https://www.novoinvent.com/), [July 2017 - September 2017]
26-
* **Student Coordinator**, [Software Incubator](https://silive.in/), (R&D center of [Ajay Kumar Garg Engineering College, Ghaziabad](https://www.akgec.ac.in/)), [August 2014 - May 2017]
27-
28-
Some Academic Achievements
29-
==========================
30-
* Recipient of [Prime Minister Research Fellowship (PMRF)](https://may2021.pmrf.in/).
31-
* Completed MS (Research) with Rank 1 and perfect CGPA.
32-
* Developed Biometric Attendance System that is currently being used by [Ajay Kumar Garg Engineering College, Ghaziabad](https://www.akgec.ac.in/).
14+
My doctoral thesis focused on *"Exploring Trustworthy Multimodal Learning for Mental and Physiological Health Assessment."* I also carry expertise in Adversarial Attacks and Defences for Deep Learning models. I am currently working on *SEHAT*, a smartphone-enabled remote heart rate assessment application.
3315

16+
When I’m not deep into tech, I like to immerse myself in the magical world of books, capture the night sky through astrophotography, or experiment in the kitchen. To know more about my work, check out my [Google Scholar](https://scholar.google.com/citations?user=yNhpJTAAAAAJ&hl=en) or [GitHub](https://github.com/AnupKumarGupta) profiles. If you think we have something in common or wish to collaborate, please feel free to reach out!
3417

3518

36-
<!-- Getting started
37-
======
38-
1. Register a GitHub account if you don't have one and confirm your e-mail (required!)
39-
2. Fork [this repository](https://github.com/academicpages/academicpages.github.io) by clicking the "fork" button in the top right.
40-
3. Go to the repository's settings (rightmost item in the tabs that start with "Code", should be below "Unwatch"). Rename the repository "[your GitHub username].github.io", which will also be your website's URL.
41-
4. Set site-wide configuration and create content & metadata (see below -- also see [this set of diffs](http://archive.is/3TPas) showing what files were changed to set up [an example site](https://getorg-testacct.github.io) for a user with the username "getorg-testacct")
42-
5. Upload any files (like PDFs, .zip files, etc.) to the files/ directory. They will appear at https://[your GitHub username].github.io/files/example.pdf.
43-
6. Check status by going to the repository settings, in the "GitHub pages" section -->
44-
45-
<!-- Site-wide configuration
46-
------
47-
The main configuration file for the site is in the base directory in [_config.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_config.yml), which defines the content in the sidebars and other site-wide features. You will need to replace the default variables with ones about yourself and your site's github repository. The configuration file for the top menu is in [_data/navigation.yml](https://github.com/academicpages/academicpages.github.io/blob/master/_data/navigation.yml). For example, if you don't have a portfolio or blog posts, you can remove those items from that navigation.yml file to remove them from the header.
48-
49-
Create content & metadata
50-
------
51-
For site content, there is one markdown file for each type of content, which are stored in directories like _publications, _talks, _posts, _teaching, or _pages. For example, each talk is a markdown file in the [_talks directory](https://github.com/academicpages/academicpages.github.io/tree/master/_talks). At the top of each markdown file is structured data in YAML about the talk, which the theme will parse to do lots of cool stuff. The same structured data about a talk is used to generate the list of talks on the [Talks page](https://academicpages.github.io/talks), each [individual page](https://academicpages.github.io/talks/2012-03-01-talk-1) for specific talks, the talks section for the [CV page](https://academicpages.github.io/cv), and the [map of places you've given a talk](https://academicpages.github.io/talkmap.html) (if you run this [python file](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.py) or [Jupyter notebook](https://github.com/academicpages/academicpages.github.io/blob/master/talkmap.ipynb), which creates the HTML for the map based on the contents of the _talks directory).
52-
53-
**Markdown generator**
54-
55-
I have also created [a set of Jupyter notebooks](https://github.com/academicpages/academicpages.github.io/tree/master/markdown_generator
56-
) that converts a CSV containing structured data about talks or presentations into individual markdown files that will be properly formatted for the academicpages template. The sample CSVs in that directory are the ones I used to create my own personal website at stuartgeiger.com. My usual workflow is that I keep a spreadsheet of my publications and talks, then run the code in these notebooks to generate the markdown files, then commit and push them to the GitHub repository.
19+
Education
20+
=========
21+
* **Ph.D.**: Computer Science and Engineering, [Indian Institute of Technology Indore](http://cse.iiti.ac.in/), GPA: (10/10) [Aug. 2021 - Sep. 2025]
22+
* **M.S. (Research)**: Computer Science and Engineering, [Indian Institute of Technology Indore](http://cse.iiti.ac.in/), GPA: (10/10), [Aug. 2019 - Jul. 2021]
23+
* **B.Tech**: Computer Science and Engineering, [Dr. A.P.J. Abdul Kalam Technical University](https://aktu.ac.in/), Percentage: 78.42%, [Aug. 2013 - Jul. 2017]
5724

58-
How to edit your site's GitHub repository
59-
------
60-
Many people use a git client to create files on their local computer and then push them to GitHub's servers. If you are not familiar with git, you can directly edit these configuration and markdown files directly in the github.com interface. Navigate to a file (like [this one](https://github.com/academicpages/academicpages.github.io/blob/master/_talks/2012-03-01-talk-1.md) and click the pencil icon in the top right of the content preview (to the right of the "Raw | Blame | History" buttons). You can delete a file by clicking the trashcan icon to the right of the pencil icon. You can also create new files or upload files by navigating to a directory and clicking the "Create new file" or "Upload files" buttons.
6125

62-
Example: editing a markdown file for a talk
63-
![Editing a markdown file for a talk](/images/editing-talk.png)
26+
Work Experience
27+
===============
28+
* **Translational Research Scholar**, [Indian Institute of Technology Indore](https://cse.iiti.ac.in/) [Sep. 2025 – Present]
29+
* **Guest Faculty and Course Co-ordinator**, [Shri G. S. Institute of Technology & Science (SGSITS) Indore](https://www.sgsits.ac.in/) [Oct. 2021 – Aug. 2025]
30+
* **Visiting Research Scholar**, [Purdue University](https://www.cs.purdue.edu/homes/ab/), [Jun. 2024 - Jul. 2024]
31+
* **Workplace Bots Developer**, [Kwench Global Technologies Pvt. Ltd.](https://www.huminos.com/), [Oct. 2017 - Apr. 2018]
32+
* **Software Engineer**, [Novoinvent Software Pvt. Ltd.](https://www.novoinvent.com/), [Jul. 2017 - Sep. 2017]
33+
* **Student Coordinator**, [Software Incubator](https://silive.in/) (R&D center of [Ajay Kumar Garg Engineering College](https://www.akgec.ac.in/)), [Aug. 2014 - May 2017]
6434

65-
For more info
66-
------
67-
More info about configuring academicpages can be found in [the guide](https://academicpages.github.io/markdown/). The [guides for the Minimal Mistakes theme](https://mmistakes.github.io/minimal-mistakes/docs/configuration/) (which this theme was forked from) might also be helpful. -->
35+
Honors & Achievements
36+
==========================
37+
* Keynote Speaker, National Conference on Emerging Technologies (AI, ML & DS) [Mar. 2026]
38+
* Outstanding Reviewer, CVPR 2025 (Top ~6% reviewers) [May 2025]
39+
* Best Technology Award, Indian Institute of Technology Indore [Feb. 2025]
40+
* Best Research Paper Award, Indian Institute of Technology Indore [Feb. 2024]
41+
* Recipient, [Prime Minister Research Fellowship (PMRF)](https://may2021.pmrf.in/) [Aug. 2021 – Aug. 2025]
42+
* Rank 1 & Perfect CGPA (10/10), M.S. (Research) in Computer Science and Engineering
43+
* Lead Developer, Biometric Attendance System deployed at [Ajay Kumar Garg Engineering College, Ghaziabad](https://www.akgec.ac.in/)

0 commit comments

Comments
 (0)