Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -10,4 +10,22 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
# Journal OA Policies
|
14 |
+
|
15 |
+
This app helps researchers find Open Access policies for academic journals. Upload a CSV file with a "Citation" column containing academic citations, and the app will:
|
16 |
+
|
17 |
+
1. Extract journal names from the citations using Mistral
|
18 |
+
2. Look up Open Access policies for each journal using the Sherpa Romeo API
|
19 |
+
|
20 |
+
## Usage
|
21 |
+
|
22 |
+
1. Create a CSV file with a "Citation" column
|
23 |
+
2. Upload the CSV file
|
24 |
+
3. Click "Get OA Policies" to generate a report
|
25 |
+
|
26 |
+
The report will show each journal's Open Access policies, including:
|
27 |
+
- Permitted manuscript versions
|
28 |
+
- OA fees
|
29 |
+
- Embargo periods
|
30 |
+
- Permitted locations
|
31 |
+
- Special conditions
|