Skip to content

Commit

Permalink
minor updates to all tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
392781 committed Jun 23, 2024
1 parent 9564c4a commit 948a405
Show file tree
Hide file tree
Showing 65 changed files with 294 additions and 207 deletions.
4 changes: 4 additions & 0 deletions docs/computing/external-sources.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ The wonderful thing about ACCESS is that the the Explore tier is available to *g

Follow this tutorial to learn how to use the Jetstream2 supercomputing facilities with your ACCESS credits. Learn to navigate Jetstream2's interface, set up VS Code, and use development containers inside Jetstream2!

## National Research Platform

The [National Research Platform](https://nationalresearchplatform.org/) is a nationally distributed computing system that is available for usage by both students and faculty. NRP provides a tool called [Nautilus](https://nationalresearchplatform.org/nautilus/) which gives researchers access to GPU enabled environments that can be run via Jupyter Notebooks from the browser. For more details, [follow the documentation for Nautilus](https://docs.nationalresearchplatform.org/) in order to gain access and learn about its usage!

## Private Options

There are many available computing options such as [Amazon Web Services](https://aws.amazon.com/), [Google Cloud](https://cloud.google.com/), and [Microsoft Azure](https://azure.microsoft.com/). They all offer some sort of "free tier" that has limited availability and computational capacity. Paid tiers offer flexible configurations (CPU, GPU, TPU) with various integrations (Jupyter, RStudio, TensorFlow, etc).
2 changes: 1 addition & 1 deletion docs/computing/jetstream2/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-03-17T04:29:58Z",
"updated": "2024-06-23T00:24:15Z",
"id": "jetstream2",
"duration": 0,
"title": "ACCESS via Jetstream2",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/computing/jetstream2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="theme-color" content="#4F7DC9">
<meta charset="UTF-8">
<title>ACCESS via Jetstream2</title>
<link rel="icon" type="image/png" href="/assets/images/favicon.ico"/>
<title>ACCESS via Jetstream2</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://storage.googleapis.com/claat-public/codelab-elements.css">
Expand All @@ -21,8 +21,9 @@
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14"></google-codelab-analytics>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="jetstream2"
title="ACCESS via Jetstream2"
environment="web"
Expand All @@ -44,6 +45,9 @@ <h2 is-upgraded>Prereqs</h2>
<li>Have previously completed Step 2 of the <a href="https://computing.pstat.ucsb.edu/docs/devcontainer/new-accounts/#1" target="_blank">PSTAT User Account Sign-up</a></li>
<li><a href="https://computing.pstat.ucsb.edu/docs/devcontainer/basic-usage/" target="_blank">Basic container usage</a> tutorial completed</li>
</ul>
<h2 is-upgraded>Useful Links</h2>
<p><a href="https://docs.google.com/document/d/1jmfMKz30vkl2BcTW1tHSaQ1kPkbIwxjjdv2Vc0s4H5k" target="_blank">Google Docs Version of Tutorial</a></p>
<p class="image-container"><img style="width: 317.50px" src="img/2ba8463b328120da.png"></p>


</google-codelab-step>
Expand Down Expand Up @@ -245,18 +249,19 @@ <h2 is-upgraded>Next Steps:</h2>
<script src="https://storage.googleapis.com/claat-public/prettify.js"></script>
<script src="https://storage.googleapis.com/claat-public/codelab-elements.js"></script>
<script src="//support.google.com/inapp/api.js"></script>

<script>
// This is to override the close / done handling on the page
// https://github.com/googlecodelabs/tools/issues/103
document.addEventListener('DOMContentLoaded', function() {
document.getElementById("arrow-back").href="/docs/computing/external-sources#nsf-access-program";
document.getElementById("arrow-back").addEventListener( 'click', function() {
document.addEventListener("DOMContentLoaded", function() {
document.getElementById("arrow-back").href="/docs/computing/external-sources#nsf-access-program";
document.getElementById("arrow-back").addEventListener( "click", function() {
window.history.back();
});
document.getElementById("done").href="/docs/computing/external-sources#nsf-access-program";
document.getElementById("done").addEventListener( 'click', function() {
});
document.getElementById("done").href="/docs/computing/external-sources#nsf-access-program";
document.getElementById("done").addEventListener( "click", function() {
window.history.back();
});
});
}, false);
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/department/printer-driver-mac/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-06-04T18:31:45Z",
"updated": "2024-06-23T00:54:08Z",
"id": "printer-driver-mac",
"duration": 0,
"title": "Printer Driver Installation - MacOS",
Expand All @@ -18,6 +18,6 @@
"web"
],
"tags": [],
"feedback": "https://github.com/UCSB-PSTAT/wiki/issues",
"feedback": "https://github.com/UCSB-PSTAT/computing/issues",
"url": "printer-driver-mac"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/department/printer-driver-mac/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="theme-color" content="#4F7DC9">
<meta charset="UTF-8">
<title>Printer Driver Installation - MacOS</title>
<link rel="icon" type="image/png" href="/assets/images/favicon.ico"/>
<title>Printer Driver Installation - MacOS</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://storage.googleapis.com/claat-public/codelab-elements.css">
Expand All @@ -21,8 +21,9 @@
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14"></google-codelab-analytics>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="printer-driver-mac"
title="Printer Driver Installation - MacOS"
environment="web"
Expand All @@ -34,6 +35,9 @@ <h2 is-upgraded>Prereqs</h2>
<ul>
<li>Download of <a href="https://ucsb.box.com/s/48d6q5jk6jofygxmwoj24b32v1v62x60" target="_blank">Kyocera TASKalfa 8001i MacOS driver</a></li>
</ul>
<h2 is-upgraded>Useful Links</h2>
<p><a href="https://docs.google.com/document/d/1qt16tP26RZPOllHIvHCzWWv1KS7-M4Cs4tmr6eU16eU" target="_blank">Google Docs Version of Tutorial</a></p>
<p class="image-container"><img style="width: 317.50px" src="img/2ba8463b328120da.png"></p>


</google-codelab-step>
Expand Down Expand Up @@ -86,18 +90,19 @@ <h2 is-upgraded>Prereqs</h2>
<script src="https://storage.googleapis.com/claat-public/prettify.js"></script>
<script src="https://storage.googleapis.com/claat-public/codelab-elements.js"></script>
<script src="//support.google.com/inapp/api.js"></script>

<script>
// This is to override the close / done handling on the page
// https://github.com/googlecodelabs/tools/issues/103
document.addEventListener('DOMContentLoaded', function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( 'click', function() {
document.addEventListener("DOMContentLoaded", function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( "click", function() {
window.history.back();
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( 'click', function() {
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( "click", function() {
window.history.back();
});
});
}, false);
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/department/printer-driver-win/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-06-04T18:11:04Z",
"updated": "2024-06-23T00:54:30Z",
"id": "printer-driver-win",
"duration": 0,
"title": "Printer Driver Installation - Windows",
Expand All @@ -18,6 +18,6 @@
"web"
],
"tags": [],
"feedback": "https://github.com/UCSB-PSTAT/wiki/issues",
"feedback": "https://github.com/UCSB-PSTAT/computing/issues",
"url": "printer-driver-win"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/department/printer-driver-win/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="theme-color" content="#4F7DC9">
<meta charset="UTF-8">
<title>Printer Driver Installation - Windows</title>
<link rel="icon" type="image/png" href="/assets/images/favicon.ico"/>
<title>Printer Driver Installation - Windows</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://storage.googleapis.com/claat-public/codelab-elements.css">
Expand All @@ -21,8 +21,9 @@
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14"></google-codelab-analytics>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="printer-driver-win"
title="Printer Driver Installation - Windows"
environment="web"
Expand All @@ -34,6 +35,9 @@ <h2 is-upgraded>Prereqs</h2>
<ul>
<li>Download of <a href="https://ucsb.box.com/s/opjn0xehgpadi4zh86zr20dh868dqnbf" target="_blank">Kyocera TASKalfa 8001i Windows driver</a></li>
</ul>
<h2 is-upgraded>Useful Links</h2>
<p><a href="https://docs.google.com/document/d/16wWtuBrVarh3kZDWFhoQt3M_pVxf5t6GhvIci9KRyqI" target="_blank">Google Docs Version of Tutorial</a></p>
<p class="image-container"><img style="width: 317.50px" src="img/2ba8463b328120da.png"></p>


</google-codelab-step>
Expand Down Expand Up @@ -112,18 +116,19 @@ <h2 is-upgraded>Prereqs</h2>
<script src="https://storage.googleapis.com/claat-public/prettify.js"></script>
<script src="https://storage.googleapis.com/claat-public/codelab-elements.js"></script>
<script src="//support.google.com/inapp/api.js"></script>

<script>
// This is to override the close / done handling on the page
// https://github.com/googlecodelabs/tools/issues/103
document.addEventListener('DOMContentLoaded', function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( 'click', function() {
document.addEventListener("DOMContentLoaded", function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( "click", function() {
window.history.back();
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( 'click', function() {
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( "click", function() {
window.history.back();
});
});
}, false);
</script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions docs/department/printer-use/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-06-04T19:06:09Z",
"updated": "2024-06-23T00:53:43Z",
"id": "printer-use",
"duration": 0,
"title": "Using the Printer",
Expand All @@ -18,6 +18,6 @@
"web"
],
"tags": [],
"feedback": "https://github.com/UCSB-PSTAT/wiki/issues",
"feedback": "https://github.com/UCSB-PSTAT/computing/issues",
"url": "printer-use"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions docs/department/printer-use/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<meta name="theme-color" content="#4F7DC9">
<meta charset="UTF-8">
<title>Using the Printer</title>
<link rel="icon" type="image/png" href="/assets/images/favicon.ico"/>
<title>Using the Printer</title>
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Source+Code+Pro:400|Roboto:400,300,400italic,500,700|Roboto+Mono">
<link rel="stylesheet" href="//fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://storage.googleapis.com/claat-public/codelab-elements.css">
Expand All @@ -21,8 +21,9 @@
</style>
</head>
<body>
<google-codelab-analytics gaid="UA-49880327-14"></google-codelab-analytics>
<google-codelab-analytics gaid="UA-49880327-14" ga4id=""></google-codelab-analytics>
<google-codelab codelab-gaid=""
codelab-ga4id=""
id="printer-use"
title="Using the Printer"
environment="web"
Expand All @@ -34,6 +35,9 @@ <h2 is-upgraded>Optional</h2>
<ul>
<li>Completion of <a href="https://computing.pstat.ucsb.edu/docs/department.html#printing" target="_blank">Kyocera driver</a> installation</li>
</ul>
<h2 is-upgraded>Useful Links</h2>
<p><a href="https://docs.google.com/document/d/1WnD7ZmUyZoqdxFuk47FHCdjoTVAfQJxDqoCi-qBqxOQ" target="_blank">Google Docs Version of Tutorial</a></p>
<p class="image-container"><img style="width: 317.50px" src="img/2ba8463b328120da.png"></p>


</google-codelab-step>
Expand Down Expand Up @@ -70,18 +74,19 @@ <h2 is-upgraded>Optional</h2>
<script src="https://storage.googleapis.com/claat-public/prettify.js"></script>
<script src="https://storage.googleapis.com/claat-public/codelab-elements.js"></script>
<script src="//support.google.com/inapp/api.js"></script>

<script>
// This is to override the close / done handling on the page
// https://github.com/googlecodelabs/tools/issues/103
document.addEventListener('DOMContentLoaded', function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( 'click', function() {
document.addEventListener("DOMContentLoaded", function() {
document.getElementById("arrow-back").href="/docs/department#printing";
document.getElementById("arrow-back").addEventListener( "click", function() {
window.history.back();
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( 'click', function() {
});
document.getElementById("done").href="/docs/department#printing";
document.getElementById("done").addEventListener( "click", function() {
window.history.back();
});
});
}, false);
</script>
</body>
Expand Down
14 changes: 7 additions & 7 deletions docs/department/printer-use/redirect.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Using the Printer
parent: Department Management
nav_order: 2
permalink: /docs/department/printer-use/
---

---
title: Using the Printer
parent: Department Management
nav_order: 2
permalink: /docs/department/printer-use/
---

{% include_relative index.html %}
2 changes: 1 addition & 1 deletion docs/devcontainer/basic-usage/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2024-06-12T02:09:31Z",
"updated": "2024-06-23T00:21:47Z",
"id": "basic-usage",
"duration": 0,
"title": "Basic Container Usage",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/devcontainer/basic-usage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ <h2 is-upgraded>Prereqs</h2>
<li><a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers" target="_blank">Dev Containers</a> and <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh" target="_blank">Remote - SSH</a> Extensions. Install in VS Code by searching the extension shop using <code>ctrl</code>/⌘ + <code>shift</code> + <code>x</code> shortcut.</li>
<li>PSTAT User Account</li>
</ul>
<h2 is-upgraded>Useful Links</h2>
<p><a href="https://docs.google.com/document/d/1OZoi8dN7lrQDSSvWCPuMv8nvMI7W8OV3j02xwb5M7Fg" target="_blank">Google Docs Version of Tutorial</a></p>
<p class="image-container"><img style="width: 317.50px" src="img/2ba8463b328120da.png"></p>


</google-codelab-step>
Expand Down
4 changes: 2 additions & 2 deletions docs/devcontainer/container-management/codelab.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"format": "html",
"prefix": "https://storage.googleapis.com",
"mainga": "UA-49880327-14",
"updated": "2023-10-06T05:37:57Z",
"updated": "2024-06-23T00:27:22Z",
"id": "container-management",
"duration": 0,
"title": "Dev Container Management",
Expand All @@ -18,6 +18,6 @@
"web"
],
"tags": [],
"feedback": "https://github.com/UCSB-PSTAT/wiki/issues",
"feedback": "https://github.com/UCSB-PSTAT/computing/issues",
"url": "container-management"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 948a405

Please sign in to comment.