Skip to content

Commit 8a058eb

Browse files
committed
order soruces and cleanup formatting and labeling
1 parent 7adc610 commit 8a058eb

File tree

1 file changed

+21
-20
lines changed

1 file changed

+21
-20
lines changed

sources.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ This project uses data from various sources that are openly licensed or in the
44
public domain. Below are the sources and their respective information:
55

66

7+
## arXiv
8+
9+
**Description:** arXiv is a free distribution service and an open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. All arXiv articles are available under various open licenses or are in the public domain.
10+
11+
**API documentation link:**
12+
- [arXiv API User Manual](https://arxiv.org/help/api/user-manual)
13+
- [arXiv API Reference](https://arxiv.org/help/api)
14+
- [Base URL](http://export.arxiv.org/api/query)
15+
- [arXiv Subject Classifications](https://arxiv.org/category_taxonomy)
16+
- [Terms of Use for arXiv APIs](https://info.arxiv.org/help/api/tou.html)
17+
18+
**API information:**
19+
- No API key required
20+
- Query limit: No official limit, but requests should be made responsibly
21+
- Data available through Atom XML format
22+
- Supports search by fields: title (ti), author (au), abstract (abs), comment (co), journal reference (jr), subject category (cat), report number (rn), id, all (searches all fields), and submittedDate (date filter)
23+
- Metadata includes licensing information for each paper
24+
25+
726
## CC Legal Tools
827

928
**Description:** A `.txt` file provided by Timid Robot containing all legal
@@ -23,7 +42,7 @@ tool paths.
2342
[prioritized-tool-urls]: data/prioritized-tool-urls.txt
2443

2544

26-
## EUROPEANA DATA API
45+
## Europeana
2746

2847
**Description:**
2948
The **Europeana Search API** provides access to digital cultural heritage metadata records aggregated from museums, libraries, and archives across Europe. This project uses the API to fetch aggregated counts of cultural heritage records by data provider, rights statement, and theme.
@@ -101,6 +120,7 @@ and access towards related query data using a programmable search engine.
101120
5000 requests per hour if authenticated
102121
- Data available through JSON format
103122

123+
104124
## Wikipedia
105125

106126
**Description:** The Wikipedia API allows users to query statistics of pages,
@@ -122,22 +142,3 @@ language edition of wikipedia. It runs on the Meta-Wiki API.
122142
- No API key required
123143
- Query limit: It is rate-limited only to prevent abuse
124144
- Data available through XML or JSON format
125-
126-
127-
## arXiv
128-
129-
**Description:** arXiv is a free distribution service and an open-access archive for scholarly articles in physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. All arXiv articles are available under various open licenses or are in the public domain.
130-
131-
**API documentation link:**
132-
- [arXiv API User Manual](https://arxiv.org/help/api/user-manual)
133-
- [arXiv API Reference](https://arxiv.org/help/api)
134-
- [Base URL](http://export.arxiv.org/api/query)
135-
- [arXiv Subject Classifications](https://arxiv.org/category_taxonomy)
136-
- [Terms of Use for arXiv APIs](https://info.arxiv.org/help/api/tou.html)
137-
138-
**API information:**
139-
- No API key required
140-
- Query limit: No official limit, but requests should be made responsibly
141-
- Data available through Atom XML format
142-
- Supports search by fields: title (ti), author (au), abstract (abs), comment (co), journal reference (jr), subject category (cat), report number (rn), id, all (searches all fields), and submittedDate (date filter)
143-
- Metadata includes licensing information for each paper

0 commit comments

Comments
 (0)