This file is indexed.

/usr/share/citation-style-language/styles/the-faseb-journal.csl is in citation-style-language-styles 0~20180122.283b8d871-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" default-locale="en-US" class="in-text" page-range-format="expanded" demote-non-dropping-particle="sort-only">
  <info>
    <title>The FASEB Journal</title>
    <title-short>FASEB</title-short>
    <id>http://www.zotero.org/styles/the-faseb-journal</id>
    <link href="http://www.zotero.org/styles/the-faseb-journal" rel="self"/>
    <link href="http://www.zotero.org/styles/journal-of-analytical-toxicology" rel="template"/>
    <link href="http://www.fasebj.org/site/misc/rc.xhtml" rel="documentation"/>
    <author>
      <name>Daniel Kraus</name>
      <email>daniel.kraus@uni-wuerzburg.de</email>
      <uri>http://github.com/bovender</uri>
    </author>
    <category citation-format="numeric"/>
    <category field="biology"/>
    <issn>0892-6638</issn>
    <eissn>1530-6860</eissn>
    <summary>The Journal of the Federation of American Societies for Experimental Biology</summary>
    <updated>2015-03-06T21:47:38+01:00</updated>
    <rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
  </info>
  <macro name="editor">
    <names variable="editor">
      <name and="text" initialize-with=". " name-as-sort-order="all"/>
      <label form="short" prefix=", " strip-periods="true"/>
    </names>
  </macro>
  <macro name="author">
    <names variable="author">
      <name and="text" initialize-with=". " name-as-sort-order="all"/>
      <substitute>
        <text macro="editor"/>
      </substitute>
    </names>
  </macro>
  <macro name="title">
    <text variable="title"/>
  </macro>
  <macro name="publisher">
    <group delimiter=", ">
      <text variable="publisher"/>
      <text variable="publisher-place"/>
    </group>
  </macro>
  <macro name="container">
    <choose>
      <if type="chapter book thesis manuscript" match="any">
        <group delimiter=" " suffix=" ">
          <group delimiter=" ">
            <text term="in" text-case="capitalize-first"/>
            <text variable="container-title" font-style="italic"/>
          </group>
          <text macro="editor" prefix="(" suffix=")"/>
          <group delimiter=" " suffix=",">
            <label variable="volume" form="short"/>
            <text variable="volume"/>
          </group>
          <group delimiter=" " suffix=",">
            <label variable="page" form="short"/>
            <text variable="page"/>
          </group>
        </group>
        <text macro="publisher"/>
      </if>
      <else-if type="paper-conference">
        <group delimiter=" ">
          <text term="presented at"/>
          <group delimiter=", ">
            <text variable="event"/>
            <text variable="event-place"/>
          </group>
        </group>
      </else-if>
      <else-if type="article-newspaper">
        <group delimiter=", ">
          <text variable="container-title" font-style="italic"/>
          <date variable="issued" form="text"/>
          <group delimiter=" ">
            <label variable="page" form="short"/>
            <text variable="page"/>
          </group>
        </group>
      </else-if>
      <else>
        <text variable="container-title" form="short" strip-periods="false" font-style="italic" suffix=" "/>
        <group delimiter=", ">
          <text variable="volume" font-weight="bold"/>
          <text variable="page"/>
        </group>
      </else>
    </choose>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout delimiter=", " prefix=" (" suffix=")">
      <text variable="citation-number" vertical-align="baseline"/>
    </layout>
  </citation>
  <bibliography second-field-align="flush" entry-spacing="0">
    <layout>
      <text variable="citation-number" suffix=". "/>
      <text macro="author" suffix=". "/>
      <date variable="issued" date-parts="year" form="text" prefix="(" suffix=") "/>
      <text macro="title" suffix=". "/>
      <text macro="container"/>
    </layout>
  </bibliography>
</style>