Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAdds Notebook Learning Guide, Resolves #311 #313
Conversation
This comment has been minimized.
This comment has been minimized.
@ianmilligan1 double-check your tests https://travis-ci.org/archivesunleashed/auk/builds/554213847#L396-L399 |
This comment has been minimized.
This comment has been minimized.
codecov-io
commented
Jul 4, 2019
•
Codecov Report
@@ Coverage Diff @@
## master #313 +/- ##
=========================================
+ Coverage 89.33% 89.4% +0.06%
=========================================
Files 35 35
Lines 619 623 +4
=========================================
+ Hits 553 557 +4
Misses 66 66
Continue to review full report at Codecov.
|
Couple of small tweaks. There is also a few instances of double spaces after a full stop. |
</div> | ||
<br /> | ||
<h3 class="about_h3" id="1toc">Introduction</h3> | ||
<p class="about_p">The Archives Unleashed Cloud Notebooks require the use of Anaconda Distribution’s Jupyter Notebooks, as well as a working knowledge of the command line. For an introduction to the command line, see Ian Milligan and James Baker’s <%= link_to('Introduction to the Bash Command Line', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>.</p> |
This comment has been minimized.
This comment has been minimized.
ruebot
Jul 4, 2019
Member
The Archives Unleashed Cloud Notebooks require the use of the Anaconda Distribution.
Also:
- link: "Archives Unleashed Cloud Notebooks" to https://github.com/archivesunleashed/auk-notebooks
- link "Anaconda Distribution" to https://www.anaconda.com/distribution/
<p class="about_p">For more information on what each notebook can do, see Ryan Deschamps’s <%= link_to('"Exploring Web Archival Data through Archives Unleashed Cloud Jupyter Notebook."', 'https://news.archivesunleashed.org/exploring-web-archival-data-through-archives-unleashed-cloud-jupyter-notebooks-7605c6ca2b33', target: '_blank') %></p> | ||
<p class="about_p">Notebooks contain code and visualizations like the following one from <strong>auk-notebook-network</strong>:</p> | ||
<%= image_tag("Notebook-04.png", alt: "The Jupyter Notebook Network example.", class:"body_img")%> | ||
<p class="about_p">In order to use each notebook, click on the notebook from the directory list — the notebook will open in a new tab or window. Each notebook has been pre-loaded with sample data from the B.C. Teachers' Labor Dispute (2014) collection from the University of Victoria Libraries. This data is great to play with in order to learn how the tools work! Once you are ready to load your own data, there are a few extra steps to load it into the notebooks.</p> |
This comment has been minimized.
This comment has been minimized.
Great tutorial! Content was easy to follow, layout was clean (really like the use of helper boxes for extra info). Just have a few suggestions. |
<br /> | ||
<h3 class="about_h3" id="1toc">Introduction</h3> | ||
<p class="about_p">The <%= link_to('Archives Unleashed Cloud Notebooks', 'https://github.com/archivesunleashed/auk-notebooks', target: '_blank') %> require the use of the <%= link_to('Anaconda Distribution','https://www.anaconda.com/distribution/', target: '_blank') %>, as well as a working knowledge of the command line. For an introduction to the command line, see Ian Milligan and James Baker’s <%= link_to('Introduction to the Bash Command Line', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>.</p> | ||
<p class="about_p">The Cloud Notebooks also require the use of the Archives Unleashed Cloud and an Archive-It account, in order to run and process Archives Unleashed WARC files. The Archives Unleashed Cloud <%= link_to('documentation', '/documentation', target: '_blank') %> will get you started on creating an account and linking your Archive-It account to the Archives Unleashed Cloud. We will be using the Archives Unleashed Cloud in order to generate the derivatives used with the Cloud Notebooks for text, domain, and network analysis.</p> |
This comment has been minimized.
This comment has been minimized.
<h3 class="about_h3" id="1toc">Introduction</h3> | ||
<p class="about_p">The <%= link_to('Archives Unleashed Cloud Notebooks', 'https://github.com/archivesunleashed/auk-notebooks', target: '_blank') %> require the use of the <%= link_to('Anaconda Distribution','https://www.anaconda.com/distribution/', target: '_blank') %>, as well as a working knowledge of the command line. For an introduction to the command line, see Ian Milligan and James Baker’s <%= link_to('Introduction to the Bash Command Line', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>.</p> | ||
<p class="about_p">The Cloud Notebooks also require the use of the Archives Unleashed Cloud and an Archive-It account, in order to run and process Archives Unleashed WARC files. The Archives Unleashed Cloud <%= link_to('documentation', '/documentation', target: '_blank') %> will get you started on creating an account and linking your Archive-It account to the Archives Unleashed Cloud. We will be using the Archives Unleashed Cloud in order to generate the derivatives used with the Cloud Notebooks for text, domain, and network analysis.</p> | ||
<p class="about_p">This tutorial was originally created to be used with the Mac OS. There are minor differences to running commands on Windows or Linux, as per the <%= link_to('lesson here', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>. Once the Cloud notebooks have been cloned to your system, the minor operating system differences should disappear!</p> |
This comment has been minimized.
This comment has been minimized.
SamFritz
Jul 9, 2019
Member
suggested change: "This tutorial was originally created to be used with the Mac OS...." -->
"This tutorial was created using a Mac OS. There are minor differences when running commands on Windows or Linux, as per the lesson here."
<p class="top_toc"><%=link_to('Back to Top', anchor: '#toc-top') %></p> | ||
|
||
<h3 class="about_h3" id="2toc">Getting Started</h3> | ||
<p class="about_note"><strong>Want to try out the notebooks on sample data?</strong> If so, you can jump right in by launching our notebooks in a <%= link_to('binder environment','https://mybinder.org/v2/gh/archivesunleashed/auk-notebooks/master', target: '_blank') %>. If you want to use your own data, please follow these instructions.</p> |
This comment has been minimized.
This comment has been minimized.
<p class="top_toc"><%=link_to('Back to Top', anchor: '#toc-top') %></p> | ||
|
||
<h3 class="about_h3" id="4toc">Generating the Derivatives</h3> | ||
<p class="about_p">In order to use the Cloud Notebooks with your own data, you will first need to analyze your collection using the Archives Unleashed Cloud, as described in the Cloud <%= link_to('documentation', '/documentation', target: '_blank') %>. This process can take several hours, depending on the queue of jobs running at the time. You will receive an email notification once the analysis is complete.</p> |
This comment has been minimized.
This comment has been minimized.
SamFritz
Jul 9, 2019
Member
suggestion: "depending on the queue of jobs running at the time" --> drop "at the time"
This comment has been minimized.
This comment has been minimized.
Looks good @ianmilligan1! |
<p class="about_p">The Cloud Notebooks also require the use of the Archives Unleashed Cloud and an Archive-It account, in order to run and process Archives Unleashed WARC files. The Archives Unleashed Cloud <%= link_to('documentation', '/documentation', target: '_blank') %> will get you started on creating an account and linking your Archive-It account to the Archives Unleashed Cloud. We will be using the Archives Unleashed Cloud in order to generate the derivatives used with the Cloud Notebooks for text, domain, and network analysis.</p> | ||
<p class="about_p">This tutorial was originally created to be used with the Mac OS. There are minor differences to running commands on Windows or Linux, as per the <%= link_to('lesson here', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>. Once the Cloud notebooks have been cloned to your system, the minor operating system differences should disappear!</p> | ||
<p class="about_p">The Cloud Notebooks also require the use of the Archives Unleashed Cloud and an Archive-It account to run and process Archives Unleashed WARC files. The Archives Unleashed Cloud <%= link_to('documentation', '/documentation', target: '_blank') %> will get you started on creating an account and linking your Archive-It account to the Archives Unleashed Cloud. We will be using the Archives Unleashed Cloud in order to generate the derivatives used with the Cloud Notebooks for text, domain, and network analysis.</p> | ||
<p class="about_p">This tutorial was created with MacOS. There are minor differences when running commands on Windows or Linux, as per the <%= link_to('lesson here', 'https://programminghistorian.org/en/lessons/intro-to-bash', target: '_blank') %>. Once the Cloud notebooks have been cloned to your system, the minor operating system differences should disappear!</p> |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I can merge one we sort out Sam's comments. |
ianmilligan1 commentedJul 4, 2019
GitHub issue(s):
#311
What does this Pull Request do?
This adds a new learning guide: "Getting Started with the Archives Unleashed Cloud Jupyter Notebooks," written by Sarah McTavish.
In addition, this PR:
How should this be tested?
TravisCI should turn green.
More importantly, others should give this a read and make sure it properly addresses how to install the Notebooks. I'll take the lead on updating the text and can chat with Sarah as needed.
Interested parties
@ruebot @SamFritz