Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_site/
6 changes: 0 additions & 6 deletions README

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# CoRN website
http://corn.cs.ru.nl/ automatically links to these files.

You can test this site locally using:

jekyll --server <port>
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<body bgcolor="#FFFFFF" text="#000000">
<h1 align="center">Coq Repository at Nijmegen</h1>

<p>
<p>
The CoRN library has very roughly been developed in the following stages, chronologically:
<ul>
<li>Fundamental Theorem of Algebra and the algebraic hierarchy. (Geuvers, Pollack, Wiedijk and Zwanenburg)</li>
Expand All @@ -37,8 +37,14 @@ <h1 align="center">Coq Repository at Nijmegen</h1>

See the publications section for a longer description.<br>

<div align="center">
<a href="pub.html">[Publications]</a>
<h2>Install with OPAM</h2>
<p>Make sure that you added the <a href="coq.io/opam/">Coq repository</a>:</p>
<pre>opam repo add coq-released https://coq.inria.fr/opam/released</pre>
<p>and run:</p>
<pre>opam install coq-corn</pre>

<div align="center">
<a href="pub.html">[Publications]</a>
<a href="http://github.com/c-corn/corn">[Sources]</a>
<a href="mailto:c-corn@science.ru.nl">[Contact]</a>
</body>
Expand Down