Skip to content

Commit e7378be

Browse files
committed
deploy: 7ddb995
1 parent 4aca973 commit e7378be

File tree

27 files changed

+1829
-33
lines changed

27 files changed

+1829
-33
lines changed

404.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -949,6 +949,27 @@
949949

950950

951951

952+
<li class="md-nav__item">
953+
<a href="/Imageomics-guide/wiki-guide/Technical-Infrastructure/" class="md-nav__link">
954+
955+
956+
<span class="md-ellipsis">
957+
Technical Infrastructure
958+
</span>
959+
960+
961+
</a>
962+
</li>
963+
964+
965+
966+
967+
968+
969+
970+
971+
972+
952973
<li class="md-nav__item">
953974
<a href="/Imageomics-guide/wiki-guide/Virtual-Environments/" class="md-nav__link">
954975

CODE_OF_CONDUCT/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,6 +1079,27 @@
10791079

10801080

10811081

1082+
<li class="md-nav__item">
1083+
<a href="../wiki-guide/Technical-Infrastructure/" class="md-nav__link">
1084+
1085+
1086+
<span class="md-ellipsis">
1087+
Technical Infrastructure
1088+
</span>
1089+
1090+
1091+
</a>
1092+
</li>
1093+
1094+
1095+
1096+
1097+
1098+
1099+
1100+
1101+
1102+
10821103
<li class="md-nav__item">
10831104
<a href="../wiki-guide/Virtual-Environments/" class="md-nav__link">
10841105

index.html

Lines changed: 98 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,25 @@
507507

508508
</li>
509509

510+
</ul>
511+
</nav>
512+
513+
</li>
514+
515+
<li class="md-nav__item">
516+
<a href="#collaborative-infrastructure-we-use" class="md-nav__link">
517+
<span class="md-ellipsis">
518+
Collaborative Infrastructure We Use
519+
</span>
520+
</a>
521+
522+
<nav class="md-nav" aria-label="Collaborative Infrastructure We Use">
523+
<ul class="md-nav__list">
524+
510525
<li class="md-nav__item">
511-
<a href="#other-pages-of-note" class="md-nav__link">
526+
<a href="#collaborative-infrastructure-diagram" class="md-nav__link">
512527
<span class="md-ellipsis">
513-
Other pages of note
528+
Collaborative Infrastructure Diagram
514529
</span>
515530
</a>
516531

@@ -519,6 +534,15 @@
519534
</ul>
520535
</nav>
521536

537+
</li>
538+
539+
<li class="md-nav__item">
540+
<a href="#other-pages-of-note" class="md-nav__link">
541+
<span class="md-ellipsis">
542+
Other pages of note
543+
</span>
544+
</a>
545+
522546
</li>
523547

524548
</ul>
@@ -1062,6 +1086,27 @@
10621086

10631087

10641088

1089+
<li class="md-nav__item">
1090+
<a href="wiki-guide/Technical-Infrastructure/" class="md-nav__link">
1091+
1092+
1093+
<span class="md-ellipsis">
1094+
Technical Infrastructure
1095+
</span>
1096+
1097+
1098+
</a>
1099+
</li>
1100+
1101+
1102+
1103+
1104+
1105+
1106+
1107+
1108+
1109+
10651110
<li class="md-nav__item">
10661111
<a href="wiki-guide/Virtual-Environments/" class="md-nav__link">
10671112

@@ -1149,10 +1194,25 @@
11491194

11501195
</li>
11511196

1197+
</ul>
1198+
</nav>
1199+
1200+
</li>
1201+
1202+
<li class="md-nav__item">
1203+
<a href="#collaborative-infrastructure-we-use" class="md-nav__link">
1204+
<span class="md-ellipsis">
1205+
Collaborative Infrastructure We Use
1206+
</span>
1207+
</a>
1208+
1209+
<nav class="md-nav" aria-label="Collaborative Infrastructure We Use">
1210+
<ul class="md-nav__list">
1211+
11521212
<li class="md-nav__item">
1153-
<a href="#other-pages-of-note" class="md-nav__link">
1213+
<a href="#collaborative-infrastructure-diagram" class="md-nav__link">
11541214
<span class="md-ellipsis">
1155-
Other pages of note
1215+
Collaborative Infrastructure Diagram
11561216
</span>
11571217
</a>
11581218

@@ -1161,6 +1221,15 @@
11611221
</ul>
11621222
</nav>
11631223

