bolognese 0.6.2 → 0.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +85 -24
- data/bin/bolognese +5 -1
- data/lib/bolognese/bibtex.rb +5 -1
- data/lib/bolognese/cli.rb +22 -23
- data/lib/bolognese/metadata.rb +3 -21
- data/lib/bolognese/utils.rb +38 -21
- data/lib/bolognese/version.rb +1 -1
- data/spec/bibtex_spec.rb +3 -0
- data/spec/cli_spec.rb +94 -43
- data/spec/fixtures/crossref.bib +3 -1
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/crossref/as_bibtex.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/crossref/as_crossref.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/crossref/as_datacite.yml +7 -723
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/crossref/as_schema_org.yml +7 -723
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/crossref/default.yml +7 -7
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml +760 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml +760 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml +760 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml +760 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/datacite/as_bibtex.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/datacite/as_datacite.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/datacite/as_schema_org.yml +9 -179
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/datacite/default.yml +9 -9
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml +214 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml +214 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml +214 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/schema_org/as_bibtex.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/schema_org/as_datacite.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/schema_org/as_schema_org.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/{read → convert_from_id}/schema_org/default.yml +10 -10
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml +653 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml +653 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml +653 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref_doi_not_url.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite_doi_http.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml +44 -0
- data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml +44 -0
- data/spec/metadata_spec.rb +27 -7
- metadata +32 -14
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.1371/journal.pone.0000030
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '66'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 16:27:56 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.1371/journal.pone.0000030",
|
39
|
+
"RA": "Crossref"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 16:27:56 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref_doi_not_url.yml
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.1371/journal.pone.0000030
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '66'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 16:27:55 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.1371/journal.pone.0000030",
|
39
|
+
"RA": "Crossref"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 16:27:55 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.5438/4k3m-nyvg
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '55'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 16:27:56 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.5438/4k3m-nyvg",
|
39
|
+
"RA": "DataCite"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 16:27:56 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite_doi_http.yml
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.5438/4k3m-nyvg
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '55'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 16:27:54 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.5438/4k3m-nyvg",
|
39
|
+
"RA": "DataCite"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 16:27:55 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.1371/journal.pone.0000030
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '66'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 17:15:32 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.1371/journal.pone.0000030",
|
39
|
+
"RA": "Crossref"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 17:15:32 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.1371/journal.pone.0000030
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '66'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 17:15:32 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.1371/journal.pone.0000030",
|
39
|
+
"RA": "Crossref"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 17:15:33 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.5438/4k3m-nyvg
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '55'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 17:15:34 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.5438/4k3m-nyvg",
|
39
|
+
"RA": "DataCite"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 17:15:34 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
data/spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml
ADDED
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: https://doi.crossref.org/doiRA/10.5438/4k3m-nyvg
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Maremma - https://github.com/datacite/maremma
|
12
|
+
Accept:
|
13
|
+
- text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
|
14
|
+
response:
|
15
|
+
status:
|
16
|
+
code: 200
|
17
|
+
message: ''
|
18
|
+
headers:
|
19
|
+
Server:
|
20
|
+
- Apache-Coyote/1.1
|
21
|
+
Crossref-Deployment-Name:
|
22
|
+
- svc1-1
|
23
|
+
Content-Type:
|
24
|
+
- application/json;charset=UTF-8
|
25
|
+
Content-Language:
|
26
|
+
- en-US
|
27
|
+
Content-Length:
|
28
|
+
- '55'
|
29
|
+
Date:
|
30
|
+
- Wed, 22 Feb 2017 17:15:34 GMT
|
31
|
+
Connection:
|
32
|
+
- close
|
33
|
+
body:
|
34
|
+
encoding: UTF-8
|
35
|
+
string: |-
|
36
|
+
[
|
37
|
+
{
|
38
|
+
"DOI": "10.5438/4k3m-nyvg",
|
39
|
+
"RA": "DataCite"
|
40
|
+
}
|
41
|
+
]
|
42
|
+
http_version:
|
43
|
+
recorded_at: Wed, 22 Feb 2017 17:15:34 GMT
|
44
|
+
recorded_with: VCR 3.0.3
|
data/spec/metadata_spec.rb
CHANGED
@@ -4,35 +4,55 @@ describe Bolognese::Metadata, vcr: true do
|
|
4
4
|
|
5
5
|
subject { Bolognese::Metadata.new }
|
6
6
|
|
7
|
-
context "find
|
7
|
+
context "find from format by ID" do
|
8
8
|
it "crossref" do
|
9
9
|
id = "https://doi.org/10.1371/journal.pone.0000030"
|
10
|
-
expect(subject.
|
10
|
+
expect(subject.find_from_format(id: id)).to eq("crossref")
|
11
11
|
end
|
12
12
|
|
13
13
|
it "crossref doi not url" do
|
14
14
|
id = "10.1371/journal.pone.0000030"
|
15
|
-
expect(subject.
|
15
|
+
expect(subject.find_from_format(id: id)).to eq("crossref")
|
16
16
|
end
|
17
17
|
|
18
18
|
it "datacite" do
|
19
19
|
id = "https://doi.org/10.5438/4K3M-NYVG"
|
20
|
-
expect(subject.
|
20
|
+
expect(subject.find_from_format(id: id)).to eq("datacite")
|
21
21
|
end
|
22
22
|
|
23
23
|
it "datacite doi http" do
|
24
24
|
id = "http://doi.org/10.5438/4K3M-NYVG"
|
25
|
-
expect(subject.
|
25
|
+
expect(subject.find_from_format(id: id)).to eq("datacite")
|
26
26
|
end
|
27
27
|
|
28
28
|
it "orcid" do
|
29
29
|
id = "http://orcid.org/0000-0002-0159-2197"
|
30
|
-
expect(subject.
|
30
|
+
expect(subject.find_from_format(id: id)).to eq("orcid")
|
31
31
|
end
|
32
32
|
|
33
33
|
it "schema_org" do
|
34
34
|
id = "https://blog.datacite.org/eating-your-own-dog-food"
|
35
|
-
expect(subject.
|
35
|
+
expect(subject.find_from_format(id: id)).to eq("schema_org")
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
context "find from format from file" do
|
40
|
+
let(:file) { fixture_path + "crossref.bib" }
|
41
|
+
|
42
|
+
it "bibtex" do
|
43
|
+
string = IO.read(file)
|
44
|
+
ext = File.extname(file)
|
45
|
+
expect(subject.find_from_format(string: string, ext: ext)).to eq("bibtex")
|
46
|
+
end
|
47
|
+
|
48
|
+
it "crossref" do
|
49
|
+
string = IO.read(fixture_path + "crossref.xml")
|
50
|
+
expect(subject.find_from_format(string: string)).to eq("crossref")
|
51
|
+
end
|
52
|
+
|
53
|
+
it "datacite" do
|
54
|
+
string = IO.read(fixture_path + "datacite.xml")
|
55
|
+
expect(subject.find_from_format(string: string)).to eq("datacite")
|
36
56
|
end
|
37
57
|
end
|
38
58
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bolognese
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martin Fenner
|
@@ -344,19 +344,29 @@ files:
|
|
344
344
|
- spec/fixtures/crossref.xml
|
345
345
|
- spec/fixtures/datacite.xml
|
346
346
|
- spec/fixtures/schema_org.json
|
347
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
348
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
349
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
350
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
351
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
352
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
353
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
354
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
355
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
356
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
357
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
358
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
359
|
-
- spec/fixtures/vcr_cassettes/Bolognese_CLI/
|
347
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/as_bibtex.yml
|
348
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/as_crossref.yml
|
349
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/as_datacite.yml
|
350
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/as_schema_org.yml
|
351
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/default.yml
|
352
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_bibtex.yml
|
353
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_crossref.yml
|
354
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_datacite.yml
|
355
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/crossref/to_schema_org.yml
|
356
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/as_bibtex.yml
|
357
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/as_datacite.yml
|
358
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/as_schema_org.yml
|
359
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/default.yml
|
360
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_bibtex.yml
|
361
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_datacite.yml
|
362
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/datacite/to_schema_org.yml
|
363
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/as_bibtex.yml
|
364
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/as_datacite.yml
|
365
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/as_schema_org.yml
|
366
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/default.yml
|
367
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_bibtex.yml
|
368
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_datacite.yml
|
369
|
+
- spec/fixtures/vcr_cassettes/Bolognese_CLI/convert_from_id/schema_org/to_schema_org.yml
|
360
370
|
- spec/fixtures/vcr_cassettes/Bolognese_Crossref/doi_registration_agency/crossref.yml
|
361
371
|
- spec/fixtures/vcr_cassettes/Bolognese_Crossref/doi_registration_agency/datacite.yml
|
362
372
|
- spec/fixtures/vcr_cassettes/Bolognese_Crossref/doi_registration_agency/medra.yml
|
@@ -442,6 +452,14 @@ files:
|
|
442
452
|
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/datacite.yml
|
443
453
|
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/datacite_doi_http.yml
|
444
454
|
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider/orcid.yml
|
455
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref.yml
|
456
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/crossref_doi_not_url.yml
|
457
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite.yml
|
458
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_PID_provider_by_ID/datacite_doi_http.yml
|
459
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref.yml
|
460
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/crossref_doi_not_url.yml
|
461
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite.yml
|
462
|
+
- spec/fixtures/vcr_cassettes/Bolognese_Metadata/find_from_format_by_ID/datacite_doi_http.yml
|
445
463
|
- spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/BlogPosting.yml
|
446
464
|
- spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/BlogPosting_schema_org_JSON.yml
|
447
465
|
- spec/fixtures/vcr_cassettes/Bolognese_SchemaOrg/get_metadata/not_found_error.yml
|