This file is indexed.

/usr/share/citation-style-language/styles/bioessays.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
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.0" class="in-text" default-locale="en-US" page-range-format="minimal" demote-non-dropping-particle="sort-only">
  <info>
    <title>BioEssays</title>
    <id>http://www.zotero.org/styles/bioessays</id>
    <link href="http://www.zotero.org/styles/bioessays" rel="self"/>
    <link href="http://onlinelibrary.wiley.com/journal/10.1002/%28ISSN%291521-1878/homepage/detailed_manuscript_instructions_and_author_support.htm" rel="documentation"/>
    <author>
      <name>Dan Dickinson</name>
    </author>
    <contributor>
      <name>Xiaodong Dang</name>
      <email>dangxdong@gmail.com</email>
    </contributor>
    <contributor>
      <name>Charles Parnot</name>
      <email>charles.parnot@gmail.com</email>
    </contributor>
    <category citation-format="numeric"/>
    <category field="biology"/>
    <issn>0265-9247</issn>
    <eissn>1521-1878</eissn>
    <updated>2012-09-09T21:58:08+00: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="author">
    <names variable="author">
      <name name-as-sort-order="all" sort-separator=" " initialize-with="" delimiter=", " font-weight="bold" delimiter-precedes-last="always"/>
      <et-al font-weight="normal"/>
    </names>
  </macro>
  <citation collapse="citation-number">
    <sort>
      <key variable="citation-number"/>
    </sort>
    <layout prefix="[" suffix="]" delimiter=", ">
      <text variable="citation-number"/>
    </layout>
  </citation>
  <bibliography second-field-align="flush" et-al-min="5" et-al-use-first="4">
    <layout>
      <choose>
        <if type="book">
          <text variable="citation-number" suffix=". "/>
          <text macro="author"/>
          <date variable="issued" suffix=" ">
            <date-part name="year" form="long" prefix=". " suffix=". "/>
          </date>
          <text variable="title" suffix=".  " font-style="italic"/>
          <text variable="publisher-place" suffix=": "/>
          <text variable="publisher" suffix=". "/>
        </if>
        <else-if type="chapter">
          <text variable="citation-number" suffix=". "/>
          <text macro="author"/>
          <date variable="issued" suffix=" ">
            <date-part name="year" form="long" prefix=". " suffix=". "/>
          </date>
          <text variable="title" suffix=".  In "/>
          <names variable="editor" suffix=". ed; ">
            <name et-al-min="4" et-al-use-first="3" delimiter="," name-as-sort-order="all" sort-separator=" " form="long" initialize-with=""/>
          </names>
          <text variable="container-title" suffix=". " font-style="italic"/>
          <text variable="publisher" suffix=". "/>
          <text variable="page" prefix="p " suffix=". "/>
        </else-if>
        <else>
          <text variable="citation-number" suffix=". "/>
          <text macro="author"/>
          <date variable="issued" suffix=" ">
            <date-part name="year" form="long" prefix=". " suffix=". "/>
          </date>
          <text variable="title" suffix=". "/>
          <text variable="container-title" form="short" suffix=" " font-style="italic"/>
          <text variable="volume" font-weight="bold"/>
          <text variable="page" prefix=": " suffix=". "/>
        </else>
      </choose>
    </layout>
  </bibliography>
</style>