Style Request: Trabajos de Prehistoria

Style Request: Trabajos de Prehistoria (Spanish)

Online style documentation (in Spanish): http://tp.revistas.csic.es/index.php/tp/about/submissions#authorGuidelines

ISSN: 0082-5638
e-ISSN: 1988-3218


In-text citation:
(Campbell y Pedersen 2007)
(Mares 2001)

References to specific pages would be like this:
(Campbell y Pedersen 2007: 320)
(Mares 2001: 190)

Bibliography:
Campbell, J. L. y Pedersen, O. K. 2007: "The varieties of capitalism and hybrid success". Comparative Political Studies 40(3): 307–332. https://doi.org/10.1177/0010414006286542
Mares, I. 2001: "Firms and the welfare state: When, why, and how does social policy matter to employers?". En P. A. Hall y D. Soskice (eds.): Varieties of capitalism. The institutional foundations of comparative advantage. Oxford University Press. New York: 184–213.

Titles of books and journal names are always in italics (I just couldn't figure out to do it here within the Zotero forums).

Reference PDF paper available at: http://tp.revistas.csic.es/index.php/tp/article/download/797/821


Thank you so much, guys. I've been trying to do it myself, but I found that creating a style required more time to learn than I have available to me right now. I can help if you have any issues with the Spanish language or any kind of problems, really.
  • edited June 22, 2019
    Until a CSL volunteer has time to make a style, The Design Journal is very close:
    http://www.zotero.org/styles/the-design-journal

    Edit the CSL file to change the default locale to “es-ES” instead of “en-GB”, then change the style title and ID.
  • Thank you! I'm looking into it right now
  • Hi all! I decided to take this upon myself, so I learned (kind of) how to make a new style. I found this to be not as complicated as I thought. I have a very decent version of the theme right now, but there are some remaining bugs.
    The main one is the format of quotes on titles. This is what I want to achieve:

    Blanco-González, A.; Lillios, K. T.; López-Sáez, J. A. y Drake, B. L. 2018. "Cultural, demographic and environmental dynamics of the Copper and Early Bronze Age in iberia (3300–1500 BC): towards an interregional multiproxy comparison at the time of the 4.2 ky BP event". Journal of World Prehistory 31 (1): 1-79. https://doi.org/10.1007/s10963-018-9113-3.

    but this is what I have:

    Blanco-González, A.; Lillios, K. T.; López-Sáez, J. A. y Drake, B. L. 2018. «Cultural, demographic and environmental dynamics of the Copper and Early Bronze Age in iberia (3300–1500 BC): towards an interregional multiproxy comparison at the time of the 4.2 ky BP event». Journal of World Prehistory 31 (1): 1-79. https://doi.org/10.1007/s10963-018-9113-3.

    Does anybody know how I can change the « and » at the beginning and end of the title for " and "? Thank you!
  • What language is set for the style?
    As this is a journal you likely want to set it to es-ES (or adapt the XX es-XX for another country).
  • Deafult locale is set to es-Es, which is what I need.
  • es-ES, I meant
  • Can you upload your code to hastebin.com and share the link?
  • edited June 25, 2019
    Replace your lines 20-24 with this:
    <locale xml:lang="es">
    <terms>
    <term name="open-quote">"</term>
    <term name="close-quote">"</term>
    </terms>
    </locale>

    This overrides the quotes automatically set by the locale.

    Once you're ready with the style, it would be great if you contribute it to the repository. Happy to help, but general guideline here: https://github.com/citation-style-language/styles/blob/master/CONTRIBUTING.md
    That way it'll be available to all your colleagues.
  • It worked great! Thank you! I'll keep testing it, cause I think there'll be more bugs, and hopefully I'll be able to contribute it as a new style soon.
  • (I'd recommend proper typographic rather than straight quotes, though)
  • edited June 25, 2019
    So,
    <locale xml:lang="es">
    <terms>
    <term name="open-quote">&#8220;</term>
    <term name="close-quote">&#8221;</term>
    </terms>
    </locale>
  • or even the equivalent
    <locale xml:lang="es">
    <terms>
    <term name="open-quote">“</term>
    <term name="close-quote">”</term>
    </terms>
    </locale>


    yes
  • Even better now. Awesome, guys. Thank you!
Sign In or Register to comment.