1224+
</li>
1225+
1226+
<li class="md-nav__item">
1227+
<a href="#other-pages-of-note" class="md-nav__link">
1228+
<span class="md-ellipsis">
1229+
Other pages of note
1230+
</span>
1231+
</a>
1232+
11641233
</li>
11651234

11661235
</ul>
@@ -1229,7 +1298,31 @@ <h3 id="project-management-or-organization-got-you-down">Project management or o
12291298
<p><a href="wiki-guide/Virtual-Environments/">Virtual Environments</a>: Summary of <code>conda</code> and <code>pip</code> environments: how to make, use, and share them.</p>
12301299
</li>
12311300
</ul>
1232-
<h3 id="other-pages-of-note">Other pages of note<a class="headerlink" href="#other-pages-of-note" title="Permanent link">&para;</a></h3>
1301+
<h2 id="collaborative-infrastructure-we-use">Collaborative Infrastructure We Use<a class="headerlink" href="#collaborative-infrastructure-we-use" title="Permanent link">&para;</a></h2>
1302+
<ul>
1303+
<li>GitHub<ul>
1304+
<li><a href="https://github.com/Imageomics">Institute Code Repositories</a> where we store our code (software + tools).</li>
1305+
<li>GitHub's <a href="https://docs.github.com/en">Docs</a><ul>
1306+
<li><a href="https://docs.github.com/en/repositories">Repositories</a></li>
1307+
<li><a href="https://docs.github.com/en/issues/planning-and-tracking-with-projects">GitHub Projects</a></li>
1308+
</ul>
1309+
</li>
1310+
</ul>
1311+
</li>
1312+
<li>Hugging Face<ul>
1313+
<li><a href="https://huggingface.co/imageomics">Imageomics Organization page</a> where we store our datasets and models (and their metadata).</li>
1314+
<li>Additionally, use <a href="https://huggingface.co/docs/hub/spaces">Hugging Face Spaces</a> to run demos of models and other projects.</li>
1315+
<li>Hugging Face's <a href="https://huggingface.co/docs">Docs</a><ul>
1316+
<li><a href="https://huggingface.co/docs/hub/models-the-hub">Model Hub</a></li>
1317+
<li><a href="https://huggingface.co/docs/hub/datasets-overview">Datasets</a></li>
1318+
</ul>
1319+
</li>
1320+
</ul>
1321+
</li>
1322+
</ul>
1323+
<h3 id="collaborative-infrastructure-diagram">Collaborative Infrastructure Diagram<a class="headerlink" href="#collaborative-infrastructure-diagram" title="Permanent link">&para;</a></h3>
1324+
<p><a class="glightbox" href="wiki-guide/images/index/382108831-1173cd79-db94-4326-8b6e-dcbdeb8939cd.png" data-type="image" data-width="auto" data-height="auto" data-desc-position="bottom"><img alt="tech_infrastructure_diagram" src="wiki-guide/images/index/382108831-1173cd79-db94-4326-8b6e-dcbdeb8939cd.png" /></a></p>
1325+
<h2 id="other-pages-of-note">Other pages of note<a class="headerlink" href="#other-pages-of-note" title="Permanent link">&para;</a></h2>
12331326
<ul>
12341327
<li><a href="wiki-guide/Glossary-for-Imageomics/">Glossary for Imageomics</a>: Collection of terms used in imageomics. The goal is to ensure all participating domains are represented, thus facilitating interdisciplinary communication. This is a group effort, please check it out and add terms you think should be there!</li>
12351328
<li><a href="wiki-guide/Command-Line-Cheat-Sheet/">Command Line Cheat Sheet</a>: Collection of useful bash, emacs, and git commands.</li>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 25 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,86 +2,90 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://Imageomics.github.io/Imageomics-guide/</loc>
5-
<lastmod>2024-11-15</lastmod>
5+
<lastmod>2024-11-19</lastmod>
66
</url>
77
<url>
88
<loc>https://Imageomics.github.io/Imageomics-guide/CODE_OF_CONDUCT/</loc>
9-
<lastmod>2024-11-15</lastmod>
9+
<lastmod>2024-11-19</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Command-Line-Cheat-Sheet/</loc>
13-
<lastmod>2024-11-15</lastmod>
13+
<lastmod>2024-11-19</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/GitHub-Repo-Guide/</loc>
17-
<lastmod>2024-11-15</lastmod>
17+
<lastmod>2024-11-19</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Glossary-for-Imageomics/</loc>
21-
<lastmod>2024-11-15</lastmod>
21+
<lastmod>2024-11-19</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Guide-to-GitHub-Projects/</loc>
25-
<lastmod>2024-11-15</lastmod>
25+
<lastmod>2024-11-19</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/HF_DatasetCard_Template_Imageomics/</loc>
29-
<lastmod>2024-11-15</lastmod>
29+
<lastmod>2024-11-19</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/HF_DatasetCard_Template_mkdocs/</loc>
33-
<lastmod>2024-11-15</lastmod>
33+
<lastmod>2024-11-19</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/HF_ModelCard_Template_Imageomics/</loc>
37-
<lastmod>2024-11-15</lastmod>
37+
<lastmod>2024-11-19</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/HF_ModelCard_Template_mkdocs/</loc>
41-
<lastmod>2024-11-15</lastmod>
41+
<lastmod>2024-11-19</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Handling-API-Keys/</loc>
45-
<lastmod>2024-11-15</lastmod>
45+
<lastmod>2024-11-19</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Helpful-Tools-for-your-Workflow/</loc>
49-
<lastmod>2024-11-15</lastmod>
49+
<lastmod>2024-11-19</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Hugging-Face-Repo-Guide/</loc>
53-
<lastmod>2024-11-15</lastmod>
53+
<lastmod>2024-11-19</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Metadata-Guide/</loc>
57-
<lastmod>2024-11-15</lastmod>
57+
<lastmod>2024-11-19</lastmod>
58+
</url>
59+
<url>
60+
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Technical-Infrastructure/</loc>
61+
<lastmod>2024-11-19</lastmod>
5862
</url>
5963
<url>
6064
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/The-GitHub-Pull-Request-%28PR%29-Guide/</loc>
61-
<lastmod>2024-11-15</lastmod>
65+
<lastmod>2024-11-19</lastmod>
6266
</url>
6367
<url>
6468
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/The-GitHub-Workflow/</loc>
65-
<lastmod>2024-11-15</lastmod>
69+
<lastmod>2024-11-19</lastmod>
6670
</url>
6771
<url>
6872
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/The-Hugging-Face-Dataset-Upload-Guide/</loc>
69-
<lastmod>2024-11-15</lastmod>
73+
<lastmod>2024-11-19</lastmod>
7074
</url>
7175
<url>
7276
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/The-Hugging-Face-Workflow/</loc>
73-
<lastmod>2024-11-15</lastmod>
77+
<lastmod>2024-11-19</lastmod>
7478
</url>
7579
<url>
7680
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Two-Repo-Problem/</loc>
77-
<lastmod>2024-11-15</lastmod>
81+
<lastmod>2024-11-19</lastmod>
7882
</url>
7983
<url>
8084
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/Virtual-Environments/</loc>
81-
<lastmod>2024-11-15</lastmod>
85+
<lastmod>2024-11-19</lastmod>
8286
</url>
8387
<url>
8488
<loc>https://Imageomics.github.io/Imageomics-guide/wiki-guide/When-to-think-about-branch-protections/</loc>
85-
<lastmod>2024-11-15</lastmod>
89+
<lastmod>2024-11-19</lastmod>
8690
</url>
8791
</urlset>

