- composer updates
- help document for geopackage on the dashboard - email address without [et] - removing banner on frontend
This commit is contained in:
parent
a52d029ac8
commit
a648cede36
10
composer.lock
generated
10
composer.lock
generated
|
@ -745,16 +745,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v6.18.18",
|
||||
"version": "v6.18.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "9e5226ecc28f960cba1bd38b6d1d82a52e072dc3"
|
||||
"reference": "69321afec31f4a908112e5dc8995fc91024fd971"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/9e5226ecc28f960cba1bd38b6d1d82a52e072dc3",
|
||||
"reference": "9e5226ecc28f960cba1bd38b6d1d82a52e072dc3",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/69321afec31f4a908112e5dc8995fc91024fd971",
|
||||
"reference": "69321afec31f4a908112e5dc8995fc91024fd971",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -888,7 +888,7 @@
|
|||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2020-06-02T22:32:07+00:00"
|
||||
"time": "2020-06-09T13:59:34+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laravel/tinker",
|
||||
|
|
BIN
public/docs/geopackage_v01.pdf
Normal file
BIN
public/docs/geopackage_v01.pdf
Normal file
Binary file not shown.
|
@ -81,7 +81,7 @@
|
|||
1030 Wien <br />
|
||||
<i class="fas fa-mobile-alt"></i> +43-1-7125674 <br />
|
||||
<i class="fas fa-envelope-open-text"></i>
|
||||
<a href="mailto:repository@geologie.ac.at"> repository[et]geologie.ac.at</a><br />
|
||||
<a href="mailto:repository@geologie.ac.at"> repository@geologie.ac.at</a><br />
|
||||
</h5>
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
|
|
|
@ -241,7 +241,7 @@
|
|||
1030 Wien <br />
|
||||
<i class="fas fa-mobile-alt"></i> +43-1-7125674 <br />
|
||||
<i class="fas fa-envelope-open-text"></i>
|
||||
<a href="mailto:repository@geologie.ac.at"> repository[et]geologie.ac.at</a><br />
|
||||
<a href="mailto:repository@geologie.ac.at">repository@geologie.ac.at</a><br />
|
||||
</h5>
|
||||
<ul class="social-links">
|
||||
<li>
|
||||
|
|
|
@ -11,25 +11,15 @@
|
|||
<h3 class="separator">
|
||||
@lang('resources.home_news_pagetitle')
|
||||
</h3>
|
||||
<h4>Published: 27.07.2019</h4>
|
||||
<h4>Tethys geht online!</h4>
|
||||
<p>
|
||||
re3data.org is a global registry of research data repositories. The registry covers research data
|
||||
repositories from
|
||||
different academic disciplines. re3data.org presents repositories for the permanent storage and
|
||||
access to datasets
|
||||
for researchers, funding bodies, publishers and academic institutions. re3data.org aims to promote a
|
||||
culture of
|
||||
sharing and increased access to research data.
|
||||
</p>
|
||||
<p>
|
||||
re3data.org helps researchers to find appropriate repositories for the storage and access of
|
||||
research data.
|
||||
Further, it can be used by funding organisations to promote permanent access to research data from
|
||||
their research projects.
|
||||
In addition re3data.org offers publishers and academic institutions a tool for the identification of
|
||||
research data repositories
|
||||
where scientists can deposit their data.
|
||||
</p>
|
||||
Ab 15. Juni 2020 steht das Forschungsdatenrepositorium Tethys für die Publikation von geowissenschaftlichen Forschungsdaten bereit.
|
||||
Noch wurden keine Forschungsdaten publiziert und der Publikationszähler steht daher auch noch auf Null.
|
||||
Sind dann die ersten Forschungsdaten und ihre dazugehörigen Metadaten erfolgreich publiziert worden, können diese Daten angesehen,
|
||||
heruntergeladen und lizenzkonform verwertet werden. Sobald sich mehrere Datenpublikationen auf Tethys befinden,
|
||||
können diese problemlos gesucht bzw. nach verschiedenen Kriterien gefiltert werden.
|
||||
Noch ist Tethys leer, aber nicht mehr lange!
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -66,9 +66,9 @@
|
|||
</head>
|
||||
|
||||
<body class="layout-home-html">
|
||||
<div id="trynewsite">
|
||||
{{-- <div id="trynewsite">
|
||||
<span>TETHYS Testphase</span>
|
||||
</div>
|
||||
</div> --}}
|
||||
|
||||
<!-- Menu -->
|
||||
<header class="header">
|
||||
|
|
|
@ -125,6 +125,13 @@
|
|||
@endphp --}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="pure-u-1 pure-u-md-1">
|
||||
<a href="{{ url('/docs/geopackage_v01.pdf') }}" target=_blank>
|
||||
Hilfe zu GeoPackage (GPKG)
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
@endsection
|
Loading…
Reference in New Issue
Block a user