File tree Expand file tree Collapse file tree 6 files changed +49
-2
lines changed Expand file tree Collapse file tree 6 files changed +49
-2
lines changed Original file line number Diff line number Diff line change @@ -339,3 +339,15 @@ OSSコミュニティである Pitagora Network のメインの活動 Pitagora M
339
339
340
340
- [ Common Workflow Language: By Michael Crusoe] ( workshop/2023/cwl-seminar )
341
341
- 2023-07-05 @ Chiba University
342
+
343
+ <script >
344
+ document .addEventListener (" DOMContentLoaded" , function () {
345
+ var elementToRemove = document .querySelector (' h1 a[href="https://pitagora-network.org/events/"]' );
346
+ if (elementToRemove) {
347
+ var parent = elementToRemove .closest (' h1' ); // Find the closest <h1> ancestor
348
+ if (parent) {
349
+ parent .remove (); // Remove the <h1> element
350
+ }
351
+ }
352
+ });
353
+ </script >
Original file line number Diff line number Diff line change 136
136
137
137
- リモート参戦
138
138
- 今後に向けて、いくつかタスクを片付けている。。。
139
+
140
+ <script>
141
+ document.addEventListener("DOMContentLoaded", function() {
142
+ var elementToRemove = document.querySelector('h1 a[href="https://pitagora-network.org/events/"]');
143
+ if (elementToRemove) {
144
+ var parent = elementToRemove.closest('h1'); // Find the closest <h1> ancestor
145
+ if (parent) {
146
+ parent.remove(); // Remove the <h1> element
147
+ }
148
+ }
149
+ });
150
+ </script>
Original file line number Diff line number Diff line change 44
44
- Issueを立てる
45
45
- Pull Request を送る
46
46
- その他データ解析に関わる人々の日々の暮らしが豊かになる開発を進める
47
+
48
+ <script >
49
+ document .addEventListener (" DOMContentLoaded" , function () {
50
+ var elementToRemove = document .querySelector (' h1 a[href="https://pitagora-network.org/events/"]' );
51
+ if (elementToRemove) {
52
+ var parent = elementToRemove .closest (' h1' ); // Find the closest <h1> ancestor
53
+ if (parent) {
54
+ parent .remove (); // Remove the <h1> element
55
+ }
56
+ }
57
+ });
58
+ </script >
Original file line number Diff line number Diff line change 43
43
- Issueを立てる
44
44
- Pull Request を送る
45
45
- その他データ解析に関わる人々の日々の暮らしが豊かになる開発を進める
46
+
47
+ <script >
48
+ document .addEventListener (" DOMContentLoaded" , function () {
49
+ var elementToRemove = document .querySelector (' h1 a[href="https://pitagora-network.org/events/"]' );
50
+ if (elementToRemove) {
51
+ var parent = elementToRemove .closest (' h1' ); // Find the closest <h1> ancestor
52
+ if (parent) {
53
+ parent .remove (); // Remove the <h1> element
54
+ }
55
+ }
56
+ });
57
+ </script >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ National Cancer Center Hospital(Tsukiji Campus)Research building 13F Room 13
14
14
15
15
### 演者 / Speaker
16
16
17
- ![ ] ( ./images/sehrish.jpg )
17
+ ![ ] ( ./images/sehrish.small. jpg )
18
18
19
19
** [ Dr. Sehrish Kanwal] ( https://findanexpert.unimelb.edu.au/profile/685501-sehrish-kanwal ) **
20
20
Senior Bioinformatician, University of Melbourne Centre for Cancer Research
@@ -33,7 +33,6 @@ Contact: tazro.ohta at chiba-u.jp
33
33
34
34
<script >
35
35
document .addEventListener (" DOMContentLoaded" , function () {
36
- // Select the specific <h1> element with the <a> tag containing the link to "https://medhackathon.github.io/2025/"
37
36
var elementToRemove = document .querySelector (' h1 a[href="https://pitagora-network.org/events/"]' );
38
37
if (elementToRemove) {
39
38
var parent = elementToRemove .closest (' h1' ); // Find the closest <h1> ancestor
You can’t perform that action at this time.
0 commit comments