Custom style: Department of Economics at Kahramanmaraş Sütçü İmam University of Turkey
This discussion was created from comments split from: References in Bibliography.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Below are the two problems we encounter:
Problem 1: Translation Book The abbreviation "Translation" (“Çev.”) should come before the authors to be able to refer to the bibliography. But CSL EDITOR adds the program after the authors.
What we have (“Çev” means “translation” in Turkish):
Borges, J. L., 1999. Selected non-fictions, E. Allen, S. J. Levine ve E. Weinberger, Çev., Viking, New York, NY. ss.559.
What we need (“Çev” means “translation” in Turkish):
Borges, J. L., 1999. Selected non-fictions, Çev.: E. Allen, S. J. Levine ve E. Weinberger, Viking, New York, NY. ss.559.
Problem 2: The abbreviation "Ed" is added after the authors in the CSL EDITOR program to reference the edited book in the bibliography. This should be added before the authors.
What we need:
Mares, I., 2001. ''Firms and the welfare state: When, why, and how does social policy matter to employers?", Varieties of capitalism. The institutional foundations of comparative advantage, Ed.: P. A. Hall ve D. Soskice, Oxford University Press, New York.
@sibelul -- generally better to start a new discussion for new questions.
Could you post your style code somewhere like pastebin.com or hastebin.com and link to it here?
I added it as a new chat. Topic as reference problems
For translators, it works the same way. Change the macro secondary-editors to look like this:
<macro name="secondary-contributors">
<choose>
<if type="article-journal chapter paper-conference" match="none">
<names variable="translator" delimiter=", " prefix=" " suffix=",">
<label form="short" suffix=": " text-case="capitalize-first"/>
<name and="text" delimiter-precedes-last="never" initialize-with=". "/>
</names>
</if>
</choose>
</macro>
existing: Isaacson, W., 2011. Steve Jobs, Simon & Schuster, New York, NY. ss.630
what we need: Isaacson, W., 2011. Steve Jobs, Simon & Schuster, New York, NY, 630s.
(there should be a comma after the word “NY” not a full stop, and the number of pages is going to be shown as “600s.”)
https://hastebin.com/lihorecaci.xml
Copy and paste this into your style replacing your current publisher macro:
<macro name="publisher">
<choose>
<if type="report">
<group delimiter=",">
<text variable="publisher-place" prefix=" "/>
<text variable="publisher" prefix=" "/>
<text variable="number" prefix=" ss. " suffix="."/>
</group>
</if>
<else-if type="thesis">
<choose>
<if variable="archive URL" match="any">
<text variable="genre" text-case="capitalize-all" suffix=","/>
<text variable="publisher"/>
<text variable="publisher-place" prefix="," suffix="."/>
</if>
<else>
<text variable="genre" text-case="lowercase" prefix="(Yayımlanmamış " suffix="). "/>
<group delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else>
</choose>
</else-if>
<else>
<group delimiter=", ">
<choose>
<if variable="event" match="none"/>
</choose>
<choose>
<if type="article-journal article-magazine" match="none">
<group delimiter=", ">
<text variable="publisher" prefix=" "/>
<text variable="publisher-place"/>
<group>
<number variable="number-of-pages"/>
<label plural="never" variable="number-of-pages" form="short"/>
</group>
</group>
</if>
</choose>
</group>
</else>
</choose>
</macro>
existing: Mares, I., 2001. ''Firms and the welfare state: When, why, and how does social policy matter to employers?", Varieties of capitalism. The institutional foundations of comparative advantage, Ed.: P. A. Hall ve D. Soskice, Oxford University Press, New York
what we need : Mares, I., 2001. ''Firms and the welfare state: When, why, and how does social policy matter to employers?", Varieties of capitalism. The institutional foundations of comparative advantage, Ed.: P. A. Hall ve D. Soskice, Oxford University Press, New York, ss. 75-85.
(in this case, we just need to add at the end a comma followed by space and ss. space page number dash page number and a dot)
https://hastebin.com/onijedoles.xml
This is very similar to above problems. You'll need to add this to your style:
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
Hello, thank you very much for your help. we couldn't handle the problem we sent. can you help again Thank you again.
existing: Mares, I., 2001. ''Firms and the welfare state: When, why, and how does social policy matter to employers?", Varieties of capitalism. The institutional foundations of comparative advantage, Ed.: P. A. Hall ve D. Soskice, Oxford University Press, New York
what we need : Mares, I., 2001. ''Firms and the welfare state: When, why, and how does social policy matter to employers?", Varieties of capitalism. The institutional foundations of comparative advantage, Ed.: P. A. Hall ve D. Soskice, Oxford University Press, New York, ss. 75-85.
(in this case, we just need to add at the end a comma followed by space and ss. space page number dash page number and a dot)
thank you.
https://hastebin.com/wibukijane.xml
Also, I recommend removing any font-variant="normal" from anywhere in the code. It can give you problems later.
could you please. excuse me?
EXİSTİNG: Hancké, B., Rhodes, M. ve Thatcher, M. (Ed.), 2007. Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy, Oxford University Press, Oxford and New York, NY
WHAT WE NEED: Hancké, B., Rhodes, M. ve Thatcher, M. (Ed.), 2007. Beyond varieties of capitalism: Conflict, contradiction, and complementarities in the European economy, Oxford University Press, Oxford and New York, NY, 200s.
(there should be a comma after the word “NY” , and the number of pages is going to be shown as 200s.)
https://hastebin.com/esevovifil.xml
Instead of the variable/label for "page" you'll want to do the same for "number-of-pages" and change the order and remove the delimiter. Then insert it where you need it.
Can you help with the report?
REPORT:
EXİSTİNG:
Ahlquist, J. S. ve Breunig, C., 2009. ''Country clustering in comparative political economy", MPIfG Discussion Paper, Cologne, Max-Planck Institute for the Study of Societies, ss. 09-5.
WHAT WE NEED:
Ahlquist, J. S. ve Breunig, C., 2009. Country clustering in comparative political economy, MPIfG Discussion Paper, Cologne, Max-Planck Institute for the Study of Societies, 125s.
subject title should not be in quotation marks
https://hastebin.com/gijucugada.xml