Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated with latest information #354

Merged
merged 13 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

<p align="center">
<a href="http://hits.dwyl.com/ashutosh1919/masterPortfolio"><img alt="HitCounts" src="http://hits.dwyl.com/ashutosh1919/masterPortfolio.svg" /></a>
<a href="https://nodejs.org/en/blog/release/v12.13.0/"><img alt="NodeJS" src="https://img.shields.io/badge/node-12.14.1-important?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/npm/v/6.13.4"><img alt="NPM" src="https://img.shields.io/badge/npm-6.13.7-blueviolet?style=flat-square" /></a>
<a href="https://nodejs.org/en/blog/release/v20.11.1"><img alt="NodeJS" src="https://img.shields.io/badge/node-20.11.1-important?style=flat-square" /></a>
<a href="https://www.npmjs.com/package/npm/v/10.2.4"><img alt="NPM" src="https://img.shields.io/badge/npm-10.2.4-blueviolet?style=flat-square" /></a>
<a href="https://reactjs.org/"><img alt="Made With React" src="https://img.shields.io/badge/made%20with-react-61DAFB?style=flat-square" /></a>
<a href="https://join.slack.com/t/masterportfolio/shared_invite/zt-g772n1fo-Ns4usanURF8jVb8wk2lRAA"><img alt="Join Slack Channel For Support" src="https://img.shields.io/badge/slack-masterPortfolio-yellow.svg?logo=slack?style=flat-square" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square?style=flat-square" /></a>
Expand Down
29,707 changes: 18,181 additions & 11,526 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 3 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,23 @@
{
"private": true,
"name": "masterPortfolio",
"homepage": ".",
"version": "0.1.0",
"homepage": ".",
"scripts": {
"build": "react-scripts build",
"build": "react-scripts --openssl-legacy-provider build",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"start": "react-scripts --openssl-legacy-provider start",
"test": "react-scripts test"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"apollo-boost": "^0.4.4",
"baseui": "^9.65.3",
"bootstrap": "^4.4.1",
"chart.js": "^2.9.3",
"fs": "0.0.1-security",
"gh-pages": "^2.1.1",
"graphql": "^14.5.8",
"node-fetch": "^2.6.0",
"prettier-package-json": "^2.1.3",
"radium": "^0.26.0",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.16",
"react-chartjs-2": "^2.9.0",
Expand All @@ -31,14 +26,11 @@
"react-reveal": "^1.2.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-spring": "^8.0.27",
"styled-components": "^5.1.1",
"styletron-engine-atomic": "^1.4.6",
"styletron-react": "^5.2.7"
},
"devDependencies": {
"@iconify/icons-logos": "^1.0.9",
"@iconify/react": "^1.1.1",
"dotenv": "^6.2.0",
"husky": "^4.2.5",
"lint-staged": "^10.2.11",
Expand Down
84 changes: 37 additions & 47 deletions src/portfolio.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const greeting = {
subTitle:
"A passionate individual who always thrives to work on end to end products which develop sustainable and scalable social and technical systems to create impact.",
resumeLink:
"https://drive.google.com/file/d/1FL_wydnPF2SWCdw2goYAgZ1KKBx8TpcD/view?usp=sharing",
"https://drive.google.com/file/d/1bXRknv_h-XI_3CQ3SGPteGODtvEb7YvI/view?usp=sharing",
portfolio_repository: "https://github.com/ashutosh1919/masterPortfolio",
githubProfile: "https://github.com/ashutosh1919",
};
Expand Down Expand Up @@ -178,7 +178,7 @@ const skills = {
},
{
skillName: "NodeJS",
fontAwesomeClassname: "simple-icons:node-dot-js",
fontAwesomeClassname: "devicon-plain:nodejs-wordmark",
style: {
color: "#339933",
},
Expand Down Expand Up @@ -533,6 +533,17 @@ const experience = {
title: "Work",
work: true,
experiences: [
{
title: "Machine Learning Engineer",
company: "TikTok Inc.",
company_url: "https://www.tiktok.com/en/",
logo_path: "tiktok_logo.png",
duration: "June 2023 - Present",
location: "San Jose, CA, USA",
description:
"Improving ads ranking models on the core TikTok product. Experience working on modeling two-tower architectures like DeepFM, Wide & deep learning, etc. Working on Large Language Models (LLM) pretraining and Large Multi-modal Model (LMM) finetuning strategies.",
color: "#000000",
},
{
title: "Associate AI Engineer",
company: "Legato Health Technology",
Expand Down Expand Up @@ -681,52 +692,32 @@ const projectsHeader = {

const publicationsHeader = {
title: "Publications",
description:
"I have worked on and published a few research papers and publications of my own.",
description: "Some of my published Articles, Blogs and Research.",
avatar_image_path: "projects_image.svg",
};

const publications = {
data: [
{
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzQ=",
name: "Artificial Intelligence Paper",
createdAt: "2020-03-06T16:26:54Z",
description: "Paper Written on Artificial Intelligence published in xyz ",
url:
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
},
{
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzi=",
name: "Artificial Intelligence Paper",
createdAt: "2020-03-06T16:26:54Z",
description: "Paper Written on Artificial Intelligence published in xyz ",
url:
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
id: "neuro-symbolic-sudoku-solver",
name: "Neuro-Symbolic Sudoku Solver",
createdAt: "2023-07-02T00:00:00Z",
description: "Paper published in KDD KiML 2023",
url: "https://arxiv.org/abs/2307.00653",
},
{
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNze=",
name: "Artificial Intelligence Paper",
createdAt: "2020-03-06T16:26:54Z",
description: "Paper Written on Artificial Intelligence published in xyz ",
url:
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
id: "mdp-diffusion",
name: "MDP-Diffusion",
createdAt: "2023-09-19T00:00:00Z",
description: "Blog published in Paperspace",
url: "https://blog.paperspace.com/mdp-diffusion/",
},
{
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzt=",
name: "Artificial Intelligence Paper",
createdAt: "2020-03-06T16:26:54Z",
description: "Paper Written on Artificial Intelligence published in xyz ",
url:
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
},
{
id: "MDEwOlJlcG9zaXRvcnkyNDU0NjcyNzb=",
name: "Artificial Intelligence Paper",
createdAt: "2020-03-06T16:26:54Z",
description: "Paper Written on Artificial Intelligence published in xyz ",
url:
"https://www.andrewng.org/publications/building-high-level-features-using-large-scale-unsupervised-learning/",
id: "consistency-models",
name: "Consistency Models",
createdAt: "2023-10-12T00:00:00Z",
description: "Blog published in Paperspace",
url: "https://blog.paperspace.com/consistency-models/",
},
],
};
Expand All @@ -742,21 +733,20 @@ const contactPageData = {
blogSection: {
title: "Blogs",
subtitle:
"For individual fundamental empowerment, I like to write powerful lessons that create impact on each of the reader individually to change the core of their character.",
"I like to document some of my experiences in professional career journey as well as some technical knowledge sharing.",
link: "https://blogs.ashutoshhathidara.com/",
avatar_image_path: "blogs_image.svg",
},
addressSection: {
title: "Address",
subtitle:
"Ambavadi vas, Kanodar, T.A.-Palanpur, Dist.-Banaskantha, Gujarat - 385520",
locality: "Kanodar",
country: "IN",
region: "Gujarat",
postalCode: "385520",
streetAddress: "Ambavadi vas",
subtitle: "Saratoga Ave, San Jose, CA, USA 95129",
locality: "San Jose",
country: "USA",
region: "California",
postalCode: "95129",
streetAddress: "Saratoga Avenue",
avatar_image_path: "address_image.svg",
location_map_link: "https://goo.gl/maps/MpMqtRZytFchMkZ76",
location_map_link: "https://maps.app.goo.gl/NvYZqa34Wye4tpS17",
},
phoneSection: {
title: "",
Expand Down
70 changes: 48 additions & 22 deletions src/shared/opensource/issues.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
{
"closed": 47,
"closed": 51,
"data": [
{
"id": "I_kwDOAffHH85M2vjV",
"id": "I_kwDOJPVIV85h7zXb",
"closed": true,
"title": "Gradio demo for context-cluster",
"createdAt": "2023-03-28T01:43:37Z",
"url": "https://github.com/ashutosh1919/context-cluster-pytorch/issues/1",
"number": 1,
"assignees": {
"nodes": []
},
"repository": {
"name": "context-cluster-pytorch",
"url": "https://github.com/ashutosh1919/context-cluster-pytorch",
"owner": {
"login": "ashutosh1919",
"avatarUrl": "https://avatars.githubusercontent.com/u/20843596?u=6deb5872cde2e3ab5bf5d48ece503bc8b5b0bcf6&v=4",
"url": "https://github.com/ashutosh1919"
}
}
},
{
"id": "I_kwDOKO8qTs5xzjRf",
"closed": false,
"title": "Class-Balanced Loss based on Effectivene number of examples",
"createdAt": "2022-06-30T00:02:58Z",
"url": "https://github.com/keras-team/keras/issues/16735",
"number": 16735,
"url": "https://github.com/keras-team/tf-keras/issues/538",
"number": 538,
"assignees": {
"nodes": [
{
Expand All @@ -17,14 +37,14 @@
},
{
"avatarUrl": "https://avatars.githubusercontent.com/u/78194266?u=1270684640732eaea36ac2d1725160fec0747089&v=4",
"name": "divyasreepat",
"name": "Divyashree Sreepathihalli",
"url": "https://github.com/divyashreepathihalli"
}
]
},
"repository": {
"name": "keras",
"url": "https://github.com/keras-team/keras",
"name": "tf-keras",
"url": "https://github.com/keras-team/tf-keras",
"owner": {
"login": "keras-team",
"avatarUrl": "https://avatars.githubusercontent.com/u/34455048?v=4",
Expand Down Expand Up @@ -54,7 +74,7 @@
},
{
"id": "I_kwDOCX3y2s5Mx1Ch",
"closed": false,
"closed": true,
"title": "Class-Balanced Loss Based on Effective Number of Samples",
"createdAt": "2022-06-29T03:39:00Z",
"url": "https://github.com/tensorflow/addons/issues/2732",
Expand Down Expand Up @@ -133,7 +153,7 @@
"assignees": {
"nodes": [
{
"avatarUrl": "https://avatars.githubusercontent.com/u/59080942?u=8d4b1d68ae9b8ceb7ba7d2ac3b1e4f533b852746&v=4",
"avatarUrl": "https://avatars.githubusercontent.com/u/59080942?u=4b2f4f8a2ba229445c92d5bcccda64c7a887df74&v=4",
"name": "Sachin Chaurasiya",
"url": "https://github.com/Sachin-chaurasiya"
}
Expand Down Expand Up @@ -693,12 +713,12 @@
"assignees": {
"nodes": [
{
"avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=dd45e7615e210711761056afbfc44c8679d87a87&v=4",
"avatarUrl": "https://avatars.githubusercontent.com/u/323199?u=3606bf51cc6bc14acbb068eb4ae4eacc96083bed&v=4",
"name": "Mihai Maruseac",
"url": "https://github.com/mihaimaruseac"
},
{
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=c4fe495e25d054662eadf0964f652122b81e5aff&v=4",
"name": "Yasir Modak",
"url": "https://github.com/ymodak"
}
Expand All @@ -724,7 +744,7 @@
"assignees": {
"nodes": [
{
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=8de0ad6ebb979a4ecd4fa0e1c455bf4f3d70d92a&v=4",
"avatarUrl": "https://avatars.githubusercontent.com/u/42785357?u=c4fe495e25d054662eadf0964f652122b81e5aff&v=4",
"name": "Yasir Modak",
"url": "https://github.com/ymodak"
}
Expand Down Expand Up @@ -765,18 +785,18 @@
"closed": true,
"title": "Pretrained models not available",
"createdAt": "2020-09-02T12:15:36Z",
"url": "https://github.com/lordmartian/deep_avsr/issues/8",
"url": "https://github.com/smeetrs/deep_avsr/issues/8",
"number": 8,
"assignees": {
"nodes": []
},
"repository": {
"name": "deep_avsr",
"url": "https://github.com/lordmartian/deep_avsr",
"url": "https://github.com/smeetrs/deep_avsr",
"owner": {
"login": "lordmartian",
"avatarUrl": "https://avatars.githubusercontent.com/u/29375430?u=ac19cef18259e07f6e5c325dde3013dc15b83c00&v=4",
"url": "https://github.com/lordmartian"
"login": "smeetrs",
"avatarUrl": "https://avatars.githubusercontent.com/u/29375430?v=4",
"url": "https://github.com/smeetrs"
}
}
},
Expand All @@ -802,13 +822,19 @@
},
{
"id": "MDU6SXNzdWU2NzMyOTg0MDk=",
"closed": false,
"closed": true,
"title": "Need modification in experience cards.",
"createdAt": "2020-08-05T06:49:09Z",
"url": "https://github.com/ashutosh1919/masterPortfolio/issues/58",
"number": 58,
"assignees": {
"nodes": []
"nodes": [
{
"avatarUrl": "https://avatars.githubusercontent.com/u/87069619?u=b5a468eb6b520b71f6cdc0f0d94f2f1f1a33123f&v=4",
"name": "Vyom Rana",
"url": "https://github.com/Vyomrana02"
}
]
},
"repository": {
"name": "masterPortfolio",
Expand Down Expand Up @@ -1000,7 +1026,7 @@
},
{
"id": "MDU6SXNzdWU1OTgyNTg0MTQ=",
"closed": false,
"closed": true,
"title": "Need of flexible loss function GeneralLoss which can change behavior based on params",
"createdAt": "2020-04-11T12:41:54Z",
"url": "https://github.com/tensorflow/addons/issues/1646",
Expand Down Expand Up @@ -1303,6 +1329,6 @@
}
}
],
"open": 11,
"totalCount": 58
"open": 8,
"totalCount": 59
}
Loading
Loading