Skip to content

Conversation

@lanierval
Copy link

@lanierval lanierval commented Dec 11, 2025

Creation of the bibliographic style for the Population Journal based on the APA style.

CSL Styles Pull Request Template

You're about to create a pull request to the CSL styles repository.
If you haven't done so already, see https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md for instructions on how to contribute, and https://github.com/citation-style-language/styles/blob/master/STYLE_REQUIREMENTS.md for the requirements a style must meet before acceptance.
In addition, please fill out the pull request template below.

Description

(Briefly describe the style or changes you're proposing.)
It is the bibliographic style for the review "Population" (edited by INED) based on the APA style.

Checklist

  • Check that you've added a link to the style you used as a template in the <info> block at the beginning of the file with rel="template".
  • Check that you've added a link to the style guidelines with rel="documentation".
  • Check that you've added yourself as the <author> of the style or <contributor> for a style update.
  • Check that you've used the correct terms or labels instead of hardcoding into affixes (e.g., <text variable="page" prefix="pp. "/>).
  • Check that you've not used <text value="... if not absolutely necessary.
  • Check that you've not changed line 1 of the style.

Creation of the bibliographic style for the Population Journal based on the APA style.
@github-actions
Copy link

Awesome! You just created a pull request to the Citation Styles Language styles repository. One of our human volunteers will try to get in touch soon (usually within a week). In the meantime, I will run some automated checks. You should be notified of the results in a few minutes.

If you haven't done so yet, please make sure your style validates and follows all our other Style Requirements.

To update this pull request, visit the "Files changed" tab above, click on the ellipsis button in the top-right corner of your style, and then select "Edit file" to start editing:

If you have any questions, please leave a comment and we'll get back to you. While we usually respond in English, feel free to write in whatever language you're most comfortable.

@github-actions
Copy link

😟 There are some issues with your submission.

3 tests failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"1634-2941"=>["population-en", "revue-population"], "1957-7966"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1,2 +1,4 @@
+"1634-2941" => ["population-en", "revue-population"],
+"1957-7966" => ["population", "revue-population"],

revue-population: may not have any unused macros

expected: []
     got: ["number", "reviewed-title", "reviewed-title-intext"]

(compared using ==)

revue-population: style ID must be of the form "http://www.zotero.org/styles/" + style file name (without ".csl" extension, e.g. "http://www.zotero.org/styles/apa")

expected: "http://www.zotero.org/styles/revue-population"
     got: "http://www.zotero.org/styles/revue_population"

(compared using ==)

Please check the test report for details.

modification de revue_population en revue-population
suppression ISSN
suppression macro inutilisées
@github-actions
Copy link

😟 There are some issues with your submission.

2 tests failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"0032-4663"=>["population", "revue-population"], "1957-7966"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1,2 +1,4 @@
+"0032-4663" => ["population", "revue-population"],
+"1957-7966" => ["population", "revue-population"],

revue-population: style ID must be of the form "http://www.zotero.org/styles/" + style file name (without ".csl" extension, e.g. "http://www.zotero.org/styles/apa")

expected: "http://www.zotero.org/styles/revue-population"
     got: "http://www.zotero.org/styles/revue_population"

(compared using ==)

Please check the test report for details.

modify ISSn and Id style
@github-actions
Copy link

😟 There are some issues with your submission.

1 test failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"0032-4663"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1 +1,2 @@
+"0032-4663" => ["population", "revue-population"],

Please check the test report for details.

@github-actions
Copy link

😟 There are some issues with your submission.

1 test failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"0032-4663"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1 +1,2 @@
+"0032-4663" => ["population", "revue-population"],

Please check the test report for details.

Copy link
Author

@lanierval lanierval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ISSN

@github-actions
Copy link

😟 There are some issues with your submission.

1 test failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"1957-7966"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1 +1,2 @@
+"1957-7966" => ["population", "revue-population"],

Please check the test report for details.

Copy link
Author

@lanierval lanierval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

style ID

@github-actions
Copy link

😟 There are some issues with your submission.

2 tests failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"1957-7966"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1 +1,2 @@
+"1957-7966" => ["population", "revue-population"],

revue-population: style ID must be of the form "http://www.zotero.org/styles/" + style file name (without ".csl" extension, e.g. "http://www.zotero.org/styles/apa")

expected: "http://www.zotero.org/styles/revue-population"
     got: "http://www.zotero.org/styles/Population"

(compared using ==)

Please check the test report for details.

Copy link
Author

@lanierval lanierval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

modif title, id style, issn

@github-actions
Copy link

😟 There are some issues with your submission.

1 test failed

The CSL Style Repository may not contain any (non-excepted) duplicate ISSNs

expected: {}
     got: {"0032-4663"=>["population", "revue-population"]}

(compared using ==)

Diff:
@@ -1 +1,2 @@
+"0032-4663" => ["population", "revue-population"],

Please check the test report for details.

Copy link
Author

@lanierval lanierval left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

supp issn

@github-actions
Copy link

😃 Your submission passed all our automated tests.

Below are some sample citations generated based on your proposed changes:

revue-population.csl (new)
(CSL Search by Example, 2012; Hancké et al., 2007)
(Fenner et al., 2019; Mares, 2001)

CSL search by example. 2012. http://editor.citationstyles.org/searchByExample/
Fenner M., Crosas M., Grethe J. S., Kennedy D., Hermjakob H., et al. 2019. A data citation roadmap for scholarly data repositories. Scientific Data, 6(1), 28. https://doi.org/10.1038/s41597-019-0031-8
Hancké B., Rhodes M., Thatcher M. (eds.). 2007. Beyond varieties of capitalism: Conflict, contradictions, and complementarities in the European economy. Oxford University Press. https://doi.org/10.1093/acprof:oso/9780199206483.001.0001
Mares I. 2001. Firms and the welfare state: When, why, and how does social policy matter to employers? In Hall P. A., Soskice D. (eds.), Varieties of capitalism: The institutional foundations of comparative advantage (pp. 184–212). Oxford University Press. https://doi.org/10.1093/0199247757.003.0005

</group>
</else-if>
<else-if type="report">
<text value=""/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

</if>
<else>
<group delimiter=" ">
<text value="Original work published"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Replace with a term. This is especially important since this style i ssupposed to support 2 languages.

@POBrien333 POBrien333 added the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Dec 11, 2025
"revue-population" changed by "population"
Brendon removed
<!-- This style was edited with the Visual CSL Editor (https://editor.citationstyles.org/visualEditor/) --> Replaced with <!-- Polyglot; journal publishes in English, and French. -->
<else-if type="report"><text value=""/> removed
<macro name="publication-history"> removed
@github-actions
Copy link

😟 There are some issues with your submission.

2 tests failed

revue-population: may not have any unused macros

expected: []
     got: ["number", "reviewed-title", "reviewed-title-intext"]

(compared using ==)

revue-population: style ID must be of the form "http://www.zotero.org/styles/" + style file name (without ".csl" extension, e.g. "http://www.zotero.org/styles/apa")

expected: "http://www.zotero.org/styles/revue-population"
     got: "http://www.zotero.org/styles/population"

(compared using ==)

Please check the test report for details.

@lanierval
Copy link
Author

The style "population" already exists. Do I have to start from the existing style to submit the new one and therefore create a new pull request?

@github-actions github-actions bot removed the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Dec 18, 2025
@POBrien333
Copy link
Contributor

You'll need to modify the existing file if you think it needs an upgrade.
You can either do this from within this PR and branch:
Go here, look for population.csl and modify it: https://github.com/lanierval/styles/tree/patch-1
(and then delete your new file that you are suggesting in this PR)

Or make a new PR if you can't figure it out and we'll link it to this PR.

@github-actions github-actions bot added the waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor label Dec 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

waiting-for-response-from-contributor The ticket/pull request is awaiting input from the contributor/depositor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants