Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gisma committed Jun 2, 2020
0 parents commit 4ae9f6f
Show file tree
Hide file tree
Showing 173 changed files with 26,188 additions and 0 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2018 Marburg Open Educational Resources

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
13 changes: 13 additions & 0 deletions Nature40DocumentationProject.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This documentation is brought to you as part of the [LOEWE Nature4.0 project ](https://www.uni-marburg.de/natur40) project of [Marburg University](https://www.uni-marburg.de/de),[Giessen University, ](https://www.uni-giessen.de/index.html),[Darmstadt University](https://www.tu-darmstadt.de/) and [Senckenberg](https://www.senckenberg.de/de/institute/sbik-f/) funded by [LOEWE](https://wissenschaft.hessen.de/wissenschaft/landesprogramm-loewe)


The content of this documentation is developed and hosted on Github. Thus you find the cutting edge development version is on [Natur40 Sensor-Deployment](https://https://nature40.github.io/sensor-deployment/)

This content is brought to you as part of the [LOEWE Nature4.0 documentation project](https://https://nature40.github.io/).

The responsibility for the content rests with the contributor. Statements, opinions and/or conclusions are the ones from the contributors and do not necessarily reflect the opinion of the representatives of Marburg University and or the other joint Universities.

<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
24 changes: 24 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
layout: default
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
45 changes: 45 additions & 0 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
source "https://rubygems.org"

# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
# moer: Comment out line below to loosen version restrictions.
# gem "jekyll", "~> 3.7.2"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
# moer: Comment out line below to use custom theme.
# gem "minima", "~> 2.0"

# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# moer: Add lines below to use custom theme and enable use on GitHub pages, too.
gem "github-pages", group: :jekyll_plugins


# If you have any plugins, put them here!
# moer: Add more plugins.
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.6"
gem "jekyll-admin"
gem "jekyll-paginate"
gem "jekyll-sitemap"
gem "jekyll-gist"
gem "jemoji"
gem "jekyll-include-cache"
gem "jekyll-algolia"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
#gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]

# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.0" if Gem.win_platform?



gem "jekyll", "~> 3.8"
Loading

0 comments on commit 4ae9f6f

Please sign in to comment.