Created
July 17, 2024 08:14
-
-
Save blacksd/014f08bc5ca068321e0fdde9f5d280e1 to your computer and use it in GitHub Desktop.
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
{ | |
"basics": { | |
"name": "Elon Musk", | |
"label": "CEO & Entrepreneur", | |
"image": "", | |
"email": "[email protected]", | |
"phone": "(123) 456-7890", | |
"url": "https://elonmusk.com", | |
"summary": "Innovative entrepreneur and engineer with a passion for technology, space exploration, and sustainable energy. Founder and CEO of SpaceX, Tesla, Neuralink, and The Boring Company.", | |
"location": { | |
"address": "", | |
"postalCode": "94025", | |
"city": "Menlo Park", | |
"countryCode": "US", | |
"region": "California" | |
}, | |
"profiles": [ | |
{ | |
"network": "LinkedIn", | |
"username": "elonmusk", | |
"url": "https://linkedin.com/in/elonmusk" | |
}, | |
{ | |
"network": "Twitter", | |
"username": "elonmusk", | |
"url": "https://twitter.com/elonmusk" | |
} | |
] | |
}, | |
"work": [ | |
{ | |
"name": "SpaceX", | |
"position": "Founder, CEO, and Lead Designer", | |
"url": "https://spacex.com", | |
"startDate": "2002-03-01", | |
"summary": "Leading private aerospace manufacturer and space transportation company.", | |
"highlights": [ | |
"Developed the Falcon and Starship rockets.", | |
"Pioneered reusable rocket technology.", | |
"Achieved the first privately-funded spacecraft to reach orbit and return." | |
] | |
}, | |
{ | |
"name": "Tesla, Inc.", | |
"position": "Co-Founder, CEO, and Product Architect", | |
"url": "https://tesla.com", | |
"startDate": "2004-02-01", | |
"summary": "Electric vehicle and clean energy company.", | |
"highlights": [ | |
"Designed and launched multiple electric vehicle models.", | |
"Developed solar energy products and energy storage solutions.", | |
"Achieved widespread adoption of electric vehicles and sustainable energy." | |
] | |
}, | |
{ | |
"name": "Neuralink", | |
"position": "Co-Founder and CEO", | |
"url": "https://neuralink.com", | |
"startDate": "2016-07-01", | |
"summary": "Neurotechnology company developing brain-machine interfaces.", | |
"highlights": [ | |
"Developed advanced neural implant technology.", | |
"Pioneered research in brain-machine interface applications.", | |
"Advancing the future of human cognitive enhancement." | |
] | |
}, | |
{ | |
"name": "The Boring Company", | |
"position": "Founder", | |
"url": "https://boringcompany.com", | |
"startDate": "2016-12-01", | |
"summary": "Infrastructure and tunnel construction services company.", | |
"highlights": [ | |
"Developed innovative tunneling technologies.", | |
"Constructed test tunnels and proposed urban transportation solutions.", | |
"Aimed to reduce urban traffic congestion." | |
] | |
} | |
], | |
"education": [ | |
{ | |
"institution": "University of Pennsylvania", | |
"url": "https://upenn.edu", | |
"area": "Physics", | |
"studyType": "Bachelor of Arts", | |
"startDate": "1992-09-01", | |
"endDate": "1995-05-01", | |
"score": "", | |
"courses": [] | |
}, | |
{ | |
"institution": "University of Pennsylvania", | |
"url": "https://upenn.edu", | |
"area": "Economics", | |
"studyType": "Bachelor of Science in Economics from the Wharton School", | |
"startDate": "1992-09-01", | |
"endDate": "1995-05-01", | |
"score": "", | |
"courses": [] | |
} | |
], | |
"skills": [ | |
{ | |
"name": "Leadership", | |
"level": "Expert", | |
"keywords": [ | |
"Visionary Leadership", | |
"Team Building", | |
"Strategic Planning" | |
] | |
}, | |
{ | |
"name": "Engineering", | |
"level": "Expert", | |
"keywords": [ | |
"Aerospace Engineering", | |
"Electrical Engineering", | |
"Mechanical Engineering" | |
] | |
}, | |
{ | |
"name": "Entrepreneurship", | |
"level": "Expert", | |
"keywords": [ | |
"Startups", | |
"Innovation", | |
"Business Development" | |
] | |
} | |
], | |
"languages": [ | |
{ | |
"language": "English", | |
"fluency": "Native" | |
}, | |
{ | |
"language": "Afrikaans", | |
"fluency": "Conversational" | |
} | |
], | |
"interests": [ | |
{ | |
"name": "Space Exploration", | |
"keywords": [ | |
"Mars Colonization", | |
"Rocket Science", | |
"Astronomy" | |
] | |
}, | |
{ | |
"name": "Sustainable Energy", | |
"keywords": [ | |
"Electric Vehicles", | |
"Solar Energy", | |
"Battery Technology" | |
] | |
} | |
], | |
"references": [ | |
{ | |
"name": "Larry Page", | |
"reference": "Co-Founder of Google" | |
}, | |
{ | |
"name": "Richard Branson", | |
"reference": "Founder of Virgin Group" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment