Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
configs:
|
| 4 |
+
- config_name: registrations_not_renewed
|
| 5 |
+
data_files: "registrations_not_renewed.csv"
|
| 6 |
+
- config_name: all_registrations
|
| 7 |
+
data_files: "all_registrations.csv"
|
| 8 |
+
- config_name: all_renewals
|
| 9 |
+
data_files: "all_renewals.csv"
|
| 10 |
+
- config_name: no_regnum_but_title_matched
|
| 11 |
+
data_files: "no_regnum_but_title_matched.csv"
|
| 12 |
+
- config_name: no_regnum_but_title_author_matched
|
| 13 |
+
data_files: "no_regnum_but_title_author_matched.csv"
|
| 14 |
+
- config_name: registrations_renewed
|
| 15 |
+
data_files: "registrations_renewed.csv"
|
| 16 |
+
- config_name: regnums_matched_but_nothing_else
|
| 17 |
+
data_files: "regnums_matched_but_nothing_else.csv"
|
| 18 |
+
---
|