From a47777865cc759b7a43ab6cc26f783f0a46b586e Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 15 May 2023 20:29:04 +0200 Subject: [PATCH] Add files via upload --- types_db.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 types_db.json diff --git a/types_db.json b/types_db.json new file mode 100644 index 0000000..53d85a6 --- /dev/null +++ b/types_db.json @@ -0,0 +1,27 @@ +{ + "article": [ + [], + "Artikel", + "Article" + ], + "book": [ + [], + "Buch", + "Book" + ], + "incollection": [ + [], + "Sammlung", + "Collection" + ], + "inproceedings": [ + [], + "Konferenzbeitrag", + "Conferences" + ], + "misc": [ + [], + "Verschiedenes", + "Miscellaneous" + ] +} \ No newline at end of file