ABCDEFGHIJKLMNOPQRSTUVWXYZ
1
The table below shows which identifiers must be present in an article for a successful article upload.
2
For example, here's how to read line 16: an article in DOAJ has a full text URL but no DOI. The publisher wants to add a DOI to the article and so sends the article metadata again with both a Full text URL and a DOI. The upload fails because we can't match the DOI against the existing article metadata.
3
4
Existing article metadataIncoming article metadataOutcomeAction
5
Full text URLDOIFull text URLDOI
6
0100rejectionPublisher must include the DOI
7
1000rejectionPublisher must include the FTU
8
1100rejectionPublisher must include both identifiers
9
0101success
10
1001duplicatedelete existing articles first
11
1101rejectiondelete existing articles first
12
0110duplicatedelete existing articles first
13
1010success
14
1110rejectiondelete existing articles first
15
0111rejectiondelete existing articles first
16
1011rejectiondelete existing articles first
17
1111success
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100