CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
<?LaTeX ExtraPreamble="\usepackage[pdftex]{graphicx}"?>
2
3
<?xml version="1.0" encoding="UTF-8"?>
4
5
<!DOCTYPE Book SYSTEM "gapdoc.dtd"
6
[ <!ENTITY IO "<Package>IO</Package>">
7
<!ENTITY OpenMath "<Package>OpenMath</Package>">
8
<!ENTITY scscp1 "<Package>scscp1</Package>">
9
<!ENTITY scscp2 "<Package>scscp2</Package>">
10
<!ENTITY ANUPQ "<Package>ANUPQ</Package>">
11
<!ENTITY EdenTV "<Package>EdenTV</Package>">
12
<!ENTITY SCSCP "<Package>SCSCP</Package>">
13
<#Include Label="PKGVERSIONDATA">
14
] >
15
16
<Book Name="scscp">
17
18
<TitlePage>
19
<Title>&SCSCP;</Title>
20
<Subtitle>Symbolic Computation Software Composability Protocol</Subtitle>
21
<Version>Version &VERSION;</Version>
22
23
<Author>Alexander Konovalov
24
<Email>alexander dot konovalov at st-andrews dot ac dot uk</Email>
25
<Homepage>http://www.cs.st-andrews.ac.uk/&tilde;alexk/</Homepage>
26
<Address>
27
School of Computer Science<Br/>
28
University of St Andrews<Br/>
29
Jack Cole Building, North Haugh,<Br/>
30
St Andrews, Fife, KY16 9SX, Scotland
31
</Address>
32
</Author>
33
34
<Author>Steve Linton
35
<Email>sal at cs dot st-andrews dot ac dot uk</Email>
36
<Homepage>http://www.cs.st-andrews.ac.uk/&tilde;sal/</Homepage>
37
<Address>
38
School of Computer Science<Br/>
39
University of St Andrews<Br/>
40
Jack Cole Building, North Haugh,<Br/>
41
St Andrews, Fife, KY16 9SX, Scotland
42
</Address>
43
</Author>
44
45
<Date>&RELEASEDATE;</Date>
46
47
<Abstract>
48
49
<Index Key="SCSCP package">&SCSCP; package</Index>
50
51
The &GAP; package &SCSCP; implements
52
the Symbolic Computation Software Composability
53
protocol (<URL>http://www.symbolic-computing.org/scscp</URL>)
54
for the computational algebra system &GAP;.
55
56
</Abstract>
57
58
<Copyright>
59
&copyright; 2007-&RELEASEYEAR; by Alexander Konovalov and Steve Linton<P/>
60
61
&SCSCP; is free software; you can redistribute it and/or modify it
62
under the terms of the GNU General Public License as published by
63
the Free Software Foundation; either version 2 of the License, or
64
(at your option) any later version. For details, see the FSF's own site
65
<URL>http://www.gnu.org/licenses/gpl.html</URL>.
66
<P/>
67
68
If you obtained &SCSCP;, we would be grateful for a short notification
69
sent to one of the authors.
70
<P/>
71
72
If you publish a result which was partially obtained with the usage of
73
&SCSCP;, please cite it in the following form:
74
<P/>
75
76
A. Konovalov and S. Linton.
77
<E>SCSCP --- Symbolic Computation Software Composability Protocol,
78
Version &VERSION;;</E> &RELEASEYEAR;
79
(<URL>https://gap-packages.github.io/scscp/</URL>).
80
</Copyright>
81
82
<Acknowledgements>
83
The development of the &SCSCP; package has been supported by:
84
<List>
85
<Item>EU FP6 Programme project 026133
86
<Q>SCIEnce - Symbolic Computation Infrastructure for Europe</Q>
87
(see <URL>http://www.symbolic-computing.org/</URL>).</Item>
88
<Item>OpenDreamKit Horizon 2020 European Research Infrastructures project #676541
89
(see <URL>http://opendreamkit.org/</URL>).</Item>
90
</List>
91
</Acknowledgements>
92
93
<Colophon>
94
Versions history:
95
<List>
96
<Item>Version 0.1 - first half of 2007;</Item>
97
<Item>Version 0.2 - December 2007;</Item>
98
<Item>Version 0.3 - May 2008;</Item>
99
<Item>Version 0.4 - August 2008;</Item>
100
<Item>Version 1.0 - March 2009;</Item>
101
<Item>Version 1.1 - May 2009;</Item>
102
<Item>Version 1.2 - March 2010.</Item>
103
<Item>Version 2.0 - October 2011.</Item>
104
<Item>Version 2.1 - March 2012.</Item>
105
<Item>Version 2.2 - February 2017.</Item>
106
</List>
107
</Colophon>
108
109
</TitlePage>
110
111
<TableOfContents/>
112
113
<Body>
114
115
<#Include SYSTEM "preface.xml">
116
<#Include SYSTEM "install.xml">
117
<#Include SYSTEM "streams.xml">
118
<#Include SYSTEM "openmath.xml">
119
<#Include SYSTEM "server.xml">
120
<#Include SYSTEM "client.xml">
121
<#Include SYSTEM "examples.xml">
122
<#Include SYSTEM "parallel.xml">
123
<#Include SYSTEM "service.xml">
124
125
</Body>
126
127
<Bibliography Databases="manual"/>
128
129
<TheIndex/>
130
131
</Book>
132