Skip to content
Snippets Groups Projects
Commit c8801637 authored by moon's avatar moon
Browse files

Merge branch 'master' into develop

parents 558406b6 89f43f26
No related branches found
No related tags found
No related merge requests found
......@@ -82,10 +82,11 @@
<!-- <span class="text-2xl text-white-base sm:text-center dark:text-gray-400">
</span> -->
<a
href="/privacy"
class="mr-4 hover:underline hover:text-pink-base md:mr-6"
>Privacy Policy</a>
<div class="mr-4 md:mr-6">
<a class="hover:underline hover:text-pink-base" href="/imprint">Impressum</a>
&nbsp; | &nbsp;
<a class="hover:underline hover:text-pink-base" href="/privacy">Privacy Policy</a>
</div>
<span
class="text-2xl text-black-base sm:text-center dark:text-gray-400"
......
......@@ -152,6 +152,11 @@ export default new Router({
name: 'privacy',
component: () => import('@/views/PrivacyPage'),
},
{
path: '/imprint',
name: 'imprint',
component: () => import('@/views/ImprintPage'),
},
// {
// path: '/test/:protein',
// name: 'test',
......
<template>
<div
id="page-content-wrapper"
class="flex flex-wrap justify-center mb-14"
>
<div class="w-5/6">
<h2 class="font-bold">
Imprint/Provider Identification
</h2>
<p>
The following provides mandatory data concerning the provider of this website, obligations with regard to data protection, as well as other important legal references involving the Internet site of the Crowdscouring Condesate Database and Encyclopedia (<a
href="https://cd-code.org"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>cd-code.org</a>) as required by German law.
</p>
<h3 class="font-bold">
Provider
</h3>
<p>
The provider of this Internet site is the ATPlab, that is part of the the Max Planck Institute of Molecular Cell Biology and Genetics (MPI-CBG) and within the legal meaning of the term is the registered association Max Planck Society for the Advancement of Science e.V.
</p>
<p>
Max-Planck-Gesellschaft zur Förderung der Wissenschaften e.V.<br>
Hofgartenstrasse 8<br>
D-80539 Munich<br>
Germany<br>
Phone: +49 89 2108-0<br>
Internet: <a
href="https://www.mpg.de"
class="text-pink-base hover:text-pink-base dark:hover:text-white"
>www.mpg.de</a><br>
</p>
<h3 class="font-bold">
Register of Societies and Associations
</h3>
<p>
The Max Planck Society is registered in the Official Register of Societies and Associations at Berlin-Charlottenburg Local Court under the register number VR 13378 B.
</p>
<h3 class="font-bold">
Representatives
</h3>
<p>
The Max Planck Society is legally represented by its Board of Directors, which, in turn, is represented by the President of the Society, Prof. Dr. Martin Stratmann, and by the Secretary General Rüdiger Willems (on an interim basis).
</p>
<h3 class="font-bold">
Value Added Tax Identification Number
</h3>
<p>
The value added tax identification number of the Max Planck Society is DE 129517720.
</p>
<h3 class="font-bold">
Editors
</h3>
<p>
Online editor: Agnes Toth-Petroczy<br>
<br>
Responsible editors for the contents of the CD-CODE website with regard to media law:
</p>
<h4 class="font-bold">
Agnes Toth-Petroczy
</h4>
<p>
Max-Planck-Institut für molekulare Zellbiologie und Genetik<br>
Pfotenhauerstr. 108<br>
01307 Dresden<br>
Germany<br>
Email: toth-petroczy(at)mpi-cbg.de<br>
</p>
<h3 class="font-bold">
Legal Structure
</h3>
<p>
The Max Planck Society is a non-profit research facility which is organized as a registered association. All of the institutes and facilities of the Max Planck Society are largely autonomous in terms of organization and research, but as a rule have no legal capacity of their own.
</p>
<h3 class="font-bold">
Liability for Contents of Online Information
</h3>
<p>
As the provider of contents in accordance with Section 7 Paragraph 1 of the Tele-Media Law, the Max Planck Society shall be responsible for any contents which it makes available for use in accordance with general legal provisions. The Max Planck Society makes every effort to provide timely and accurate information on this Web site. Nevertheless, errors and inaccuracies cannot be completely ruled out. Therefore, the Max Planck Society does not assume any liability for the relevance, accuracy, completeness or quality of the information provided. The Max Planck Society shall not be liable for damage of a tangible or intangible nature caused directly or indirectly through the use or failure to use the information offered and/or through the use of faulty or incomplete information unless it is verifiably culpable of intent or gross negligence. The same shall apply to any downloadable software available free of charge. The Max Planck Society reserves the right to modify, supplement, or delete any or all of the information offered on its Internet site, or to temporarily or permanently cease publication thereof without prior and separate notification.
</p>
<h3 class="font-bold">
Links to Internet Sites of Third Parties/Disclaimer
</h3>
<p>
This Internet site includes links to external pages. These external links are indicated by a straight arrow. The respective provider shall be responsible for the contents of any linked external pages. In establishing the initial link, the Max Planck Society has reviewed the respective external content in order to determine whether such link entailed possible civil or criminal responsibility. However, a constant review of linked external pages is unreasonable without concrete reason to believe that a violation of the law may be involved. If the Max Planck Society determines such or it is pointed out by others that an external offer to which it is connected via a link entails civil or criminal responsibility, then the Max Planck Society will immediately eliminate any link to this offer. The Max Planck Society expressly dissociates itself from such contents.
</p>
<h3 class="font-bold">
Copyright
</h3>
<p>
The layout, graphics employed and any other contents on the homepage of the CD-CODE Internet site are protected by copyright law.<br>
<br>
© ATPlab @ MPI-CBG, Dresden. All rights reserved.
</p>
</div>
</div>
</template>
<script>
const _ = require('lodash');
export default {
name: 'LandingPage',
components: {},
props: {
msg: String,
},
data() {
return {
driversList: [
'Undergo phase separation or self-assembly into liquid droplets independent of other proteins (1/3 stars).',
'Induce the formation of a condensate (2/3 stars).',
'Are essential for the integrity of a condensate (3/3 stars).',
],
};
},
computed: {},
methods: {},
};
</script>
<!-- Add "scoped" attribute to limit CSS to this component only -->
<style scoped>
@import url("~@/assets/bootstrap.css");
.main {
margin: 1.5rem;
}
h3 {
margin: 40px 0 0;
}
ul.a {
list-style-type: disc;
list-style-position: inside;
}
input[type="radio"] {
margin: 2px;
}
.radio-label {
margin-left: 0px;
margin-right: 5px;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment