Skip to content

Commit

Permalink
add more rogue scholar prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Jan 23, 2025
1 parent 25798d6 commit c4e5dde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Use: "commonmeta",
Version: "v0.6.35",
Version: "v0.6.36",
Short: "Convert scholarly metadata from one format to another",
Long: `Convert scholarly metadata between formats. Currently
supported input formats are Crossref and DataCite DOIs, currently
Expand Down
2 changes: 2 additions & 0 deletions doiutils/doiutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,11 @@ func GetDOIRA(doi string) (string, bool) {
var knownCrossrefPrefixes = []string{
"10.53731",
"10.54900",
"10.59347",
"10.59348",
"10.59349",
"10.59350",
"10.59351",
}
var knownDatacitePrefixes = []string{
"10.34732",
Expand Down

0 comments on commit c4e5dde

Please sign in to comment.