Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate civitas-journal-of-social-sciences-abnt.csl #3983
Conversation
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 12, 2019
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, and click on the pencil icon (see below) in the top-right corner of your style 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. |
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Mar 12, 2019
|
adam3smith
requested changes
Mar 23, 2019
Some requested changes, some questions. Thanks! |
<?xml version="1.0" encoding="utf-8"?> | ||
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" demote-non-dropping-particle="never"> | ||
<info> | ||
<title>Civitas: Journal of Social Sciences - Abnt</title> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 23, 2019
Member
I don't think we'll want to include ABNT in the title (filename, id, link) for the style. It's just the style for a journal which is a slight variant on a standard.
This comment has been minimized.
This comment has been minimized.
<macro name="container-contributors"> | ||
<choose> | ||
<if type="chapter entry-dictionary" match="any"> | ||
<text value="In: "/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 23, 2019
Member
us <text term="in" suffix=": " text-case="capitalize-first"/>
so that this will also work in Spanish (i.e. produce "En: ")
This comment has been minimized.
This comment has been minimized.
CivitasBR
Apr 6, 2019
Author
I was not sure how to solve it (my "model" was only for pt-BR). Thank you.
<text value="In: "/> | ||
<names variable="container-author" delimiter=", "> | ||
<name delimiter="; " delimiter-precedes-last="always"> | ||
<name-part name="family" text-case="capitalize-first"/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 23, 2019
Member
I'm a little confused why you're removing the all-caps when the journal styleguide has them for all creators. But if you do want to remove them, there's no need for any of the <name-part
lines. You can just delete them and put the /
at the end of the <name
line.
This comment has been minimized.
This comment has been minimized.
CivitasBR
Apr 6, 2019
Author
The Editorial Board wants to change this particular format for 2020. New submissions should be already adapted for it. The "name-part" is being suppressed.
<name-part name="given" text-case="capitalize-first"/> | ||
</name> | ||
<et-al font-style="italic"/> | ||
<label form="short" prefix=" (" suffix=".). "/> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 23, 2019
Member
no need for the first . in the suffix (all short forms include periods)
This comment has been minimized.
This comment has been minimized.
<if type="chapter entry-dictionary" match="none"> | ||
<names variable="editor" delimiter=", " prefix=" (" suffix=")"> | ||
<name and="symbol" delimiter=", "/> | ||
<label form="short" prefix=", " text-case="capitalize-first" suffix="."/> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
</choose> | ||
</macro> | ||
<macro name="archive"> | ||
<group> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
</group> | ||
</macro> | ||
<macro name="number"> | ||
<group> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<text macro="number" suffix=". "/> | ||
<text macro="title" suffix=". "/> | ||
<text variable="references" suffix=", " font-weight="bold"/> | ||
<text variable="note"/> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<text macro="author" suffix=". "/> | ||
<text macro="title" suffix=", "/> | ||
<text macro="issued-year" suffix=". "/> | ||
<text variable="note" suffix=". "/> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
<text variable="collection-title" suffix=". "/> | ||
<text macro="translator" suffix=". "/> | ||
<text macro="edition" suffix=". "/> | ||
<group suffix=". "> |
This comment has been minimized.
This comment has been minimized.
adam3smith
Mar 23, 2019
Member
probably safer to set the suffix on locators in case they don't exists (because then you'd get duplicate ". . " with this)
This comment has been minimized.
This comment has been minimized.
CivitasBR
Apr 6, 2019
Author
Thanks for the indication. I made changes and then a lot of tests. It seems that I managed to prevent the duplicate ".." occurrence.
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Apr 6, 2019
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Apr 6, 2019
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Apr 14, 2019
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Apr 15, 2019
|
This comment has been minimized.
This comment has been minimized.
csl-bot
commented
Apr 16, 2019
|
This comment has been minimized.
This comment has been minimized.
(@adam3smith, good to merge from my side, although we often drop subtitles for CSL style titles and IDs, and for a Brazilian journal the Portuguese subtitle might make more sense ("Civitas - Revista de Ciências Sociais")) |
This comment has been minimized.
This comment has been minimized.
If I understood correctly, your suggestion is to change from: |
This comment has been minimized.
This comment has been minimized.
I'll handle the rename before merging - thanks! |
CivitasBR commentedMar 12, 2019
Adapting the Brazilian reference norm ABNT 6023 to Civitas journal. Main change is abolishing uppercase by family names. Further changes: using the sequence given name family name for editors and secondary contributors as well as dropping parts of "issued" information.