@extends('layouts.app')

{{-- @section('title', Lang::get('resources.home_about_pagetitle')) --}}

@section('content')

<!-- Introduction -->
<section data-sr id="introduction" class="introduction u-full-width">
        <div class="container">
            <div class="row">
                <div class="twelve columns">
                    <h3 class="separator">Introduction RDR</h3>
                    <h4>
                        RDR offers institutions and researchers a comprehensive archiving
                        and publishing service with reliable storage options for backing up
                        and managing research data. With RDR you can promote research data
                        management at your institution and make an important contribution to improve
                        availability, long-term preservation and independent publication of your research data.
                    </h4>
                    <p>
                            The use of RDR as a data centre for archiving and/or publishing research data is invoiced annually. 
                            The invoice consists of a basic annual contract fee and a usage-related fee.
                    </p>
                </div>
            </div>
        </div>
    </section>

@endsection