Skip to content

Commit

Permalink
Merge pull request #5 from compbio-fhs/4-update-my-profile-leandroacosta
Browse files Browse the repository at this point in the history
Template - Leandro Acosta
  • Loading branch information
acosta-leandro authored Nov 19, 2024
2 parents 13b10e2 + bf42305 commit 19123eb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions src/data/people/individuals/acosta-leandro.js
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.

0 comments on commit 19123eb

Please sign in to comment.