Add files via upload
This commit is contained in:
parent
641d3fa80f
commit
a47777865c
1 changed files with 27 additions and 0 deletions
27
types_db.json
Normal file
27
types_db.json
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{
|
||||||
|
"article": [
|
||||||
|
[],
|
||||||
|
"Artikel",
|
||||||
|
"Article"
|
||||||
|
],
|
||||||
|
"book": [
|
||||||
|
[],
|
||||||
|
"Buch",
|
||||||
|
"Book"
|
||||||
|
],
|
||||||
|
"incollection": [
|
||||||
|
[],
|
||||||
|
"Sammlung",
|
||||||
|
"Collection"
|
||||||
|
],
|
||||||
|
"inproceedings": [
|
||||||
|
[],
|
||||||
|
"Konferenzbeitrag",
|
||||||
|
"Conferences"
|
||||||
|
],
|
||||||
|
"misc": [
|
||||||
|
[],
|
||||||
|
"Verschiedenes",
|
||||||
|
"Miscellaneous"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue