diff --git a/src/data/people/individuals/acosta-leandro.js b/src/data/people/individuals/acosta-leandro.js new file mode 100644 index 0000000..1e36100 --- /dev/null +++ b/src/data/people/individuals/acosta-leandro.js @@ -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' + } +} diff --git a/src/data/people/individuals/template.js b/src/data/people/individuals/template.js new file mode 100644 index 0000000..e69de29