DOI and Thesis
Two questions I am hoping to get some help on.
Am finishing up my monograph, and have used Zotero for all of the footnoting. I'm using Chicago 17 (full note with ibid) and I am finding that it is not citing dissertations correctly - that is, it isn't including the PhD/MD part of the citation. How can I correct that?
Secondly, I want to remove DOIs from all citations. Yes I understand that it is part of the style, however, none of the publishers (journal or otherwise) want them, so I just want to know how to edit them out of the style for now.
Am finishing up my monograph, and have used Zotero for all of the footnoting. I'm using Chicago 17 (full note with ibid) and I am finding that it is not citing dissertations correctly - that is, it isn't including the PhD/MD part of the citation. How can I correct that?
Secondly, I want to remove DOIs from all citations. Yes I understand that it is part of the style, however, none of the publishers (journal or otherwise) want them, so I just want to know how to edit them out of the style for now.
I think removing DOIs is a terrible idea, but alas finding
<choose>
<if type="legal_case" match="none">
<choose>
<if variable="DOI">
<text variable="DOI" prefix="https://doi.org/"/>
</if>
<else>
<text variable="URL"/>
</else>
</choose>
</if>
</choose>
and changing the second line to
<if type="post-weblog webpage" match="any">
is probably the least disruptive quick way to remove DOIs and most other URLs but details kind of depend on what you want
Why would you believe that publishers would agree to make life difficult for reviewers and for their readers who want to gain access to an interesting citation? For many readers of your article the reference list will be almost as important as your main findings.
edit: You might be surprised at the prevalence of references to articles that don't support the assertion or even to articles that do not exist. I have no idea how many manuscripts are rejected for this reason before being sent out for review but at least one in five manuscripts I review for BMJ Group or JAMA journals have multiple cites to sources that do not say what the manuscript authors claim. I also review for Sage and Taylor and Francis journals and manuscripts with these hollow references are somewhat more common there. At the very least these manuscripts are returned for major revision if not rejected outright. Know this, there are lists of author names for those who out of carelessness or direct intent have gamed their reference lists. Honesty issues aside, journal editors and publishers want reference lists to be accurate because this affects the journal's Impact Factor.
In Chicago 16 it produces the correct format: Teresa Foster, “Felonious Women & Familial Bonds: Transportation to the Maryland Colony 1718-1739” (PhD, UMBC, 2018)
In Chicago 17 Full Note with ibid it has: Teresa Foster, “Felonious Women & Familial Bonds: Transportation to the Maryland Colony 1718-1739” (UMBC, 2018) - so the "type" is missing.
@DWL-SDCA I take your point re: DOI. I always leave them in, but my last book chapter and two journal publications editors cut them for word length. So I assumed that they'd prefer just to chop them.
I am having similar issues regarding the citation of PhD and habilitation thesis. I am writing a German legal dissertation and would like to use the citation style Neue Juristische Wochenschrift. However, when citing dissertations or habilitations the style does not include the information in the footnote. I am trying to work with the visual CSL editor and thought I was on the right path when adding a new "Else-if" condition like this: "Else-if document type is thesis". I would now like it to understand that it should include the thesis type (which I enter in the field "type" in the library; either "Diss." or "Habil.") after the title and before the page number. The publication year should also be displayed but I haven't gotten to that yet.
Hope I was clear in explaining what my aim is. Just in case I'll leave an example below:
status quo:
Wedemann, Gesellschafterkonflikte, S. 234.
(It is using the short title which is fine)
Aim:
Wedemann, Gesellschafterkonflikte, Habil., 2013, S. 234.
Thankful for all helpful clues, cheers
I created an adjusted version of the NJW style and renamed it (in categories Title and Title short) in the Visual CSL editor. However, when exporting I still receive the message that I should rename it. I downloaded the file anyway and renamed the file also. But when I import the style, the initial NJW style disappears and is replaced by my adjusted style. How do I properly rename it in order not to loose the original style?
Also, the changes I made lead to the desired outcome but in the citation preview only one citation is shown for my style instead of the usual two versions for other styles. What is the reason for this?
Thanks!