Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bibliography to bluebook-law-review.csl #6603

Open
trackleft opened this issue Jul 17, 2023 · 0 comments
Open

Add bibliography to bluebook-law-review.csl #6603

trackleft opened this issue Jul 17, 2023 · 0 comments

Comments

@trackleft
Copy link
Contributor

trackleft commented Jul 17, 2023

I'm not a citation style expert, however, my team has been using a modified version of bluebook-law-review.csl that contains bibliography, and thought, we should share this.

Essentially, we just put the following at the bottom of the file

  <bibliography et-al-min="4" et-al-use-first="1">
    <layout suffix="." delimiter="; ">
      <choose>
        <if position="ibid-with-locator">
          <group delimiter=" ">
            <text term="ibid" text-case="capitalize-first" font-style="italic"/>
            <text macro="at_page"/>
          </group>
        </if>
        <else-if position="ibid">
          <text term="ibid" text-case="capitalize-first" font-style="italic"/>
        </else-if>
        <else-if position="subsequent">
          <group delimiter=", ">
            <group delimiter=" ">
              <choose>
                <if type="book" match="any">
                  <text variable="volume"/>
                </if>
              </choose>
              <text macro="author-short"/>
            </group>
            <group delimiter=" ">
              <text value="supra" font-style="italic"/>
              <text value="note"/>
              <text variable="first-reference-note-number"/>
              <text macro="at_page"/>
            </group>
          </group>
        </else-if>
        <else>
          <group delimiter=", ">
            <group delimiter=" ">
              <choose>
                <if type="book" match="any">
                  <text variable="volume"/>
                </if>
              </choose>
              <text macro="author"/>
            </group>
            <text macro="source"/>
            <text macro="access"/>
          </group>
        </else>
      </choose>
    </layout>
  </bibliography>
trackleft added a commit to trackleft/styles that referenced this issue Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant