2021-06-25 11:39:57 +09:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<title>CBSデータ共有プラットフォーム:CBS-DSP</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" />
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<!-- Navbar (sit on top) -->
|
|
|
|
|
<header class="w3-top w3-bar w3-white w3-card" id="cbsDspNavbar">
|
|
|
|
|
<a href="#home" class="w3-bar-item w3-button">
|
|
|
|
|
<div class="cbs-dsp-logo">
|
|
|
|
|
<span class="w3-hide">CBSデータ共有プラットフォーム:CBS-DSP</span>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
<nav class="cbs-dsp-navbar-links">
|
|
|
|
|
<!-- Right-sided navbar links -->
|
|
|
|
|
<div class="w3-hide-small w3-right">
|
|
|
|
|
<a href="#observation" class="w3-bar-item w3-button cbs-dsp-navbar-item"><i class="fas fa-binoculars"></i> データリポジトリ総覧</a>
|
|
|
|
|
<a href="https://brainminds.jp/en/" class="w3-bar-item w3-button cbs-dsp-navbar-item" target="_blank" rel="noopener noreferrer"><i class="fas fa-brain"></i> Brain/MINDSプロジェクト</a>
|
|
|
|
|
<a href="#archive" class="w3-bar-item w3-button cbs-dsp-navbar-item"><i class="fas fa-database"></i> BSI DBアーカイブ</a>
|
|
|
|
|
<a href="#termofuse" class="w3-bar-item w3-button cbs-dsp-navbar-item"><i class="fas fa-file-signature"></i> 利用規約</a>
|
|
|
|
|
<div class="w3-dropdown-hover cbs-dsp-navbar-item">
|
|
|
|
|
<button class="w3-bar-item w3-button w3-clear"><i class="fas fa-globe"></i> Language</button>
|
|
|
|
|
<div class="w3-dropdown-content w3-bar-block w3-border">
|
|
|
|
|
<a href="./" class="w3-bar-item w3-button">English</a>
|
|
|
|
|
<a href="./index.html.ja" class="w3-bar-item w3-button">Japanese</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- Hide right-floated links on small screens and replace them with a menu icon -->
|
|
|
|
|
<button class="w3-bar-item w3-button w3-hide-large w3-hide-medium cbs-dsp-navbar-links-mbutton" onclick="openSidebar()">
|
|
|
|
|
<i class="fas fa-bars"></i>
|
|
|
|
|
</button>
|
|
|
|
|
</nav>
|
|
|
|
|
</header>
|
|
|
|
|
|
|
|
|
|
<!-- Sidebar on small screens when clicking the menu icon -->
|
|
|
|
|
<nav class="w3-sidebar w3-bar-block w3-black w3-card w3-animate-left w3-hide-medium w3-hide-large" id="cbsDspSidebar">
|
|
|
|
|
<a href="javascript:void(0)" onclick="closeSidebar()" class="w3-bar-item w3-button w3-large w3-padding-16">閉じる ×</a>
|
|
|
|
|
<a href="#observation" onclick="closeSidebar()" class="w3-bar-item w3-button"><i class="fas fa-binoculars"></i> データリポジトリ総覧</a>
|
|
|
|
|
<a href="https://brainminds.jp/en/" onclick="closeSidebar()" class="w3-bar-item w3-button" target="_blank" rel="noopener noreferrer"><i class="fas fa-brain"></i> Brain/MINDSプロジェクト</a>
|
|
|
|
|
<a href="#archive" onclick="closeSidebar()" class="w3-bar-item w3-button"><i class="fas fa-database"></i> BSI DBアーカイブ</a>
|
|
|
|
|
<a href="#termofuse" onclick="closeSidebar()" class="w3-bar-item w3-button"><i class="fas fa-file-signature"></i> 利用規約</a>
|
|
|
|
|
<div class="w3-dropdown-hover cbs-dsp-navbar-item">
|
|
|
|
|
<button class="w3-bar-item w3-button w3-clear"><i class="fas fa-globe"></i> Language</button>
|
|
|
|
|
<div class="w3-dropdown-content w3-bar-block w3-dark-gray">
|
|
|
|
|
<a href="./" class="w3-bar-item w3-button">English</a>
|
|
|
|
|
<a href="./index.html.ja" class="w3-bar-item w3-button">Japanese</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
<!-- Home -->
|
|
|
|
|
<section class="w3-display-container" id="home">
|
|
|
|
|
<div class="w3-text-white cbs-dsp-section">
|
|
|
|
|
<h1 class="w3-text-orange">CBSデータ共有プラットフォーム</h1>
|
|
|
|
|
<p class="w3-large">CBSデータ共有プラットフォーム(CBS-DSP)は、オープンな神経科学データの解析プラットフォームを実現し、CBSの各個人の研究分野を広げることを目的としています。包括的なデータ収集を可能にすることで、CBSの研究者がデータに基づいたクロスモーダルな神経科学を生み出し活性化することを可能にします。また、このプラットフォームを理研全体に拡大することを計画しており、CBSの研究者が神経科学以外の研究分野を広げることを期待しています。</p>
|
|
|
|
|
<p class="w3-right-align w3-padding-16">
|
|
|
|
|
<button class="w3-button w3-white w3-padding-large w3-large w3-margin-top" onclick="showMemberList()">CBSデータ共有WG</button>
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<!-- member list -->
|
|
|
|
|
<div id="memberlist" class="w3-modal w3-black" onclick="this.style.display='none'">
|
|
|
|
|
<span class="w3-button w3-xxlarge w3-black w3-padding-large w3-display-topright" title="Close Member list">×</span>
|
|
|
|
|
<div class="w3-modal-content w3-animate-zoom w3-center w3-transparent w3-padding-64">
|
|
|
|
|
<div class="w3-card w3-white w3-left-align">
|
|
|
|
|
<h1 class="w3-center">CBSデータ共有WG</h1>
|
|
|
|
|
<ul class="w3-xlarge">
|
|
|
|
|
<li>下郡 智美 (代表)</li>
|
|
|
|
|
<li>藤澤 茂義 (副代表)</li>
|
|
|
|
|
<li>Andrea BENUCCI</li>
|
|
|
|
|
<li>柴田 和久</li>
|
|
|
|
|
<li>髙田 篤</li>
|
|
|
|
|
<li>Alexander WOODWARD</li>
|
|
|
|
|
<li>田中 啓治</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- Database repository observation -->
|
|
|
|
|
<section class="w3-display-container cbs-dsp-section" id="observation">
|
|
|
|
|
<h1 class="w3-center"><i class="fas fa-binoculars"></i> データリポジトリ総覧</h1>
|
|
|
|
|
<div class="w3-row-padding w3-center">
|
|
|
|
|
<div class="w3-col l6 m6 w3-margin-bottom">
|
2021-11-03 15:20:41 +09:00
|
|
|
|
<a href="https://neurodata.riken.jp/mdrs/explorer/">
|
2021-06-25 11:39:57 +09:00
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<i class="fas fa-search w3-margin-bottom w3-jumbo w3-center"></i>
|
|
|
|
|
<h2>データセット検索</h2>
|
|
|
|
|
<p>CBS-DSPインベントリーにより、すべての登録データを検索し、生データへ辿り着くことができます。</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l6 m6 w3-margin-bottom">
|
|
|
|
|
<a href="#labs">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<i class="fas fa-users w3-margin-bottom w3-jumbo"></i>
|
|
|
|
|
<h2>研究室一覧</h2>
|
|
|
|
|
<p>研究室/代表研究者よるデータコレクション</p>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l6 m6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<i class="fas fa-file-alt w3-margin-bottom w3-jumbo"></i>
|
|
|
|
|
<h2>論文リスト</h2>
|
|
|
|
|
<p>リポジトリのデータを活用した論文のリスト</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l6 m6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<i class="fas fa-th w3-margin-bottom w3-jumbo"></i>
|
|
|
|
|
<h2>データタイプ</h2>
|
|
|
|
|
<p>データタイプ一覧 (分子, 電気生理, 構造、イメージング)</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- List of laboratories -->
|
|
|
|
|
<section class="w3-display-container w3-light-grey cbs-dsp-section" id="labs">
|
|
|
|
|
<h1 class="w3-center"><i class="fas fa-users"></i> 研究室一覧</h1>
|
|
|
|
|
<p class="w3-center w3-large">研究室/代表研究者によるデータコレクション</p>
|
|
|
|
|
<div class="w3-display-container">
|
|
|
|
|
<ul class="w3-large">
|
2021-11-03 15:20:41 +09:00
|
|
|
|
<li><a href="https://neurodata.riken.jp/mdrs/explorer/?id=1">脳発達分子メカニズム研究チーム (下郡智美, Ph.D.)</a></li>
|
|
|
|
|
<li><a href="https://neurodata.riken.jp/mdrs/explorer/?id=2">認知機能表現研究チーム (田中啓治, Ph.D.)</a></li>
|
2021-06-25 11:39:57 +09:00
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- BSI database archive -->
|
|
|
|
|
<section class="w3-display-container cbs-dsp-section" id="archive">
|
|
|
|
|
<h1 class="w3-center"><i class="fas fa-database"></i> BSIデータベースアーカイブ</h1>
|
|
|
|
|
<div class="w3-display-container w3-row-padding">
|
|
|
|
|
<div class="w3-col l6">
|
|
|
|
|
<h2>INCF日本ノード</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://www.neuroinf.jp/" target="_blank" rel="noopener noreferrer">INCF日本ノードポータル</a></li>
|
|
|
|
|
<li><a href="https://visiome.neuroinf.jp/" target="_blank" rel="noopener noreferrer">Visiomeプラットフォーム</a></li>
|
|
|
|
|
<li><a href="https://bmi.neuroinf.jp/" target="_blank" rel="noopener noreferrer">BMIプラットフォーム</a></li>
|
|
|
|
|
<li><a href="https://nimg.neuroinf.jp/" target="_blank" rel="noopener noreferrer">ニューロイメージングプラットフォーム</a></li>
|
|
|
|
|
<li><a href="https://invbrain.neuroinf.jp/" target="_blank" rel="noopener noreferrer">無脊椎動物脳プラットフォーム</a></li>
|
|
|
|
|
<li><a href="https://cerebellum.neuroinf.jp/" target="_blank" rel="noopener noreferrer">小脳プラットフォーム (旧バージョン)</a></li>
|
|
|
|
|
<li><a href="https://www.hokatsu-nou.neuroinf.jp/" target="_blank" rel="noopener noreferrer">包括脳ネットワーク</a></li>
|
|
|
|
|
<li><a href="https://cbsn.neuroinf.jp/" target="_blank" rel="noopener noreferrer">包括脳プラットフォーム</a></li>
|
|
|
|
|
<li><a href="https://open.neuroinf.jp/" target="_blank" rel="noopener noreferrer">オープンニューロリポジトリ</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l6">
|
|
|
|
|
<h2>BSI Neuroinformatics</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://bsi-ni.brain.riken.jp/" target="_blank" rel="noopener noreferrer">BSI-NIプロジェクト</a></li>
|
|
|
|
|
<li><a href="https://celloc3d.brain.riken.jp/" target="_blank" rel="noopener noreferrer">CelLoc3D</a></li>
|
|
|
|
|
<li><a href="https://brainatlas.brain.riken.jp/" target="_blank" rel="noopener noreferrer">Brain Atlas</a></li>
|
|
|
|
|
<li><a href="https://pupil.brain.riken.jp/" target="_blank" rel="noopener noreferrer">Pupilプラットフォーム</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
<h2>Tool</h2>
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="https://xoonips.osdn.jp/" target="_blank" rel="noopener noreferrer">XooNIps</a></li>
|
|
|
|
|
<li><a href="https://cosmodb.osdn.jp/" target="_blank" rel="noopener noreferrer">CosmoDB</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- Term of use -->
|
|
|
|
|
<section class="w3-container w3-light-grey cbs-dsp-section" id="termofuse">
|
|
|
|
|
<h1 class="w3-center"><i class="fas fa-file-signature"></i> 利用規約</h1>
|
|
|
|
|
<h2>CBS-DSPデータポリシー</h2>
|
|
|
|
|
<p class="w3-large">私たちの目標は、分子、解剖学、機能データを統合した検索可能なデータプラットフォームを構築し、マウス、ヒト、霊長類の脳に関する包括的な研究を行うことです。</p>
|
|
|
|
|
<p class="w3-large">すべてのデータの作成、保存、メタデータの追加は、各研究室の責任者のもとで行われます。現在、データへのアクセスはCBSのメンバーに限定されています。</p>
|
|
|
|
|
<h2>免責事項</h2>
|
|
|
|
|
<p class="w3-large">CBSメンバーの中には、提出したデータの全部または一部について、特許権、著作権、またはその他の知的財産権を主張される方がいらっしゃるかも知れません。しかしながら、CBS NIUは、それらの主張の妥当性を評価する立場にはないため、CBS-DSPに含まれる情報の使用、コピー、配布に関してコメントや無制限の許可を与えることはできかねますことご承知ください。</p>
|
|
|
|
|
<h2>引用および謝辞について</h2>
|
|
|
|
|
<p class="w3-large">CBS-DSPを利用した研究者が研究成果を論文や学会等で発表する際には、参照したデータセットを引用するとともにCBS-DSPおよびデータを創出した研究室への謝辞の記載をお願いします。</p>
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
|
|
<!-- Footer -->
|
|
|
|
|
<footer id="footer" class="w3-center w3-black w3-padding-64">
|
|
|
|
|
<div class="cbs-dsp-tothetop">
|
|
|
|
|
<a href="#home" class="w3-button w3-light-grey"><i class="fas fa-arrow-up w3-margin-right"></i>トップへ</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-display-container w3-row-padding cbs-dsp-links">
|
|
|
|
|
<div class="w3-col l3 m3 s6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<button class="w3-button w3-light-gray w3-block">
|
|
|
|
|
<a href="http://www.riken.jp/" alt="理化学研究所" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<p>RIKEN</p>
|
|
|
|
|
<img src="./assets/images/link-riken.png" alt="理化学研究所" />
|
|
|
|
|
</a>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l3 m3 s6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<button class="w3-button w3-light-gray w3-block">
|
|
|
|
|
<a href="https://cbs.riken.jp/" alt="理化学研究所 脳神経科学研究センター" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<p>RIKEN CBS</p>
|
|
|
|
|
<img src="./assets/images/link-cbs.png" alt="理化学研究所 脳神経科学研究センター" />
|
|
|
|
|
</a>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l3 m3 s6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<div class="w3-button w3-light-gray w3-block">
|
|
|
|
|
<a href="https://olsp.riken.jp/" alt="理研オープンライフサイエンスプラットフォーム" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<p>RIKEN OLSP</p>
|
|
|
|
|
<img src="./assets/images/link-olsp.png" alt="理研オープンライフサイエンスプラットフォーム" />
|
|
|
|
|
</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="w3-col l3 m3 s6 w3-margin-bottom">
|
|
|
|
|
<div class="w3-card">
|
|
|
|
|
<button class="w3-button w3-light-gray w3-block">
|
|
|
|
|
<a href="https://www.ni.riken.jp/" alt="理化学研究所 脳神経科学研究センター 神経情報基盤開発ユニット" target="_blank" rel="noopener noreferrer">
|
|
|
|
|
<p>CBS NIU</p>
|
|
|
|
|
<img src="./assets/images/link-niu.png" alt="理化学研究所 脳神経科学研究センター 神経情報基盤開発ユニット" />
|
|
|
|
|
</a>
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<p class="cbs-copyright">© <a href="https://www.ni.riken.jp/" target="_blank">理化学研究所 脳神経科学研究センター 神経情報基盤開発ユニット</a></p>
|
|
|
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
var cbsDspSidebar = document.getElementById("cbsDspSidebar");
|
|
|
|
|
|
|
|
|
|
function openSidebar() {
|
|
|
|
|
if (cbsDspSidebar.style.display === "block") {
|
|
|
|
|
cbsDspSidebar.style.display = "none";
|
|
|
|
|
} else {
|
|
|
|
|
cbsDspSidebar.style.display = "block";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function closeSidebar() {
|
|
|
|
|
cbsDspSidebar.style.display = "none";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
function showMemberList() {
|
|
|
|
|
document.getElementById("memberlist").style.display = "block";
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
<script src="https://polyfill.io/v3/polyfill.min.js?features=Math.hypot%2CURL%2CArray.prototype.includes"></script>
|
|
|
|
|
<script src="./assets/js/tsneko.js"></script>
|
|
|
|
|
<script>
|
|
|
|
|
function randomInt(min, max) {
|
|
|
|
|
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
|
|
|
}
|
|
|
|
|
var params = new URLSearchParams(window.location.search);
|
|
|
|
|
var nekoTypes = ["ace", "air", "black", "blue", "calico", "colourful", "dave", "earth", "fancy", "fire", "ghetto", "ghost", "gray", "holiday", "jess", "kina", "kuramecha", "lucky", "lucy", "marmalade", "mermaid", "mike", "moka", "neon", "orange", "peach", "pink", "rainbow", "robot", "rose", "royal", "silver", "silversky", "socks", "spirit", "spooky", "usa", "valentine", "water", "white"];
|
|
|
|
|
var when = randomInt(0, 10);
|
|
|
|
|
var nekoType = "socks";
|
|
|
|
|
if (params.has("neko")) {
|
|
|
|
|
when = 0;
|
|
|
|
|
nekoType = params.get("neko") || "socks";
|
|
|
|
|
if (nekoType === "random") {
|
|
|
|
|
nekoType = nekoTypes[randomInt(0, nekoTypes.length - 1)];
|
|
|
|
|
} else if (!nekoTypes.includes(nekoType)) {
|
|
|
|
|
nekoType = "socks";
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
if (when % 2 == 0) {
|
|
|
|
|
setTimeout(function () {
|
|
|
|
|
var neko = tsneko.runWebDefault("./assets/images/tsneko/" + nekoType);
|
|
|
|
|
}, 1000 + 30000 * when);
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|