generated from alshedivat/al-folio
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Showing
1 changed file
with
13 additions
and
95 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 |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
"basics": { | ||
"name": "Albert Einstein", | ||
"label": "Scientist", | ||
"name": "Mario de Lucio", | ||
"label": "Research Scientist", | ||
"image": "", | ||
"email": "[email protected]", | ||
"phone": "(912) 123-4567", | ||
"url": "https://alshedivat.github.io/al-folio/", | ||
"summary": "A German-born theoretical physicist, widely ranked among the greatest and most influential scientists of all time", | ||
"email": "[email protected]", | ||
"phone": "(764) 409-9155", | ||
"url": "https://mdeluci.github.io/", | ||
"summary": "", | ||
"location": { | ||
"address": "2712 Broadway St", | ||
"postalCode": "CA 94115", | ||
"city": "San Francisco", | ||
"address": "203 S Martin Jischke Dr", | ||
"postalCode": "C47906", | ||
"city": "West Lafayette", | ||
"countryCode": "US", | ||
"region": "California" | ||
"region": "Indiana" | ||
}, | ||
"profiles": [ | ||
{ | ||
"network": "Twitter", | ||
"username": "AlbertEinstein", | ||
"url": "https://twitter.com/AlbertEinstein" | ||
"network": "", | ||
"username": "", | ||
"url": "" | ||
} | ||
] | ||
}, | ||
|
@@ -75,64 +75,6 @@ | |
"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", | ||
"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 Michelson–Morley 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 (1909–1911) and Prague (1911–1912), before he returned to ETH Zurich (1912–1914)." | ||
} | ||
], | ||
"skills": [ | ||
{ | ||
|
@@ -161,20 +103,6 @@ | |
"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", | ||
|
@@ -187,14 +115,4 @@ | |
"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" | ||
} | ||
] | ||
} |