APC » History » Version 2
Claudio Atzori, 10/11/2021 03:21 PM
| 1 | 1 | Claudio Atzori | h1. APC |
|---|---|---|---|
| 2 | |||
| 3 | Indicates the money spent to make a book or article available in Open Access. Sources for this information includes the OpenAPC initiative. |
||
| 4 | |||
| 5 | |_. field name |_. cardinality |_. type |_. description | |
||
| 6 | | currency | ONE | string | The system of money in which the amount is expressed (Euro, USD, etc). | |
||
| 7 | | amount | one| string | The quantity of money | |
||
| 8 | 2 | Claudio Atzori | |
| 9 | Example data |
||
| 10 | |||
| 11 | <pre> |
||
| 12 | { |
||
| 13 | "currency" : "EU", |
||
| 14 | "amount: "1000" |
||
| 15 | } |
||
| 16 | </pre> |