Skip to content

Commit

Permalink
add skill, language, interest
Browse files Browse the repository at this point in the history
  • Loading branch information
nissymori committed Apr 9, 2024
1 parent 47e2050 commit a07997e
Showing 1 changed file with 35 additions and 53 deletions.
88 changes: 35 additions & 53 deletions assets/json/resume.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,24 +32,24 @@
],
"education": [
{
"institution": "University of Zurich, Zurich, Switzerland",
"location": "Zurich, Switzerland",
"url": "https://www.uzh.ch/",
"area": "Software Development",
"studyType": "PhD",
"startDate": "1905-01-01",
"endDate": "1905-01-01",
"score": "10",
"courses": ["Theory of Relativity"]
}
],
"awards": [
"institution": "Kyoto University",
"location": "Kyoto, Japan",
"url": "https://www.kyoto-u.ac.jp/en",
"area": "Neuroscience, Artificial Intelligence",
"studyType": "Bachelor",
"startDate": "2018-04-01",
"endDate": "2022-03-31",
"courses": ["Integrated Human Studies"]
},
{
"title": "Nobel Prize in Physics",
"date": "1921-11-01",
"awarder": "Royal Swedish Academy of Sciences",
"url": "https://www.nobelprize.org/prizes/physics/1921/einstein/biographical/",
"summary": "The Nobel Prizes are five separate prizes that, according to Alfred Nobel's will of 1895, are awarded to 'those who, during the preceding year, have conferred the greatest benefit to humankind.'"
"institution": "The University of Tokyo",
"location": "Tokyo, Japan",
"url": "https://www.u-tokyo.ac.jp/en/index.html",
"area": "Machine Learning",
"studyType": "Master",
"startDate": "2022-04-01",
"endDate": "2024-03-31",
"courses": ["Complexity Science"]
}
],
"publications": [
Expand Down Expand Up @@ -77,65 +77,47 @@
],
"skills": [
{
"name": "Physics",
"name": "Programming",
"level": "Master",
"icon": "fa-solid fa-hashtag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
"Python",
"JAX",
"PyTorch"
]
}
],
"languages": [
{
"language": "German",
"language": "Japanese",
"fluency": "Native speaker",
"icon": ""
},
{
"language": "English",
"fluency": "Fluent",
"fluency": "Fluent TOEFL iBT 96",
"icon": ""
}
],
"interests": [
{
"name": "Physics",
"name": "Reinforcement Learning",
"icon": "fa-solid fa-tag",
"keywords": [
"Quantum Mechanics",
"Quantum Computing",
"Quantum Information",
"Quantum Cryptography",
"Quantum Communication",
"Quantum Teleportation"
"Generalization in RL",
"Statistical RL",
"Weakly Supervised RL"
]
}
],
"references": [
{
"name": "Professor John Doe",
"icon": "fa-solid fa-laptop",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
},
{
"name": "Professor John Doe",
"icon": "fa-solid fa-thumbtack",
"reference": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam condimentum, diam quis convallis euismod, arcu mi ullamcorper lorem, a vestibulum nunc magna at sem. Sed in risus ac felis varius blandit. D"
}
],
"projects": [
{
"name": "Quantum Computing",
"summary": "Quantum computing is the use of quantum-mechanical phenomena such as superposition and entanglement to perform computation. Computers that perform quantum computations are known as quantum computers.",
"highlights": ["Quantum Teleportation", "Quantum Cryptography"],
"startDate": "2018-01-01",
"endDate": "2018-01-01",
"url": "https://example.com"
"name": "Game AI",
"icon": "fa-solid fa-tag",
"keywords": [
"AlphaZero",
"Monte Carlo Tree Search",
"Game Theory",
"Mahjong AI"
]
}
]
}

0 comments on commit a07997e

Please sign in to comment.