sitemap.xml.gz

19 Bytes
Binary file not shown.

wiki-guide/Command-Line-Cheat-Sheet/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1052,6 +1052,27 @@
10521052

10531053

10541054

1055+
<li class="md-nav__item">
1056+
<a href="../Technical-Infrastructure/" class="md-nav__link">
1057+
1058+
1059+
<span class="md-ellipsis">
1060+
Technical Infrastructure
1061+
</span>
1062+
1063+
1064+
</a>
1065+
</li>
1066+
1067+
1068+
1069+
1070+
1071+
1072+
1073+
1074+
1075+
10551076
<li class="md-nav__item">
10561077
<a href="../Virtual-Environments/" class="md-nav__link">
10571078

wiki-guide/GitHub-Repo-Guide/index.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1177,6 +1177,27 @@
11771177

11781178

11791179

1180+
<li class="md-nav__item">
1181+
<a href="../Technical-Infrastructure/" class="md-nav__link">
1182+
1183+
1184+
<span class="md-ellipsis">
1185+
Technical Infrastructure
1186+
</span>
1187+
1188+
1189+
</a>
1190+
</li>
1191+
1192+
1193+
1194+
1195+
1196+
1197+
1198+
1199+
1200+
11801201
<li class="md-nav__item">
11811202
<a href="../Virtual-Environments/" class="md-nav__link">
11821203

0 commit comments

Comments
 (0)