Skip to content

typo and md syntax #431

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ curl -X GET \
https://api.crossref.org/works \
-H 'Authorization: Bearer yJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOi8vY3Jvc3NyZWYub3JnLyIsImF1ZXYZImVuaGFuY2VkY21zIiwianRpIjoiN0M5ODlFNTItMTFEQS00QkY3LUJCRUUtODFCMUM3QzE0OTZEIn0.NYe3-O066sce9R1fjMzNEvP88VqSEaYdBY622FDiG8Uq' \
-H 'User-Agent: GroovyBib/1.1 (https://example.org/GroovyBib/; mailto:GroovyBib@example.org) BasedOnFunkyLib/1.4'
```
```

Note that you can still be "polite" and identify yourself as well. And, of course, replace the fake token above with the real token.

Expand Down Expand Up @@ -330,7 +330,7 @@ Parameters can be used to query, filter and control the results returned by the
| `query` | query terms |
| `filter={filter_name}:{value}`| filter results by specific fields |
| `rows={#}` | results per per page |
| `offset={#}` (mak 10k) | result offset (user `cursor` for larger `/works` result sets) |
| `offset={#}` (max 10k) | result offset (user `cursor` for larger `/works` result sets) |
| `sample={#}` (max 100) | return random N results |
| `sort={#}` | sort results by a certain field |
| `order={#}` | set the sort order to `asc` or `desc` |
Expand Down Expand Up @@ -664,13 +664,13 @@ http://api.crossref.org/v1/works?facet=license:*&filter=member:78&rows=0
https://api.crossref.org/works?facet=license:*&filter=issn:2090-8091
```

**All works with an award numbered roughly `1 F31 MH11745` also awarded by funder with ID `10.13039/100000025`:
**All works with an award numbered roughly `1 F31 MH11745` also awarded by funder with ID `10.13039/100000025`**

```
https://api.crossref.org/works?filter=award.number:1F31MH11745,award.funder:10.13039/100000025
```

** The number of DOIs that have references AND where references are `open` faceted by publisher name **
**The number of DOIs that have references AND where references are `open` faceted by publisher name**

```
http://api.crossref.org/v1.0/works?filter=has-references:true,reference-visibility:open&facet=publisher-name:*&rows=0
Expand Down