cbs-dsp-frontpage/termofuse.html

57 lines
5.2 KiB
HTML
Raw Normal View History

2022-12-14 16:24:37 +09:00
<!DOCTYPE html>
<html>
<head>
<title>Term of use - CBS Data Sharing Platform</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="./assets/css/w3.css" />
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/brands.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-21LPSWHRKT"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-21LPSWHRKT');
</script>
</head>
<body>
<!-- Term of use -->
<section class="w3-container cbs-dsp-section" id="termofuse">
<h1 class="w3-center">Term of use</h1>
<h2>Terms of Use (Apr 2022)</h2>
<p class="w3-large">Efforts shall be made to appropriately present the license to use useful data, along with the scope of disclosing and sharing the data, or its disclosure/sharing flag status to the recipient of the data in order to prevent infringement on the rights of the holder of the copyright of the data. In a case where a collaborative research agreement or a Material Transfer Agreement (MTA) has been concluded, a license to use useful data shall be sought according to such an agreement.</p>
<p class="w3-large">To determine the status of data use without identifying recipients, it is necessary to ask the receivers to provide their information (such as the name and affiliation of a receiver), together with IP address and other records before downloading the data, in recognition of its being personal information. When the data is to be used as secondary-use results in research data, the license to use the useful data requires the requesting user to specify that they will provide information identifying the data providing source in the body of any published manuscript or to otherwise acknowledge the users research paper.</p>
<p class="w3-large">In preparing a license to use useful data, consideration should be given—such as including a provision to request that identifiers for references to source data or the author of the data should be used in the research paper—so that the readers of the research paper can refer to reference source data.</p>
<h2>Citation and Acknowledgement</h2>
<p class="w3-large">We request that researchers who use data from the CBS repository system (published or unpublished) in presentations and publications cite and acknowledge the CBS repository system and data production laboratory(s) for referenced dataset(s).</p>
<h2>Data Use Policy for External Users</h2>
<p class="w3-large">The CBS repository data (a.k.a. research data), tools, and resources are released under the Creative Commons Attribution 4.0 International (CC BY 4.0) License.</p>
<p class="w3-large"><a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">https://creativecommons.org/licenses/by/4.0/</a></p>
<p class="w3-large">Under this license external data users may freely download, analyze and publish results based on any open-access data and tools as soon as they are released, provided they give appropriate credit, a link to the license, and indicate if changes were made. This applies to all open-access datasets generated by individual CBS members, regardless of type or size.</p>
<p class="w3-large">Alternatively, computer programs may be released under an open-source license approved by the Open Source Initiative (<a href="https://opensource.org/licenses" target="_blank">https://opensource.org/licenses</a>). External users are responsible for verifying the nature and terms of the license before using or distributing a program.</p>
<p class="w3-large">Researchers using unpublished data are encouraged to contact the data producers to discuss possible coordinated publications; however, this is optional.</p>
<p class="w3-large">If the data that researchers intended to use are not linked to any journal publication, they are encouraged to contact the data producers to correctly understand the procedures of how these data have been obtained.</p>
</section>
<!-- Footer -->
<footer id="footer" class="w3-center w3-black w3-padding-64">
<div class="cbs-dsp-tothetop">
<a href="#termofuse" class="w3-button w3-light-grey"><i class="fas fa-arrow-up w3-margin-right"></i>To the top</a>
</div>
<p class="cbs-copyright">&copy; <a href="https://www.ni.riken.jp/" target="_blank">Neuroinformatics Unit, RIKEN Center for Brain Science</a></p>
</footer>
</body>
</html>