-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
139 lines (112 loc) · 9.17 KB
/
index.xml
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Carneades Argumentation System</title>
<link>https://carneades.github.io/</link>
<description>Recent content on Carneades Argumentation System</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>copyright &copy; 2015-2017 Thomas F. Gordon. Creative Commons Attribution-ShareAlike 4.0 International License </copyright>
<lastBuildDate>Wed, 12 Jul 2017 01:16:06 +0200</lastBuildDate>
<atom:link href="https://carneades.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About Carneades</title>
<link>https://carneades.github.io/about-carneades/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://carneades.github.io/about-carneades/</guid>
<description>The Carneades argumentation system is series of open source research prototypes, freely available for downloading at http://carneades.github.com.
For licensing information, see the particular release (below) of interest.
Version History The following versions of Carneades are available, in reverse chronological order:
Carneades-4 (July, 2017) is based on a new version of the Carneades Argument Evaluation Structures (CAES) formal model of argument. New in this version of CAES is much better support for cyclic argument graphs, cumulative arguments, practical reasoning, case-based reasoning, and multi-criteria decision analysis.</description>
</item>
<item>
<title>Team</title>
<link>https://carneades.github.io/team/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://carneades.github.io/team/</guid>
<description> Current Members Tom Gordon Douglas Walton Previous Members Pierre Allix (2010-2015) Stefan Ballnat (2008-2011) Sebastian Kaiser (2014-2015) Contributors Katie Atkinson, Department of Computer Sciene, University of Liverpool Trevor Bench-Capon, Department of Computer Science, University of Liverpool Marcello Ceci, Governance, Risk and Compliance Technology Centre, University College Cork Horst Friedrich, Fraunhofer FOKUS, Berlin Matthias Grabmair, Intelligent Systems Program, University of Pittsburgh Henry Prakken, Intelligent Systems Group, Utrecht University Carsten Schmoll, Fraunhofer FOKUS, Berlin Adam Wyner, Department of Computing Science, University of Aberdeen </description>
</item>
<item>
<title>Publications</title>
<link>https://carneades.github.io/publications/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://carneades.github.io/publications/</guid>
<description>See:
Tom Gordon&rsquo;s Publications. Doug Walton&rsquo;s Publications </description>
</item>
<item>
<title>Contact</title>
<link>https://carneades.github.io/contact/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://carneades.github.io/contact/</guid>
<description>Prof. Dr. Thomas F. Gordon
web: http://www.tfgordon.de</description>
</item>
<item>
<title>Acknowledgements</title>
<link>https://carneades.github.io/acknowledgements/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>https://carneades.github.io/acknowledgements/</guid>
<description>From 2006 to 2017, Carneades was developed at Fraunhofer FOKUS in Berlin.
Development of Carneades has been funded by a number of projects. In alphabetical order:
Carneades Argumentation System project, Social Sciences and Humanities Research Council of Canada (SSHRC), (Insight Grant 435-2012-0104), 2007-2009 and 2012-2017, with Douglas Walton EAGLE (FP7-ICT-619347) – Enhanced Government Learning, 2014-2017. ESTRELLA (IST-2004-027655) – A European project to develop an open, standards-based platform for Legal Knowledge Systems, 2006-2008.</description>
</item>
<item>
<title>Carneades 4.3</title>
<link>https://carneades.github.io/2017/07/12/carneades-4.3/</link>
<pubDate>Wed, 12 Jul 2017 01:16:06 +0200</pubDate>
<guid>https://carneades.github.io/2017/07/12/carneades-4.3/</guid>
<description>Version 4.3 of Carneades was released today. New in 4.3 are:
Argument validation, by matching arguments to schemes Argumentation scheme validation, checking for syntatic and semantic errors in a theory (knowledge-base) Native implementation of a Constraint Handling Rules (CHR) inference engine, in Go, for constructing arguments. Removes the dependency on Prolog. The Go implementation of CHR was designed and implemented by Horst Friedrich. It has a separate GitHub project, GoCHR.</description>
</item>
<item>
<title>Carneades 4.2</title>
<link>https://carneades.github.io/2016/01/12/carneades-4.2/</link>
<pubDate>Tue, 12 Jan 2016 01:16:06 +0200</pubDate>
<guid>https://carneades.github.io/2016/01/12/carneades-4.2/</guid>
<description>Version 4.2 of Carneades was released today. New in 4.2 are:
User-definable argument evaluation functions, for deriving relative argument weights from properties of the arguments (4.1 included a few builtin argument evaluation functions.) A language, based on YAML, for representing argumentation schemes. Automatic argument construction from argumentation schemes and assumptions via an inference engine implemented using Constraint Handling Rules. As before, you can try Carneades 4.2 online using the Carneades server without having to build or install the system yourself.</description>
</item>
<item>
<title>ICCMA 2015 Results</title>
<link>https://carneades.github.io/2015/07/29/iccma-2015-results/</link>
<pubDate>Wed, 29 Jul 2015 13:46:23 +0200</pubDate>
<guid>https://carneades.github.io/2015/07/29/iccma-2015-results/</guid>
<description>The results of the First International Competition on Computational Models of Argument (ICCMA) are now available.
And the winners are:
CoQuiAAS ArgSemSAT LabSATSolver Congratulations!
Our own entry, Carneades 4.0, placed 2nd in all four of the grounded semantics &ldquo;tracks&rdquo;, and 7th overall, in a field of 18 solvers.
As expected, in the tracks for the intractable tasks (no pun indented), we didn&rsquo;t stand a chance against the systems using SAT solvers.</description>
</item>
<item>
<title>Announcing Carneades 4</title>
<link>https://carneades.github.io/2015/07/29/announcing-carneades-4/</link>
<pubDate>Wed, 29 Jul 2015 12:16:09 +0200</pubDate>
<guid>https://carneades.github.io/2015/07/29/announcing-carneades-4/</guid>
<description>We have begun work on version 4 of Carneades. With this version we are pursuing the following goals:
Developing a new version of the Carneades Argument Evaluation Structures (CAES) formal model of structured argumentation, with better support for cyclic argument graphs, cumulative arguments, practical reasoning, case-based reasoning, and multi-criteria decision analysis. This new model both generalizes and simplifies the previous CAES model. It also improves its compatibility with other models of structured argument, such as the Argument Interchange Format (AIF), ASPIC+ and IBIS (Issue-Based Information Systems).</description>
</item>
<item>
<title>Carneades 3.7</title>
<link>https://carneades.github.io/2015/02/24/carneades-3.7/</link>
<pubDate>Tue, 24 Feb 2015 15:22:50 +0100</pubDate>
<guid>https://carneades.github.io/2015/02/24/carneades-3.7/</guid>
<description>Carneades 3.7 is now available for downloading. This version of Carneades is a web application, with a three-tiered architecture. The web client of this version has been completing rewritten to make use of modern JavaScript libraries for interactive web applications. The user interface is designed to be usable on all devices, including smart phones and tablets, as well as desktop computers.
See the Carneades 3.7 User Manual for futher information about downloading, installing and using the system.</description>
</item>
<item>
<title>license</title>
<link>https://carneades.github.io/license/</link>
<pubDate>Tue, 20 Jan 2015 10:56:00 +0100</pubDate>
<guid>https://carneades.github.io/license/</guid>
<description>The content of this website is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</description>
</item>
<item>
<title>New Carneades Website</title>
<link>https://carneades.github.io/2014/09/03/new-carneades-website/</link>
<pubDate>Wed, 03 Sep 2014 17:56:13 +0200</pubDate>
<guid>https://carneades.github.io/2014/09/03/new-carneades-website/</guid>
<description>Welcome to the new website for the Carneades argumentation system. The website is now generated using the Hugo Website Engine and hosted on GitHub. Hugo provides a nice, simple way to maintain a blog. We will use this feature to make announcements. The blog is also available in the Atom syndication format here.</description>
</item>
</channel>
</rss>