readme.md
authorBenjamin Auder <benjamin.auder@somewhere>
Fri, 22 Jul 2016 14:44:30 +0000 (16:44 +0200)
committerBenjamin Auder <benjamin.auder@somewhere>
Fri, 22 Jul 2016 14:44:30 +0000 (16:44 +0200)
README.html [deleted file]
README.md [new file with mode: 0644]

diff --git a/README.html b/README.html
deleted file mode 100644 (file)
index d80a345..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<h1>Parallel clustering with a k-medoids algorithm</h1>
-
-<p>Joint work with <a href="http://eric.univ-lyon2.fr/~jcugliari/">Jairo Cugliari</a>.</p>
-
-<hr/>
-
-<p>This C program runs the k-medoid algorithm on several subsets of one (presumably big) dataset. 
-The computed medoids are then merged iteratively, until we get a final set of k centers.</p>
-
-<hr/>
-
-<p>The folder "communication/" contains latex sources (and generated pdf files) of a short paper submitted 
-to the Journées de Statistique in Rennes, France (2014), and also the slides presented at this event.</p>
-
-<p>The other folder contains all the C code; but not the EDF (french electricity company) datasets, because they 
-are not public. Since the (de)serialization process in code/src/TimeSeries/ is tailored for these data, 
-it is necessary to adapt this small part of the code to use any other custom time-series files.</p>
diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..103665d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Parallel clustering with a k-medoids algorithm
+
+Joint work with [Jairo Cugliari](http://eric.univ-lyon2.fr/~jcugliari/)
+
+---
+
+This C program runs the k-medoid algorithm on several subsets of one (presumably big) dataset. 
+The computed medoids are then merged iteratively, until we get a final set of k centers.
+
+---
+
+The folder "communication/" contains latex sources (and generated pdf files) of a short paper submitted 
+to the Journées de Statistique in Rennes, France (2014), and also the slides presented at this event.
+
+The other folder contains all the C code; but not the EDF (french electricity company) datasets, because they 
+are not public. Since the (de)serialization process in code/src/TimeSeries/ is tailored for these data, 
+it is necessary to adapt this small part of the code to use any other custom time-series files.