Skip to content

Commit

Permalink
Update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
reknih committed Oct 2, 2024
1 parent 3e3f153 commit d7035ab
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/csl/archive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub enum ArchivedStyle {
/// Deutsche Gesellschaft für Psychologie 5. Auflage (Deutsch).
///
/// Authors: Daniel Hirsbrunner.
DeutscheGesellschaftFRPsychologie,
DeutscheGesellschaftFürPsychologie,
/// Deutsche Sprache (Deutsch).
///
/// Authors: Philipp Zumstein.
Expand Down Expand Up @@ -374,7 +374,7 @@ impl ArchivedStyle {
"council-of-science-editors" => Some(Self::CouncilOfScienceEditors),
"council-of-science-editors-author-date" => Some(Self::CouncilOfScienceEditorsAuthorDate),
"current-opinion" => Some(Self::CurrentOpinion),
"deutsche-gesellschaft-für-psychologie" => Some(Self::DeutscheGesellschaftFRPsychologie),
"deutsche-gesellschaft-für-psychologie" => Some(Self::DeutscheGesellschaftFürPsychologie),
"deutsche-sprache" => Some(Self::DeutscheSprache),
"elsevier-harvard" => Some(Self::ElsevierHarvard),
"elsevier-vancouver" => Some(Self::ElsevierVancouver),
Expand Down Expand Up @@ -466,7 +466,7 @@ impl ArchivedStyle {
"http://www.zotero.org/styles/council-of-science-editors-brackets" => Some(Self::CouncilOfScienceEditors),
"http://www.zotero.org/styles/council-of-science-editors-author-date" => Some(Self::CouncilOfScienceEditorsAuthorDate),
"http://www.zotero.org/styles/current-opinion" => Some(Self::CurrentOpinion),
"http://www.zotero.org/styles/deutsche-gesellschaft-fur-psychologie" => Some(Self::DeutscheGesellschaftFRPsychologie),
"http://www.zotero.org/styles/deutsche-gesellschaft-fur-psychologie" => Some(Self::DeutscheGesellschaftFürPsychologie),
"http://www.zotero.org/styles/deutsche-sprache" => Some(Self::DeutscheSprache),
"http://www.zotero.org/styles/elsevier-harvard" => Some(Self::ElsevierHarvard),
"http://www.zotero.org/styles/elsevier-vancouver" => Some(Self::ElsevierVancouver),
Expand Down Expand Up @@ -554,7 +554,7 @@ impl ArchivedStyle {
Self::CouncilOfScienceEditors,
Self::CouncilOfScienceEditorsAuthorDate,
Self::CurrentOpinion,
Self::DeutscheGesellschaftFRPsychologie,
Self::DeutscheGesellschaftFürPsychologie,
Self::DeutscheSprache,
Self::ElsevierHarvard,
Self::ElsevierVancouver,
Expand Down Expand Up @@ -641,7 +641,7 @@ impl ArchivedStyle {
Self::CouncilOfScienceEditors => include_bytes!("../../archive/styles/council-of-science-editors-brackets.cbor"),
Self::CouncilOfScienceEditorsAuthorDate => include_bytes!("../../archive/styles/council-of-science-editors-author-date.cbor"),
Self::CurrentOpinion => include_bytes!("../../archive/styles/current-opinion.cbor"),
Self::DeutscheGesellschaftFRPsychologie => include_bytes!("../../archive/styles/deutsche-gesellschaft-fur-psychologie.cbor"),
Self::DeutscheGesellschaftFürPsychologie => include_bytes!("../../archive/styles/deutsche-gesellschaft-fur-psychologie.cbor"),
Self::DeutscheSprache => include_bytes!("../../archive/styles/deutsche-sprache.cbor"),
Self::ElsevierHarvard => include_bytes!("../../archive/styles/elsevier-harvard.cbor"),
Self::ElsevierVancouver => include_bytes!("../../archive/styles/elsevier-vancouver.cbor"),
Expand Down Expand Up @@ -799,7 +799,7 @@ impl ArchivedStyle {
Self::CurrentOpinion => &[
"current-opinion",
],
Self::DeutscheGesellschaftFRPsychologie => &[
Self::DeutscheGesellschaftFürPsychologie => &[
"deutsche-gesellschaft-für-psychologie",
],
Self::DeutscheSprache => &[
Expand Down Expand Up @@ -988,7 +988,7 @@ impl ArchivedStyle {
Self::CouncilOfScienceEditors => "Council of Science Editors, Citation-Sequence (numeric, brackets)",
Self::CouncilOfScienceEditorsAuthorDate => "Council of Science Editors, Name-Year (author-date)",
Self::CurrentOpinion => "Current Opinion journals",
Self::DeutscheGesellschaftFRPsychologie => "Deutsche Gesellschaft für Psychologie 5. Auflage (Deutsch)",
Self::DeutscheGesellschaftFürPsychologie => "Deutsche Gesellschaft für Psychologie 5. Auflage (Deutsch)",
Self::DeutscheSprache => "Deutsche Sprache (Deutsch)",
Self::ElsevierHarvard => "Elsevier - Harvard (with titles)",
Self::ElsevierVancouver => "Elsevier - Vancouver",
Expand Down Expand Up @@ -1075,7 +1075,7 @@ impl ArchivedStyle {
Self::CouncilOfScienceEditors => "http://www.zotero.org/styles/council-of-science-editors-brackets",
Self::CouncilOfScienceEditorsAuthorDate => "http://www.zotero.org/styles/council-of-science-editors-author-date",
Self::CurrentOpinion => "http://www.zotero.org/styles/current-opinion",
Self::DeutscheGesellschaftFRPsychologie => "http://www.zotero.org/styles/deutsche-gesellschaft-fur-psychologie",
Self::DeutscheGesellschaftFürPsychologie => "http://www.zotero.org/styles/deutsche-gesellschaft-fur-psychologie",
Self::DeutscheSprache => "http://www.zotero.org/styles/deutsche-sprache",
Self::ElsevierHarvard => "http://www.zotero.org/styles/elsevier-harvard",
Self::ElsevierVancouver => "http://www.zotero.org/styles/elsevier-vancouver",
Expand Down

0 comments on commit d7035ab

Please sign in to comment.