Update resume.json (#1821)

populating resume.json to give easier start to people that dont
understand very well how to setup the fields
This commit is contained in:
Pablo Diego Pereira 2023-11-22 16:26:14 -03:00 committed by GitHub
parent f5cdbdd322
commit 6b5c94f571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 129 additions and 9 deletions

View File

@ -35,16 +35,28 @@
]
}
],
"volunteer": [],
"volunteer": [
{
"organization": "People's Climate March",
"position": "Lead Organizer",
"url": "https://example.com",
"startDate": "2014-04-01",
"endDate": "2015-07-01",
"summary": "Lead organizer for the New York City branch of the People's Climate March, the largest climate march in history.",
"highlights": [
"Awarded 'Climate Hero' award by Greenpeace for my efforts organizing the march.","Men of the year 2014 by Time magazine"
]
}],
"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": "",
"score": "10",
"courses": [
"Theory of Relativity"
]
@ -55,23 +67,131 @@
"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.'"
}
],
"certificates": [],
"publications": [],
"skills": [],
"certificates": [
{
"name": "Machine Learning",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa-map-marker-alt"
},
{
"name": "Quantum Computing",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa-tag"
},
{
"name": "Quantum Information",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa-envelope"
},
{
"name": "Quantum Cryptography",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa fa-hashtag"
},
{
"name": "Quantum Communication",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa-calendar"
},
{
"name": "Quantum Teleportation",
"date": "2018-01-01",
"issuer": "Stanford University",
"url": "https://example.com",
"icon": "fa fa-clipboard-check"
}
],
"publications": [
{
"name": "Zur Elektrody/namik bewegter Körper",
"publisher": "Annalen der Physik",
"releaseDate": "1905-06-30",
"url": "https://en.wikisource.org/wiki/Translation:On_the_Electrodynamics_of_Moving_Bodies",
"summary": "It concerned an interpretation of the MichelsonMorley experiment and the properties of light and time. Special relativity incorporates the principle that the speed of light is the same for all inertial observers regardless of the state of motion of the source."
},
{
"name": "Über einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt",
"publisher": "Annalen der Physik",
"releaseDate": "1905-03-18",
"url": "https://de.wikisource.org/wiki/Über_einen_die_Erzeugung_und_Verwandlung_des_Lichtes_betreffenden_heuristischen_Gesichtspunkt",
"summary": "In the second paper, he applied the quantum theory to light to explain the photoelectric effect. In particular, he used the idea of light quanta (photons) to explain experimental results, but stressed the importance of the experimental results. The importance of his work on the photoelectric effect earned him the Nobel Prize in Physics in 1921."
},
{
"name": "Die Grundlage der allgemeinen Relativitätstheorie",
"publisher": "Annalen der Physik",
"releaseDate": "1916-03-20",
"url": "https://de.wikisource.org/wiki/Die_Grundlage_der_allgemeinen_Relativitätstheorie",
"summary": "The publication of the theory of general relativity made him internationally famous. He was professor of physics at the universities of Zurich (19091911) and Prague (19111912), before he returned to ETH Zurich (19121914)."
}
],
"skills": [
{
"name": "Physics",
"level": "Master",
"icon": "fa fa fa-hashtag",
"keywords": [
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
]
}
],
"languages": [
{
"language": "German",
"fluency": "Native speaker"
"icon":""
},
{
"language": "English",
"fluency": "Fluent"
"icon":""
}
],
"interests": [],
"references": [],
"projects": []
}
"interests": [
{
"name": "Physics",
"icon": "fa fa-tag",
"keywords": [
"Quantum Mechanics","Quantum Computing","Quantum Information","Quantum Cryptography","Quantum Communication","Quantum Teleportation"
]
}
],
"references": [
{
"name": "Professor John Doe",
"icon": "fa 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 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"
}
]
}