Skip to content

Commit

Permalink
fix mapping of content types
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed May 6, 2024
1 parent f3cea5c commit 824da5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var versionCmd = &cobra.Command{
Short: "Print the version number of commonmeta",
Long: `All software has versions. This is commonmeta's`,
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("Commonmeta v0.2.9 -- HEAD")
fmt.Println("Commonmeta v0.2.10 -- HEAD")
},
}

Expand Down
2 changes: 2 additions & 0 deletions crossrefxml/crossrefxml.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,6 +584,8 @@ var CRToCMMappings = map[string]string{
"book_content": "BookChapter",
"component": "Component",
"dissertation": "Dissertation",
"peer_review": "PeerReview",
"posted_content": "Article",
"report-paper_title": "Report",
"report-paper_series": "ReportSeries",
//"report-paper_content": "ReportComponent",
Expand Down

0 comments on commit 824da5d

Please sign in to comment.