Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarcus committed Jun 21, 2013
1 parent 53a70f5 commit bb013df
Showing 1 changed file with 27 additions and 3 deletions.
30 changes: 27 additions & 3 deletions map.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* language-independent key mappings from RIS, Refer, BibTeX to CSL */

ris_map = {
ris = {
"TY": "type",
"ID": "id",
"A1": "author",
Expand All @@ -14,6 +14,30 @@ ris_map = {
"CY": "publisher-place"
}

bt_map = {}
bibtex = {
"TY": "type",
"ID": "id",
"A1": "author",
"T1": "title",
"Y1": "issued",
"SP": "page-first",
"EP": "pages",
"A2": "editor",
"T2": "container-title",
"PB": "publisher",
"CY": "publisher-place"
}

refer_map = {}
refer = {
"TY": "type",
"ID": "id",
"A1": "author",
"T1": "title",
"Y1": "issued",
"SP": "page-first",
"EP": "pages",
"A2": "editor",
"T2": "container-title",
"PB": "publisher",
"CY": "publisher-place"
}

0 comments on commit bb013df

Please sign in to comment.