From b07feba872da6da71d57b05f55e1c00fae4a2d46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mar=C3=ADa=20Jos=C3=A9=20Ramos?= <mariayellowd@gmail.com>
Date: Tue, 11 May 2021 15:38:15 -0500
Subject: [PATCH] Upload metadata

---
 metadata/image_type.csv       |  7 +++++++
 metadata/publication_type.csv | 19 +++++++++++++++++++
 metadata/upload_type.csv      | 12 ++++++++++++
 3 files changed, 38 insertions(+)
 create mode 100644 metadata/image_type.csv
 create mode 100644 metadata/publication_type.csv
 create mode 100644 metadata/upload_type.csv

diff --git a/metadata/image_type.csv b/metadata/image_type.csv
new file mode 100644
index 0000000..881cc5d
--- /dev/null
+++ b/metadata/image_type.csv
@@ -0,0 +1,7 @@
+image_MD,image_name
+figure,Figure
+plot,Plot
+drawing,Drawing
+diagram,Diagram
+photo,Photo
+other,Other
diff --git a/metadata/publication_type.csv b/metadata/publication_type.csv
new file mode 100644
index 0000000..38d3126
--- /dev/null
+++ b/metadata/publication_type.csv
@@ -0,0 +1,19 @@
+publication_MD,publication_name
+annotationcollection,Annotation collection
+book,Book
+section,Book section
+conferencepaper,Conference paper
+datamanagementplan,Data management plan
+article,Journal article
+patent,Patent
+preprint,Preprint
+deliverable,Project deliverable
+milestone,Project milestone
+proposal,Proposal
+report,Report
+softwaredocumentation,Software documentation
+taxonomictreatment,Taxonomic treatment
+technicalnote,Technical note
+thesis,Thesis
+workingpaper,Working paper
+other,Other
diff --git a/metadata/upload_type.csv b/metadata/upload_type.csv
new file mode 100644
index 0000000..b90b8e6
--- /dev/null
+++ b/metadata/upload_type.csv
@@ -0,0 +1,12 @@
+upload_MD,upload_name
+publication,Publication
+poster,Poster
+presentation,Presentation
+dataset,Dataset
+image,Image
+video,Video
+video,Audio
+software,Software
+lesson,Lesson
+physicalobject,Physical object
+other,Other
-- 
GitLab