Get rid of URL in Chicago 17th (full-note)

I am using Chicago Full Note for my citation and bibliography but I only want the URL of Websites e.g. news websites etc. included in the bibliography not my citations.

I already found a discussion of how to get rid of the doi, which I did but I want it gone for all of my URLs.

My professors wants it that way so is there a ways to do that?
  • This section occurs twice in the CSL
    <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>


    Delete both instances (you may have changed it to get rid of the DOI)
Sign In or Register to comment.