From 8578e0f905853889834099b4355ceb1dbf2082e0 Mon Sep 17 00:00:00 2001 From: fcarvalhopacheco Date: Fri, 15 Apr 2022 19:49:52 -1000 Subject: [PATCH] added .zenodo.json to test doi --- .zenodo.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .zenodo.json diff --git a/.zenodo.json b/.zenodo.json new file mode 100644 index 0000000..62322a3 --- /dev/null +++ b/.zenodo.json @@ -0,0 +1,31 @@ +{ + "title": "HOW2 - Repository", + "description": "A Repository to guide me and you through some Linux Python, Ethial hacking, Software Development and more", + "creators": [ + { + "name": "Carvalho Pacheco, Fernando", + "affiliation": " University of Hawaiʻi at Mānoa - UH Manoa", + "orcid": "0000-0002-0376-5338" + } + ], + "contributors": [ + { + "type": "ContactPerson", + "name": "Carvalho Pacheco, Fernando", + "affiliation": " University of Hawaiʻi at Mānoa - UH Manoa", + "orcid": "0000-0002-0376-5338" + }, + { + "type": "Researcher", + "name": "Carvalho Pacheco, Fernando", + "affiliation": " University of Hawaiʻi at Mānoa - UH Manoa", + "orcid": "0000-0002-0376-5338" + }, + { + "type": "Supervisor", + "name": "Carvalho Pacheco, Fernando", + "affiliation": " University of Hawaiʻi at Mānoa - UH Manoa", + "orcid": "0000-0002-0376-5338" + } + ] +}