forked from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fff25c7
commit 02b55dc
Showing
1 changed file
with
8 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,59 +41,6 @@ | |
"endDate": "2020" | ||
} | ||
], | ||
"awards": [ | ||
{ | ||
"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": [ | ||
{ | ||
"name": "Machine Learning", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-location-dot" | ||
}, | ||
{ | ||
"name": "Quantum Computing", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-tag" | ||
}, | ||
{ | ||
"name": "Quantum Information", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-envelope" | ||
}, | ||
{ | ||
"name": "Quantum Cryptography", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-hashtag" | ||
}, | ||
{ | ||
"name": "Quantum Communication", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-calendar" | ||
}, | ||
{ | ||
"name": "Quantum Teleportation", | ||
"date": "2018-01-01", | ||
"issuer": "Stanford University", | ||
"url": "https://example.com", | ||
"icon": "fa-solid fa-clipboard-check" | ||
} | ||
], | ||
"publications": [ | ||
{ | ||
"name": "Zur Elektrody/namik bewegter Körper", | ||
|
@@ -117,67 +64,21 @@ | |
"summary": "The publication of the theory of general relativity made him internationally famous. He was professor of physics at the universities of Zurich (1909–1911) and Prague (1911–1912), before he returned to ETH Zurich (1912–1914)." | ||
} | ||
], | ||
"skills": [ | ||
{ | ||
"name": "Physics", | ||
"level": "Master", | ||
"icon": "fa-solid 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": [ | ||
{ | ||
"name": "Physics", | ||
"icon": "fa-solid fa-tag", | ||
"keywords": [ | ||
"Quantum Mechanics", | ||
"Quantum Computing", | ||
"Quantum Information", | ||
"Quantum Cryptography", | ||
"Quantum Communication", | ||
"Quantum Teleportation" | ||
] | ||
} | ||
], | ||
"references": [ | ||
{ | ||
"name": "Professor John Doe", | ||
"name": "Prof Andy Hogg", | ||
"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" | ||
"reference": "[email protected]" | ||
}, | ||
{ | ||
"name": "Professor John Doe", | ||
"name": "Dr Navid Constantinou", | ||
"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": [ | ||
"reference": "[email protected]" | ||
}, | ||
{ | ||
"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": "Dr Ryan Holmes", | ||
"icon": "fa-solid fa-thumbtack", | ||
"reference": "[email protected]" | ||
} | ||
] | ||
} |