@@ -32,18 +32,44 @@ Article DOI: 10.5281/zenodo.xxxxx
32
32
Article URL: https://zenodo.org/record/xxxxxx/file/article.pdf
33
33
```
34
34
35
+ You must also assign the issue, volume, and article numbers. Have a
36
+ look on the published articles and assign the next available number in
37
+ the same issue and same volume if your article is still in the same
38
+ year. Otherwise, increment the issue number and start with
39
+ volume 1. Post your numbers to [ this GitHub
40
+ issue] ( https://github.com/ReScience/ReScience/issues/48 ) that serves
41
+ to avoid that two editors assign the same numbers to two different
42
+ articles.
43
+
44
+
45
+ #### 2. Metadata update and creation of the final PDF
46
+
47
+ The ` metadata.yaml ` has a section (at the end) for information added during
48
+ the publication process. You should complete it and verify the whole file
49
+ before moving on. The information you must add is:
50
+ - DOI (from Zenodo)
51
+ - article URL (from Zenodo)
52
+ - contributors (reviewers and editors), with ORCIDs
53
+ - acceptation and publication date
54
+ - issue, volume, and article numbers.
55
+
56
+ Next, there are two situations:
57
+
58
+ - If the authors have used the [ ReScience article template] ( http://github.com/rescience/template ) ,
59
+ you can fork their repository, copy the edited ` metadata.yaml ` to it, and create
60
+ the final PDF by running ` make ` . Don't forget to submit a pull request to the
61
+ authors' repository with the changes you made to ` metadata.yaml ` .
62
+
63
+ - Otherwise, you give the authors the required information and
64
+ ask them to update their article and produce the final PDF file. You should
65
+ check that their PDF contains all the information you sent them.
66
+
35
67
You need to give this information back to author(s) such that they can update
36
68
the metadata file as well as the article that display the DOI in the left
37
69
margin (make sure they actually update this information). For the article
38
70
number, you can have a look on the published articles and assign the next
39
71
available number in the same issue and same volume.
40
72
41
- #### 2. Recreate the PDF
42
-
43
- Make sure the author regenerated the PDF with the supplied information and
44
- check the output is correct (type of the articlme, name of the editor, name of
45
- the reviewers, volume number, issuer number, article number, DOI and code DOI).
46
-
47
73
48
74
#### 3. Publication (Zenodo and GitHub)
49
75
0 commit comments