mirror of
https://github.com/AmanTahiliani/Portfolio.git
synced 2026-08-07 11:52:48 -04:00
Updated TA work and publications
This commit is contained in:
@@ -4,7 +4,7 @@ import { Grid, Row, Col } from "react-bootstrap";
|
||||
import "./about.css";
|
||||
import AmanTahilianiPortfolio from "../media/AmanTahilianiPortfolio.png";
|
||||
import { Button } from "bootstrap";
|
||||
import resume from "../media/AmanTahilianiResume.pdf"
|
||||
import resume from "../media/AmanTahilianiJan23Resume.pdf"
|
||||
// const img = '../media/AmanTahilianiPortfolio.png'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import { faFileDownload } from '@fortawesome/free-solid-svg-icons'
|
||||
@@ -43,7 +43,7 @@ class About extends Component {
|
||||
</li>{" "}
|
||||
</ul>{" "}
|
||||
</Row>{" "}
|
||||
<button style={{borderRadius:"0.8em", width:"auto",height:"40px", fontSize:"larger", backgroundColor:"rgb(5, 255, 180)"}}><FontAwesomeIcon icon="file-download"/> <a href={resume} style= {{color: "black", textDecoration:"none"}} download="AmanTahilianiPublicationsResume.pdf">Resume</a></button>
|
||||
<button style={{borderRadius:"0.8em", width:"auto",height:"40px", fontSize:"larger", backgroundColor:"rgb(5, 255, 180)"}}><FontAwesomeIcon icon="file-download"/> <a href={resume} style= {{color: "black", textDecoration:"none"}} download="AmanTahilianiJan23Resume.pdf">Resume</a></button>
|
||||
</Col>{" "}
|
||||
</Row>{" "}
|
||||
</div>
|
||||
|
||||
@@ -6,8 +6,9 @@ import ExperienceCard from "./experienceCard";
|
||||
import experienceData from "./experience.json"
|
||||
import InnovaccerLogo from "../media/innovaccerLogo.png";
|
||||
import Medsupervision from "../media/logo.png"
|
||||
import GeorgiaTech from "../media/GeorgiaTech.png"
|
||||
|
||||
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision}
|
||||
const logos = {Innovaccer:InnovaccerLogo,Medsupervision:Medsupervision,"Georgia Tech":GeorgiaTech}
|
||||
|
||||
class Experience extends Component {
|
||||
render() {
|
||||
|
||||
@@ -1,4 +1,14 @@
|
||||
[ {
|
||||
"company": "Georgia Tech",
|
||||
"title": "Graduate Teaching Assistant",
|
||||
"points": [
|
||||
"Working under the guidance of Dr. Jon Duke as a teaching assistant for his course CS-6440 Introduction to Health Informatics in Spring 2023",
|
||||
"Responsibilities include grading of student assignments and examinations for the first half of the semester and mentoring students for their course projects by guiding them on the scope and viability of their project.",
|
||||
"Helping students with their doubts regarding Lab assignments implemented using Java, Python and Docker."
|
||||
],
|
||||
"term": "Jan 2023 - Present"
|
||||
},
|
||||
{
|
||||
"company": "Innovaccer",
|
||||
"title": "Software Development Engineer Intern (Data Platform)",
|
||||
"points": [
|
||||
|
||||
@@ -18,5 +18,12 @@
|
||||
"publish_date": "05 August 2021",
|
||||
"abstract": " Generally when users share information about themselves on some online platforms, they knowingly or unknowingly allow this data to be used by the companies behind these companies for various purposes including selling this information to advertisers as well as using it to better enrich their predictive models. In the event of the user changing their minds on allowing such data about them to be able to be used by the companies, it becomes a strenuous task for the companies to get rid of the influence of this collected data, especially when it has been used to train their machine learning models. Recent legislations by governing bodies, like the European Union, grant people the right to choose where data about them may be used, including a right to have their data and its resulting influence be completely removed from a company’s databases and machine learning models. To be able to do this at scale new machine unlearning solutions need to be invented. In this paper, we look at some of these early models of machine unlearning strategies that have been proposed.",
|
||||
"link": "https://dl.acm.org/doi/abs/10.1145/3474124.3474158"
|
||||
},
|
||||
{
|
||||
"title": "A Solution to Evade Social Media Distraction",
|
||||
"authors": " Aman Tahiliani, Adarsh Kumar Verma, Shubham Agrawal, Kavita Pandey",
|
||||
"publish_date": "04 August 2022",
|
||||
"abstract": " With the rapidly growing numbers of people who have access to a smartphone and an internet connection, the usage of these mobile devices, especially to consume content on social media has also seen a drastic increase. This was accelerated even more due to the pandemic. Such an increased screen time due to social media consumption has left many people feeling less productive, instead focusing on their screens even while at work. A common method people try in order to combat this problem is by deleting or disabling their social media accounts altogether. However, such a tactic more often than not is only a temporary fix as most of the people who try it revert back to their habits in less than a week, or, start feeling a common fear of missing out on their social media updates. In this paper we detail the negative effects of social media addiction, look at suggested methods of combating social media addiction and also propose a method to be able to keep up with the happenings of your social media without feeling the constant need to check their phones repeatedly.",
|
||||
"link": "https://dl.acm.org/doi/abs/10.1145/3549206.3549298"
|
||||
}
|
||||
]
|
||||
BIN
src/media/AmanTahilianiJan23Resume.pdf
Normal file
BIN
src/media/AmanTahilianiJan23Resume.pdf
Normal file
Binary file not shown.
BIN
src/media/GeorgiaTech.png
Normal file
BIN
src/media/GeorgiaTech.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user