File: CITATION.in

package info (click to toggle)
gap 4.15.1-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 110,212 kB
  • sloc: ansic: 97,261; xml: 48,343; cpp: 13,946; sh: 4,900; perl: 1,650; javascript: 255; makefile: 252; ruby: 9
file content (60 lines) | stat: -rw-r--r-- 2,220 bytes parent folder | download | duplicates (3)
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
Please use one of the following samples to cite GAP version from this installation

Text:

[GAP]  GAP  –  Groups,  Algorithms,  and Programming, Version @GAP_VERSION@, 
The GAP Group (@GAP_RELEASEYEAR@), https://www.gap-system.org.

HTML:

<p class='BibEntry'>
[<span class='BibKey'>GAP</span>]   
 <i class='BibTitle'>GAP – Groups, Algorithms, and Programming, Version @GAP_VERSION@</i>,
 <span class='BibOrganization'>The GAP Group</span> (<span class='BibYear'>@GAP_RELEASEYEAR@</span>),
<span class='BibHowpublished'><a href="https://www.gap-system.org">https://www.gap-system.org</a></span>.
</p>

BibXML:

<entry id="GAP@GAP_VERSION@"><misc>
  <title><C>GAP</C> &ndash; <C>G</C>roups, <C>A</C>lgorithms,
         and <C>P</C>rogramming, <C>V</C>ersion @GAP_VERSION@</title>
  <howpublished><URL>https://www.gap-system.org</URL></howpublished>
  <year>@GAP_RELEASEYEAR@</year>
  <key>GAP</key>
  <keywords>groups; *; gap; manual</keywords>
  <other type="organization">The GAP <C>G</C>roup</other>
</misc></entry>

BibTeX:

@misc{ GAP@GAP_VERSION@,
  title =            {{GAP} {\textendash} {G}roups, {A}lgorithms, and {P}rogramming, {V}ersion @GAP_VERSION@},
  organization =     {The GAP {G}roup},
  year =             {@GAP_RELEASEYEAR@},
  howpublished =     {\href{https://www.gap-system.org}{\texttt{https://www.gap-system.org}}},
  key =              {GAP},
  keywords =         {groups; *; gap; manual}
}

If you are not using BibTeX, here is the bibliography entry produced 
by BibTeX (in bibliography style `alpha'):

\bibitem[GAP]{GAP4}
\emph{GAP -- Groups, Algorithms, and Programming}, Version @GAP_VERSION@,
The GAP~Group (@GAP_RELEASEYEAR@), \verb+https://www.gap-system.org+.

If you have (predominantly) used one or more particular GAP packages,
please cite these packages in addition to GAP itself (either check the
the package documentation for the suggestions, or use a scheme like:

[PKG]
<Author name(s)>, <package name>, <package long title>, 
Version <package version> (<package date>), (GAP package),
<package URL>.

You may also produce citation samples for a GAP package by entering

    Cite("packagename");

in a GAP installation with the working version of this package available.