Permalink
Browse files

Adding the basic folder structure

  • Loading branch information...
1 parent df63211 commit 052ade437a8327085a9876f37a221fa9f2c4014a @ddediu committed Aug 25, 2015
Showing with 22 additions and 0 deletions.
  1. +6 −0 code/README.md
  2. +3 −0 input/README.md
  3. +3 −0 output/README.md
  4. +4 −0 paper/README.md
  5. +6 −0 releases/README.md
View
@@ -0,0 +1,6 @@
+
+# The *code* folder
+
+This contains the [`R`](https://www.r-project.org/) code that implements the import, processing and export of the language family classifications.
+
+The code here is released under a [GPL v2](http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) license.
View
@@ -0,0 +1,3 @@
+# The *input* folder
+
+This contains the input data needed for converting the language families. Please note that each dataset is governed by its own licenses, described in the appropriate folders.
View
@@ -0,0 +1,3 @@
+# The *output* folder
+
+This contains the actual language family trees in Newick format as well as some other useful information.
View
@@ -0,0 +1,4 @@
+# The *paper* folder
+
+This contains the paper in [R Markdown](http://rmarkdown.rstudio.com/) format and can be used to generate HTML, PDF or Word output.
+
View
@@ -0,0 +1,6 @@
+# The *releases* folder
+
+This contains the official first release that accompanies the published **PAPER** as well as updates and bug-fix releases.
+
+
+

0 comments on commit 052ade4

Please sign in to comment.