Skip to content

Commit

Permalink
Rename script.js to top.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akikuno committed Mar 1, 2025
1 parent 825861d commit 197e695
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 15 deletions.
5 changes: 3 additions & 2 deletions TSUMUGI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<link rel="stylesheet" href="./css/top.css">

<!-- JavaScript -->
<script src="js/script.js" defer></script>
<script src="js/top.js" defer></script>

</head>

Expand Down Expand Up @@ -94,7 +94,8 @@

<p>TSUMUGI v0.1.3</p>
<div class="contact">
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev" target="_blank">GitHub</a>
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev"
target="_blank">GitHub</a>
<i class="fa-regular fa-envelope"></i> akuno[at]md.tsukuba.ac.jp
</div>
<!-- <p><i class="fa-regular fa-newspaper"></i><a href="https://example.com" target="_blank">Article</a> </p>-->
Expand Down
5 changes: 3 additions & 2 deletions TSUMUGI/template/template_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<link rel="stylesheet" href="./css/top.css">

<!-- JavaScript -->
<script src="js/script.js" defer></script>
<script src="js/top.js" defer></script>

</head>

Expand Down Expand Up @@ -94,7 +94,8 @@

<p>TSUMUGI v0.1.3</p>
<div class="contact">
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev" target="_blank">GitHub</a>
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev"
target="_blank">GitHub</a>
<i class="fa-regular fa-envelope"></i> akuno[at]md.tsukuba.ac.jp
</div>
<!-- <p><i class="fa-regular fa-newspaper"></i><a href="https://example.com" target="_blank">Article</a> </p>-->
Expand Down
4 changes: 2 additions & 2 deletions notebooks/notebools-web/035_phenotype_similarity.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "env-tsumugi",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -1856,7 +1856,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.8"
"version": "3.10.15"
}
},
"nbformat": 4,
Expand Down
14 changes: 7 additions & 7 deletions notebooks/notebools-web/995_generate_html_and_js.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
},
{
"cell_type": "code",
"execution_count": 13,
"execution_count": 30,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -345,7 +345,7 @@
},
{
"cell_type": "code",
"execution_count": 19,
"execution_count": 31,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -362,7 +362,7 @@
},
{
"cell_type": "code",
"execution_count": 20,
"execution_count": 32,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -381,7 +381,7 @@
},
{
"cell_type": "code",
"execution_count": 21,
"execution_count": 33,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -458,7 +458,7 @@
},
{
"cell_type": "code",
"execution_count": 24,
"execution_count": 34,
"metadata": {},
"outputs": [
{
Expand Down Expand Up @@ -506,14 +506,14 @@
},
{
"cell_type": "code",
"execution_count": 23,
"execution_count": 35,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"2025/03/02 05:19:07\n"
"2025/03/02 05:27:10\n"
]
}
],
Expand Down
5 changes: 3 additions & 2 deletions test-tsumugi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<link rel="stylesheet" href="./css/top.css">

<!-- JavaScript -->
<script src="js/script.js" defer></script>
<script src="js/top.js" defer></script>

</head>

Expand Down Expand Up @@ -94,7 +94,8 @@

<p>TSUMUGI v0.1.3</p>
<div class="contact">
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev" target="_blank">GitHub</a>
<i class="fa-brands fa-github"></i> <a href="https://github.com/akikuno/TSUMUGI-dev"
target="_blank">GitHub</a>
<i class="fa-regular fa-envelope"></i> akuno[at]md.tsukuba.ac.jp
</div>
<!-- <p><i class="fa-regular fa-newspaper"></i><a href="https://example.com" target="_blank">Article</a> </p>-->
Expand Down

0 comments on commit 197e695

Please sign in to comment.