blob: 52827d60b16502ac7cdbf0030c4c38915286f26b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
status: brainstorm
What improved journal-level metadata could we store?
## Names, Aliases
Translated names, as a dict of { lang: name }
## API Endpoints
OAI-PMH endpoint and type (for ingest)
## Homepage URLs
## Fulltext URL Info
Fulltext SURT prefix/pattern, by type and year range
surt_prefix
url_regex
url_pattern
including ext_id pattern substitutions; can generate URL from release entity
mimetype
year_span
optional
confidence
"if not this pattern, then isn't published version"
"if matches, definitely fulltext"
"might be fulltext, might not"
etc. as a slug/code
## Other
for releases, could store DOAJ access URL in release extra metadata
|