Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit583a8db

Browse files
authored
Merge pull request#575 from spencerlepine/master
🧹 minor typo corrections
2 parents73dcff6 +8a30330 commit583a8db

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ Here we filter on works that have an award by the National Science Foundation th
562562

563563
The prefix of a Crossref DOI does**NOT** indicate who currently owns the DOI. It only reflects who originally registered the DOI. Crossref metadata has an**owner_prefix** element that records the current owner of the Crossref DOI in question.
564564

565-
Crossref also has member IDs for depositing organisations. A single member may control multiple owner prefixes, which in turn may control a number of DOIs. When looking at works published by a certainorganisaton, member IDs and the member routes should be used.
565+
Crossref also has member IDs for depositing organisations. A single member may control multiple owner prefixes, which in turn may control a number of DOIs. When looking at works published by a certainorganisation, member IDs and the member routes should be used.
566566

567567
###Notes on dates
568568

‎api_format.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
| Field| Type| Required| Description|
7474
|-------|------|----------|-------------|
7575
| name| String| Yes| Funding body primary name|
76-
| DOI| String| No| Optional[Open Funder Registry](http://www.crossref.org/fundingdata/registry.html) DOI uniquelyidentifing the funding body|
76+
| DOI| String| No| Optional[Open Funder Registry](http://www.crossref.org/fundingdata/registry.html) DOI uniquelyidentifying the funding body|
7777
| award| Array of String| No| Award number(s) for awards given by the funding body|
7878
| doi-asserted-by| String| No| Either`crossref` or`publisher`|
7979

@@ -82,7 +82,7 @@
8282
| Field| Type| Required| Description|
8383
|-------|------|----------|-------------|
8484
| clinical-trial-number| String| Yes| Identifier of the clinical trial|
85-
| registry| String| Yes| DOI of the clinical trialregsitry that assigned the trial number|
85+
| registry| String| Yes| DOI of the clinical trialregistry that assigned the trial number|
8686
| type| String| No| One of`preResults`,`results` or`postResults`|
8787

8888
###Contributor

‎api_tips.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Our advice is split into three sections:
2323

2424
###Consider not using the API
2525

26-
What? No, seriously- Crossref periodically releases[public data file](https://www.crossref.org/blog/new-public-data-file-120-million-metadata-records/) of all themetdata that is available via our public API. You can download this file from[Academic Torrents](https://academictorrents.com/) with your favorite torrent client and do a lot of work locally if you want to. At the very least, having the local file will allow you to focus on using the API only for metadata records that have been updated since the last public data file was released.
26+
What? No, seriously- Crossref periodically releases[public data file](https://www.crossref.org/blog/new-public-data-file-120-million-metadata-records/) of all themetadata that is available via our public API. You can download this file from[Academic Torrents](https://academictorrents.com/) with your favorite torrent client and do a lot of work locally if you want to. At the very least, having the local file will allow you to focus on using the API only for metadata records that have been updated since the last public data file was released.
2727

2828

2929
###Pick the right service level.
@@ -77,7 +77,7 @@ http://api.crossref.org/works?query.bibliographic="Toward a Unified Theory of Hi
7777
```
7878
###Don't use`rows`/`offsets` in the`/works` route . They are very expensive and slow. Use cursors instead.
7979

80-
Note much to say. We implimented rows/offsets early in the development of the API and regretted itemmediately. So we implimented cursors instead and kept rows/offsets so as to not break existing scripts. But NOBODY should use them.
80+
Note much to say. We implimented rows/offsets early in the development of the API and regretted itimmediately. So we implimented cursors instead and kept rows/offsets so as to not break existing scripts. But NOBODY should use them.
8181

8282
###Optimise your requests and pay attention to errors.
8383

‎demos/crossref-api-demo.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"outputs": [],
4343
"source": [
44-
"# Ifveiwing in pineapple notebook, uncomment the next two lines and then run the cell.\n",
44+
"# Ifviewing in pineapple notebook, uncomment the next two lines and then run the cell.\n",
4545
"#import pineapple\n",
4646
"#%require crossrefapi"
4747
]
@@ -425,7 +425,7 @@
425425
"cell_type":"markdown",
426426
"metadata": {},
427427
"source": [
428-
"**TIP:** Many people make the mistake of thinking that a\"DOI prefix\" can be used to identify the member responsible for a Crossref DOI. This is not true. DOI prefixes merely serve as a namespace form which a member can create new DOIs without worrying about collisions. But, once created, Crossref DOIs are oftentransfered between publishers and so a Crossref member will often be responsible for DOIs with a variety of prefixes. So, for example, above, Hindawi is responsible for several prefixes:"
428+
"**TIP:** Many people make the mistake of thinking that a\"DOI prefix\" can be used to identify the member responsible for a Crossref DOI. This is not true. DOI prefixes merely serve as a namespace form which a member can create new DOIs without worrying about collisions. But, once created, Crossref DOIs are oftentransferred between publishers and so a Crossref member will often be responsible for DOIs with a variety of prefixes. So, for example, above, Hindawi is responsible for several prefixes:"
429429
]
430430
},
431431
{

‎deprecated/ad_hoc_deposits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An alternative deposit process exists that allows a member to deposit XML with C
1818
of members' normal processes of XML deposit. This alternative involves three steps:
1919

2020
1. Optionally retrieve deposit XML via[CrossRef My Deposits](http://mydeposits.labs.crossref.org).
21-
2. Manually orprogramatically alter or create deposit XML.
21+
2. Manually orprogrammatically alter or create deposit XML.
2222
3. Manually deposit XML files via the[CrossRef admin interface](http://doi.crossref.org).
2323

2424
#Step 1. XML Retrieval (Optional)

‎deprecated/deposit_api.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ CrossRef provides a deposit mechanisms for our members and manuscript system ven
1515
The current deposit mechanism provides a URL end-point that can accept deposits of
1616
CrossRef metadata. However, this mechanism has some deficiencies, including:
1717

18-
- an inability toprogramatically track the status of a deposit
18+
- an inability toprogrammatically track the status of a deposit
1919
- an outdated method of returning deposit results to a user (e-mail responses containing
2020
success or failure notices)
21-
- no way ofprogramatically querying for a historic list of deposits
22-
- no way ofprogramatically retrieveing previously deposited XML.
21+
- no way ofprogrammatically querying for a historic list of deposits
22+
- no way ofprogrammatically retrieveing previously deposited XML.
2323

2424
This document proposes a RESTful deposit API that attempts to address deficiencies
2525
within the current CrossRef XML deposit mechanism.
@@ -109,7 +109,7 @@ attempts the API will make is undefined.
109109

110110
POST /deposits?test=true
111111

112-
Set the`test`paramter to`true`,`t` or`1` (any other value is considered false)
112+
Set the`test`parameter to`true`,`t` or`1` (any other value is considered false)
113113
to make a test deposit. Such a deposit will go through the normal deposit process
114114
but its contents will not be made live. By default,`test` is false.
115115

‎deprecated/rest_api_tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ What license type does the journal with a particular ISSN support
180180

181181
http://api.crossref.org/works?facet=license:*&filter=issn:2090-8091
182182

183-
What licenses does areasearcher with a particular ORCID publish under
183+
What licenses does aresearcher with a particular ORCID publish under
184184

185185
http://api.crossref.org/works?facet=license:*&filter=orcid:0000-0003-1340-5202

‎deprecated/scratch.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This is a critical point, because even though we are providing 'hints' to the us
9393

9494

9595

96-
crawler="subsciber"
96+
crawler="subscriber"
9797
crawler="public"
9898
crawler="syndicator"
9999

@@ -115,15 +115,15 @@ we then have following sections:
115115

116116
"text-mining" misnomer- but set that aside for a bit
117117

118-
What are things we want todistnguish:
118+
What are things we want todistinguish:
119119

120120
Batch v Query
121121

122122
Human v Bot
123123

124124
*minimally* they want to text mine what they can see- e.g. the PDF. So conflating this made sense- until Elsevier came around.
125125

126-
OPDS has what they call "aquisition links" where rel attribute is set to a URI indicating what is being pointed to. They have the following types:
126+
OPDS has what they call "acquisition links" where rel attribute is set to a URI indicating what is being pointed to. They have the following types:
127127

128128
http://opds-spec.org/acquisition/open-access for Open Access publications
129129
http://opds-spec.org/acquisition/buy for publications that you can buy

‎funder_kpi_metadata_best_practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
- ["Libre" vs "Gratis"](#libre-vs-gratis)
2020
- [Recording third party archive arrangements](#recording-third-party-archive-arrangements)
2121
- [Assigning and registering DOIs at acceptance](#assigning-and-registering-dois-at-acceptance)
22-
- [Assigning and registering DOIs for manuscripts that the publisher *has* madeavaialble online](#assigning-and-registering-dois-for-manuscripts-that-the-publisher-has-made-avaialble-online)
22+
- [Assigning and registering DOIs for manuscripts that the publisher *has* madeavailable online](#assigning-and-registering-dois-for-manuscripts-that-the-publisher-has-made-available-online)
2323
- [Assigning and registering DOIs for manuscripts that the publisher *has not yet* made available online](#assigning-and-registering-dois-for-manuscripts-that-the-publisher-has-not-yet-made-available-online)
2424
- [Bonus points](#bonus-points)
2525
- [Distributing standard bibliographic metadata](#distributing-standard-bibliographic-metadata)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp