Changes
Page history
Update Datenbankschema
authored
Jul 06, 2021
by
Pollack, Philipp
Show whitespace changes
Inline
Side-by-side
Open-Access-Monitor/Datenbankschema.md
View page @
b749c22b
...
...
@@ -11,6 +11,29 @@
"wos": <PublicationSourceData>
}
```
# PublicationCosts
```
{
"_id": <string>,
"publisher": <Publisher>,
"journal": <Journal>,
"organisations": [ <Organisation>, <...> ],
"doi": <string>,
"year": <int>,
"oa_color": <int?>,
"published_date": <string>,
"apc": <double?>,
"colour_charges": <double?>,
"cover": <double?>,
"hybrid_oa": <double?>,
"other": <double?>,
"page_charges": <double?>,
"publication_charges": <double?>,
"reprint": <double?>,
"submission_fee": <double?>,
"total": <double?>
}
```
# Publisher
```
{
...
...
...
...