Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Data:CS1/Identifier limits.tab

From Alternative Lifestyle Wiki
Revision as of 07:32, 18 June 2024 by 162.213.119.13 (talk) (Created page with "{ "license": "CC0-1.0", "description": { "en": "Limit values for Citation Style 1 and 2 identifier error checking" }, "sources": "For help, see documentation; ask at en:Help talk:Citation Style 1", "schema": { "fields": [ { "name": "identifier", "type": "string", "title": { "en": "Identifier" }...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{

   "license": "CC0-1.0",
   "description": {
       "en": "Limit values for Citation Style 1 and 2 identifier error checking"
   },
   "sources": "For help, see documentation; ask at en:Help talk:Citation Style 1",
   "schema": {
       "fields": [
           {
               "name": "identifier",
               "type": "string",
               "title": {
                   "en": "Identifier"
               }
           },
           {
               "name": "limit",
               "type": "number",
               "title": {
                   "en": "Identifier limit value"
               }
           }
       ]
   },
   "data": [
       [
           "OCLC",
           10310000000
       ],
       [
           "OSTI",
           23010000
       ],
       [
           "PMC",
           11300000
       ],
       [
           "PMID",
           38900000
       ],
       [
           "RFC",
           9300
       ],
       [
           "SSRN",
           4900000
       ],
       [
           "S2CID",
           270000000
       ]
   ]

}