Skip to content
index.html 3.25 KiB
Newer Older
Bengfort's avatar
Bengfort committed
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8" />
    <title>Castellum</title>
    <meta http-equiv="Content-Security-Policy" content="default-src 'self'">
    <meta name="viewport" content="width=device-width">
Bengfort's avatar
Bengfort committed
    <meta name="description" content="Privacy-Compliant Subject Management for Scientific Research">
Bengfort's avatar
Bengfort committed
    <link rel="icon" href="favicon.ico">
    <link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
    <header class="block bg-grey">
        <div class="container">
            <h1>Castellum</h1>
Bengfort's avatar
Bengfort committed
            <strong class="subtitle">Privacy-Compliant Subject Management for Scientific Research</strong>
Bengfort's avatar
Bengfort committed
        </div>
    </header>

    <main>
        <section class="block">
            <div class="container">
                <h2>Features</h2>
                <div class="tiles-features">
                    <div>
                        <h3>Subject management</h3>
Bengfort's avatar
Bengfort committed
                        <p>Castellum is a central place to collect references to all data related to a subject, e.g. so it can be deleted on request.</p>
Bengfort's avatar
Bengfort committed
                    </div>
                    <div>
                        <h3>Pseudonym service</h3>
                        <p>Contact details are stored in Castellum so all other databases can work with pseudonyms instead.</p>
                    </div>
                    <div>
                        <h3>Recruitment</h3>
Bengfort's avatar
Bengfort committed
                        <p>Castellum allows you to find potential participants from an existing pool using study specific filters.</p>
Bengfort's avatar
Bengfort committed
                    </div>
                    <div>
                        <h3>Appointments</h3>
                        <p>You can manage appointments for test sessions.</p>
                    </div>
                </div>
            </div>
        </section>

Bengfort's avatar
Bengfort committed
        <section class="block bg-grey">
Bengfort's avatar
Bengfort committed
            <div class="container">
                <blockquote class="testimonial">
                    <p>Castellum makes answering GDPR requests a breeze.</p>
                    <footer><cite>Thomas Feg, Data Protection Coordinator at MPIB</cite></footer>
                </blockquote>
            </div>
        </section>

Bengfort's avatar
Bengfort committed
        <section class="block bg-green">
Bengfort's avatar
Bengfort committed
            <div class="container">
                <ul class="tiles-links">
                    <li><a href="mailto:goettel@mpib-berlin.mpg.de"><img alt="Mail" src="img/envelope-solid.svg"></a></li>
                    <li><a href="https://git.mpib-berlin.mpg.de/castellum/castellum"><img alt="Code" src="img/gitlab-brands.svg"></a></li>
                    <li><a href="https://castellum.mpib.berlin/documentation/en/"><img alt="Documentation" src="img/book-solid.svg"></a></li>
                    <li><a href="https://chat.gwdg.de/invite/EaHDQ6"><img alt="Chat" src="img/comments-solid.svg"></a></li>
                </ul>
            </div>
        </section>
    </main>

    <footer class="block bg-darkgreen">
        <div class="container">
Timo's avatar
Timo committed
            <div>© 2022, Max-Planck-Institut für Bildungsforschung</div>
Bengfort's avatar
Bengfort committed
            <div>
                <a href="https://www.mpib-berlin.mpg.de/imprint">Imprint</a>
                &middot;
                <a href="https://www.mpib-berlin.mpg.de/data-protection-information">Privacy Policy</a>
            </div>
        </div>
    </footer>
</body>
</html>