Permalink
Please sign in to comment.
Showing
with
22 additions
and 0 deletions.
- +6 −0 code/README.md
- +3 −0 input/README.md
- +3 −0 output/README.md
- +4 −0 paper/README.md
- +6 −0 releases/README.md
| @@ -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. |
| @@ -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. |
| @@ -0,0 +1,3 @@ | ||
| +# The *output* folder | ||
| + | ||
| +This contains the actual language family trees in Newick format as well as some other useful information. |
| @@ -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. | ||
| + |
| @@ -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