Skip to content

Commit 42fb65e

Browse files
authored
Update README.md
1 parent e93ae07 commit 42fb65e

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,25 @@ using the `--sandbox` switch.
1818

1919
#### 1. Pre-Publication (article DOI, URL and number)
2020

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
2222
file. It requires Python 3 plus the [PyYAML](https://pyyaml.org/) and [Requests](https://requests.kennethreitz.org/) libraries.
2323

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:
2725

2826
```bash
2927
$ ./process.py --sandbox --metadata metadata.yaml --pdf article.pdf
3028
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
3240
Article URL: https://zenodo.org/record/xxxxxx/file/article.pdf
3341
```
3442

@@ -50,7 +58,7 @@ before moving on. The information you must add is:
5058
- DOI (from Zenodo)
5159
- article URL (from Zenodo)
5260
- contributors (reviewers and editors), with ORCIDs
53-
- acceptation and publication date
61+
- acceptance and publication date
5462
- issue, volume, and article numbers.
5563

5664
Next, there are two situations:

0 commit comments

Comments
 (0)