-
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.
Merge pull request #5 from compbio-fhs/4-update-my-profile-leandroacosta
Template - Leandro Acosta
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
export default { | ||
name: 'Harry POTTER', | ||
image: '/images/people/harry-potter.jpg', | ||
title: 'Professor', | ||
role: 'Head of Defense Against the Dark Arts', | ||
personalPage: 'https://hogwarts.edu/staff/hpotter', | ||
|
||
education: [ | ||
{ | ||
degree: 'Master of Defense', | ||
field: 'Defense Against the Dark Arts', | ||
institution: 'Hogwarts School of Witchcraft and Wizardry', | ||
location: 'Scotland', | ||
period: '2000-2003' | ||
}, | ||
{ | ||
degree: 'Bachelor', | ||
field: 'Magical Studies', | ||
institution: 'Hogwarts School of Witchcraft and Wizardry', | ||
location: 'Scotland', | ||
period: '1991-1998' | ||
} | ||
], | ||
|
||
research: { | ||
interests: [ | ||
'Defensive Magic', | ||
'Magical Protection Systems', | ||
'Dark Arts Counter-Strategies' | ||
], | ||
publications: [ | ||
{ | ||
title: 'Advanced Defensive Spell Theory', | ||
authors: ['H. Potter', 'H. Granger'], | ||
venue: 'Journal of Magical Defense', | ||
year: 2010, | ||
type: 'journal', | ||
doi: '10.1108/JMD.2010.12345' | ||
}, | ||
{ | ||
title: 'Modern Applications of Protective Charms', | ||
authors: ['H. Potter', 'R. Weasley'], | ||
venue: 'International Conference on Magical Security', | ||
year: 2009, | ||
type: 'conference', | ||
doi: '10.1109/ICMS.2009.67890' | ||
} | ||
] | ||
}, | ||
|
||
contact: { | ||
department: 'Defense Against the Dark Arts', | ||
institution: 'Hogwarts School of Witchcraft and Wizardry', | ||
building: 'Defense Tower', | ||
address: 'Hogwarts Castle', | ||
location: 'Scotland', | ||
room: 'Tower-102', | ||
telephone: '(44) 123-4567', | ||
fax: '(44) 123-4568', | ||
email: 'hpotter' | ||
} | ||
} |
Empty file.