brainatlas.brain.riken.jp/index.html

31 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2023-07-28 22:05:26 +09:00
<!doctype html>
2022-06-08 13:15:52 +09:00
<html lang="en">
<head>
<meta charset="utf-8" />
2023-07-28 22:05:26 +09:00
<link rel="shortcut icon" href="/favicon.ico" />
2022-06-08 13:15:52 +09:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="BSI-NI Brain Atlas - This site provides the 3D atlas and the standard MRI template of Degu, Common Marmoset and Japanese Macaque Monkey."
/>
<meta name="robots" content="index,follow" />
2023-07-28 22:05:26 +09:00
<meta
name="keywords"
content="neuroinformatics, bsi-ni, brain science, xoonips, database, brain atlas, degu, japanese macaque monkey, common marmoset"
/>
<meta
name="author"
content="BSI-NI and Laboratory for Symbolic Cognitive Development, RIKEN Brain Science Institute"
/>
2022-06-08 13:15:52 +09:00
<meta name="copyright" content="Copyright &copy; 2017" />
2023-07-28 22:05:26 +09:00
<link rel="manifest" href="/manifest.json" />
2022-06-08 13:15:52 +09:00
<title>BSI-NI Brain Atlas</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
2023-07-28 22:05:26 +09:00
<script type="module" src="/src/index.tsx"></script>
2022-06-08 13:15:52 +09:00
</body>
</html>