@@ -18,17 +18,25 @@ using the `--sandbox` switch.
18
18
19
19
#### 1. Pre-Publication (article DOI, URL and number)
20
20
21
- You can run the [ process.py] ( process.py ) script using the provided metadata
21
+ Run the [ process.py] ( process.py ) script using the provided metadata
22
22
file. It requires Python 3 plus the [ PyYAML] ( https://pyyaml.org/ ) and [ Requests] ( https://requests.kennethreitz.org/ ) libraries.
23
23
24
- In the example below, we use the sandbox server but in the end, you'll
25
- need to use the actual server using the ` --zenodo ` switch instead of the
26
- ` --sandbox ` switch.
24
+ First run on the sandbox server to check everything is OK:
27
25
28
26
``` bash
29
27
$ ./process.py --sandbox --metadata metadata.yaml --pdf article.pdf
30
28
Article ID: xxxxx
31
- Article DOI: 10.5281/zenodo.xxxxx
29
+ Article DOI: 10.xxxx/zenodo.xxxxx
30
+ Article URL: https://zenodo.org/record/xxxxxx/file/article.pdf
31
+ ```
32
+
33
+ Then use the actual server using the ` --zenodo ` switch instead of the
34
+ ` --sandbox ` switch.
35
+
36
+ ``` bash
37
+ $ ./process.py --zenodo --metadata metadata.yaml --pdf article.pdf
38
+ Article ID: xxxxx
39
+ Article DOI: 10.xxxx/zenodo.xxxxx
32
40
Article URL: https://zenodo.org/record/xxxxxx/file/article.pdf
33
41
```
34
42
@@ -50,7 +58,7 @@ before moving on. The information you must add is:
50
58
- DOI (from Zenodo)
51
59
- article URL (from Zenodo)
52
60
- contributors (reviewers and editors), with ORCIDs
53
- - acceptation and publication date
61
+ - acceptance and publication date
54
62
- issue, volume, and article numbers.
55
63
56
64
Next, there are two situations:
0 commit comments