Skip to content

Commit

Permalink
Merge branch 'gh-pages' into Issue-2462
Browse files Browse the repository at this point in the history
  • Loading branch information
anisa-hawes committed Apr 19, 2024
2 parents e53aa27 + c592bf1 commit 8cb3842
Show file tree
Hide file tree
Showing 22 changed files with 118 additions and 25 deletions.
20 changes: 19 additions & 1 deletion en/events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,22 @@ redirect_from: /events

## Upcoming Events

* Thank you for your interest in our events calendar. We don't have anything scheduled right now, but come back soon to stay updated!
* Anisa Hawes & Sofia Papastamkou, '_Programming Historian_: Presenting the growth and evolution of an open access, community-led, multilingual journal of methods in the humanities', [OPERAS Conference 2024](https://operas-eu.org/news-and-events/calendar-2/operas-conference-2024/).
Date: 24-26 April 2024
Location: Sveučilište u Zadru, Zadar, Croatia

* Matthias Gille Levenson, Célian Ringwald, Marie Flesch, Jennifer Isasi, Sofia Papastamkou, Riva Quiroga et David Valentine, 'Connecter les chapitres linguistiques de _Programming Historian_ ? Vers une table conceptuelle multilingue constituée semi-automatiquement', [Humanistica 2024](https://humanistica2024.sciencesconf.org/).
Date: 3 May 2024
Location: Hybrid – Université Moulay Ismaïl, Meknès, Morocco, & online

* Sofia Papastamkou, Stefan Krebs, Vicky Garnett, Siobhan McElduff, Anisa Hawes & Charlotte Chevrie, 'Measuring the Impact of Open Educational Resources on Digital Methods for Humanists', [DHNB 2024 8th Conference on Digital Humanities in the Nordic and Baltic Countries](https://dhnb.eu/conferences/dhnb2024/).
Date: 27-31 May 2024
Location: Menntavísindasvið Háskóla Íslands, Reykjavík, Iceland

* Anisa Hawes, Charlotte Chevrie & Anna-Maria Sichani, 'Harnessing _Programming Historian_’s CC-BY Licence to Empower Multilingual Reuse', [UK-Ireland Digital Humanities Association's annual event](https://digitalhumanities-uk-ie.org/2024-annual-event/).
Date: 4-5 June 2024
Location: University College Cork, Cork, Ireland

* Anisa Hawes, Charlotte Chevrie, Joana Vieira Paulino, Anna-Maria Sichani & Eric Brasil, 'Documenting Sustainable Workflows for a Multilingual Publishing Project and the Case of the _Programming Historian_', [DARIAH Annual Event 2024](https://annualevent.dariah.eu/).
Date: 18-21 June 2024
Location: Universidade NOVA de Lisboa, Lisbon, Portugal
6 changes: 5 additions & 1 deletion en/lessons/building-static-sites-with-jekyll-github-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ doi: 10.46430/phen0048

**At the end of this lesson**, you'll have a basic live website where you can publish content that other people can visit—it will look like [this](http://amandavisconti.github.io/JekyllDemo/)!—and you'll also have some resources to explore if you want to further customize the site.

**Requirements:** A computer (Mac/Windows/Linux are all okay, but this lesson doesn't cover some aspects of Linux use), the ability to download and install software on the computer, an internet connection that can support downloading software. Users have reported needing between 1-3 hours to complete the entire lesson.
**Requirements:** A computer (Mac/Windows/Linux are all okay, but this lesson doesn't cover some aspects of Linux use, and you may encounter some issues if you are using a Mac with an M-series (silicon) chip), the ability to download and install software on the computer, an internet connection that can support downloading software. Users have reported needing between 1-3 hours to complete the entire lesson.

{% include toc.html %}

Expand Down Expand Up @@ -154,6 +154,10 @@ Starting with macOS Catalina, zsh has replaced bash as the default shell for Mac

*If you're using a Mac computer, follow the instructions below until you hit a line that says the Windows-specific instructions are beginning.*

<div class="alert alert-warning">
Please note that if you are using a Mac with an M-series (silicon) chip, you may encounter some compatibility issues when installing Jekyll or its dependencies. If that’s the case, we advise you to follow additional installation instructions for the relevant package, either from the official documentation, or online help forums.
</div>

Open a command line window (Applications > Utilities > Terminal) and enter the code shown in the steps below (*`code is formatted like this`*), keeping [the command line tips from above](#section1-4) in mind.

### Command line tools suite <a id="section2-1"></a>
Expand Down
16 changes: 8 additions & 8 deletions en/lessons/intro-to-bash.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ doi: 10.46430/phen0037

Many of the lessons at the *Programming Historian* require you to enter commands through a **Command-Line Interface**. The usual way that computer users today interact with their system is through a **Graphical-User Interface**, or GUI. This means that when you go into a folder, you click on a picture of a file folder; when you run a program, you click on it; and when you browse the web, you use your mouse to interact with various elements on a webpage. Before the rise of GUIs in the late 1980s, however, the primary way to interact with a computer was through a command-line interface.

{% include figure.html filename="GUI.png" caption="GUI of Ian Milligan's Computer" %}
{% include figure.html filename="en-or-intro-to-bash-01.png" caption="Figure 1. GUI of Ian Milligan's Computer" %}

Command-line interfaces have advantages for computer users who need more precision in their work -- such as digital historians. They allow for more detail when running some programs, as you can add modifiers to specify *exactly* how you want your program to run. Furthermore, they can be easily automated through [scripts](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/chap_01.html), which are essentially recipes of text-based commands.

Expand All @@ -53,15 +53,15 @@ Let's start up the shell. In Windows, run Git Bash from the directory that you i

`Applications -> Utilities -> Terminal`

{% include figure.html filename="Terminal.png" caption="The Terminal.app program on OS X" %}
{% include figure.html filename="en-or-intro-to-bash-02.png" caption="Figure 2. The Terminal.app program on OS X" %}

When you run it, you will see this window.

{% include figure.html filename="Blank-Terminal.png" caption="A blank terminal screen on our OS X workstation" %}
{% include figure.html filename="en-or-intro-to-bash-03.png" caption="Figure 3. A blank terminal screen on our OS X workstation" %}

You might want to change the default visual appearance of the terminal, as eyes can strain at repeatedly looking at black text on a white background. In the default OS X application, you can open the 'Settings' menu in 'Preferences' under Terminal. Click on the 'Settings' tab and change it to a new colour scheme. We personally prefer something with a bit less contrast between background and foreground, as you'll be staring at this a great deal. 'Novel' is a soothing one as is the popular [Solarized](http://ethanschoonover.com/solarized) suite of colour palettes. For Windows users, a similar effect can be achieved using the Git Bash `Properties` tab. To reach this, right-click anywhere in the top bar and select `Properties`.

{% include figure.html filename="Settings.png" caption="The Settings Screen on the OS X Terminal Shell Application" %}
{% include figure.html filename="en-or-intro-to-bash-04.png" caption="Figure 4. The Settings Screen on the OS X Terminal Shell Application" %}

Once you are happy with the interface, let's get started.

Expand Down Expand Up @@ -89,7 +89,7 @@ You may want more information than just a list of files. You can do this by spec

`man ls`

{% include figure.html filename="man-ls.png" caption="The Manual page for the LS command" %}
{% include figure.html filename="en-or-intro-to-bash-05.png" caption="Figure 5. The Manual page for the LS command" %}

Here, you see a listing of the name of the command, the way that you can format this command and what it does. **Many of these will not make sense at this stage, but don't worry; over time you will become more familiar with them.** You can explore this page in a variety of ways: the spacebar moves down a page, or you can arrow down and arrow up throughout the document.

Expand Down Expand Up @@ -275,7 +275,7 @@ Type

You should see vim come to life before you, a command-line based text editor.

{% include figure.html filename="vim.png" caption="Vim" %}
{% include figure.html filename="en-or-intro-to-bash-06.png" caption="Figure 6. Vim" %}

If you really want to get into Vim, there is a [good Vim guide](http://vimdoc.sourceforge.net/htmldoc/quickref.html) available.

Expand All @@ -289,7 +289,7 @@ If you want to rapidly move to the end of a line, you can press: `$` and to move

Let's scroll to the top and do a minor change, such as adding a `Reader` field in the heading. Move your cursor in between **Author:** and **Translators:**, like so:

{% include figure.html filename="about-to-insert.png" caption="About to Insert a Field" %}
{% include figure.html filename="en-or-intro-to-bash-07.png" caption="Figure 7. About to Insert a Field" %}

If you just start typing, you'll get an error message or the cursor will begin jumping around. This is because you have to specify that you want to do an edit. Press the letter

Expand All @@ -309,7 +309,7 @@ To leave vim or to make saves, you have to enter a series of commands. Press `:`

>> "tolstoy.txt" [dos] 65009L, 3291681C written
{% include figure.html filename="after-writing.png" caption="After Writing the File, with Our Minor Change" %}
{% include figure.html filename="en-or-intro-to-bash-08.png" caption="Figure 8. After Writing the File, with Our Minor Change" %}

If you want to quit, type `:` again and then `q`. It will return you to the command line. As with the rest of bash, you could have also combined the two commands. Pressing `:` and then typing `wq` would have written the file and then quit. Or, if you wanted to exit **without** saving, `q!` would have quit vim and overriden the default preference to save your changes.

Expand Down
2 changes: 1 addition & 1 deletion en/lessons/topic-modeling-and-mallet.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ report.
[zombies using Google Trends]: http://arxiv.org/abs/1003.6087/
[David Blei and friends]: http://en.wikipedia.org/wiki/Latent_Dirichlet_allocation
[Mining the Dispatch]: http://dsl.richmond.edu/dispatch/
[Topic Modeling Martha Ballard's Diary]: http://historying.org/2010/04/01/topic-modeling-martha-ballards-diary/
[Topic Modeling Martha Ballard's Diary]: https://perma.cc/39CG-MNLH
[MALLET]: http://mallet.cs.umass.edu/index.php
[*Gibbs sampling*]: http://en.wikipedia.org/wiki/Gibbs_sampling
[`download MALLET`]: http://mallet.cs.umass.edu/download.php
Expand Down
5 changes: 4 additions & 1 deletion en/research.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The project team and members of the wider community are involved in a number of

## Workshops & Events

* Daniel van Strien, ‘Computer Vision for the Humanities and Social Sciences: An Introduction to Deep Learning for Image Classification’, Centre for Data, Culture and Society, University of Edinburgh, United Kingdom (21 March 2024).
* Alex Wermer-Colan, ['Learning Digital Methods with the _Programming Historian_'](https://charlesstudy.temple.edu/event/11953011), Temple University [Online], (22 February 2024).
* Carlo Blum, Adam Crymble, Vicky Garnett, Timothée Giraud, Alíz Horváth, Stefan Krebs, Ralph Marschall, Sofia Papastamkou, & Lorella Viola, 'Invisible College of Digital History: Workshop on Multilingual Educational Resources', C²DH [Online], (8 November 2023).
* Nabeel Siddiqui, 'Convolutional Neural Networks for Image Classification', University of Edinburgh [Online], (7 November 2023).
Expand Down Expand Up @@ -95,7 +96,9 @@ The project team and members of the wider community are involved in a number of

## Posters, Conference Papers, & Invited Talks

* Josir Cardoso Gomes, ['Seminário Solare de Softwares Livres para Arquitetura e Engenharia'](https://www.caurj.gov.br/seminario-solare-reune-desenvolvedores-internacionais-de-software-livre-para-arquitetura-e-urbanismo/), Conselho de Arquitetura e Urbanismo de Rio de Janeiro (CAU/RJ), Rio de Janeiro, Brazil, (30-31 October 2023).
* Joana Vieira Paulino, 'Aplicar o digital à História: porquê e para quê?', Jornadas Interdisciplinares 2024, Universidade de Évora, Évora, Portugal (12 March 2024).
* Anisa Hawes, 'An introduction to _Programming Historian_: Open, sustainable, peer-to-peer technical writing', King’s College London, United Kingdom (11 March 2024).
* Josir Cardoso Gomes, ['Seminário Solare de Softwares Livres para Arquitetura e Engenharia'](https://www.caurj.gov.br/seminario-solare-reune-desenvolvedores-internacionais-de-software-livre-para-arquitetura-e-urbanismo/), Conselho de Arquitetura e Urbanismo de Rio de Janeiro (CAU/RJ), Rio de Janeiro, Brazil (30-31 October 2023).
* Adam Crymble, 'Local/Global Digital Skills in the Humanities: Which Digital Skills to Scholars Need Here?' Research Institute for Humanities. Chinese University of Hong Kong (3 October 2023).
* Daniel Alves & Joana Vieira Paulino, ['IHC’s Digital Humanities Lab: collaborative and interdisciplinary projects with digital methods'](https://rutter-project.org/training-school/), The long life of manuscripts: from material to immaterial texts, RUTTER Project, Centro Interuniversitário de História das Ciências e da Tecnologia (CIUHCT), Universidade de Lisboa, Lisbon, (11-15 September 2023).
* James Baker & Paola Marchionni, '[Research Talk: Skills for artificial intelligence](https://soundcloud.com/user-565922160/research-talk-skills-for-artificial-intelligence-james-baker?in=user-565922160/sets/research-talk-podcast)', Jisc, (June 2023).
Expand Down
21 changes: 20 additions & 1 deletion es/eventos.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,23 @@ original: events

## Próximos eventos

* Gracias por su interés en nuestro calendario de eventos. No tenemos nada programado en este momento, ¡pero regresa pronto para mantenerte actualizado!
* Anisa Hawes & Sofia Papastamkou, '_Programming Historian_: Presenting the growth and evolution of an open access, community-led, multilingual journal of methods in the humanities', [OPERAS Conference 2024](https://operas-eu.org/news-and-events/calendar-2/operas-conference-2024/).
Fecha: 24-26 de abril de 2024
Lugar: Sveučilište u Zadru, Zadar, Croacia

* Matthias Gille Levenson, Célian Ringwald, Marie Flesch, Jennifer Isasi, Sofia Papastamkou, Riva Quiroga et David Valentine, 'Connecter les chapitres linguistiques de _Programming Historian_ ? Vers une table conceptuelle multilingue constituée semi-automatiquement', [Humanistica 2024](https://humanistica2024.sciencesconf.org/).
Fecha: 3 de mayo de 2024
Lugar: Híbrido – Université Moulay Ismaïl, Meknès, Marruecos, & en línea

* Sofia Papastamkou, Stefan Krebs, Vicky Garnett, Siobhan McElduff, Anisa Hawes & Charlotte Chevrie, 'Measuring the Impact of Open Educational Resources on Digital Methods for Humanists', [DHNB 2024 8th Conference on Digital Humanities in the Nordic and Baltic Countries](https://dhnb.eu/conferences/dhnb2024/).
Fecha: 27-31 de mayo de 2024
Lugar: Menntavísindasvið Háskóla Íslands, Reikiavik, Islandia

* Anisa Hawes, Charlotte Chevrie & Anna-Maria Sichani, 'Harnessing _Programming Historian_’s CC-BY Licence to Empower Multilingual Reuse', [UK-Ireland Digital Humanities Association's annual event](https://digitalhumanities-uk-ie.org/2024-annual-event/).
Fecha: 4-5 de junio de 2024
Lugar: University College Cork, Cork, Irlanda

* Anisa Hawes, Charlotte Chevrie, Joana Vieira Paulino, Anna-Maria Sichani & Eric Brasil, 'Documenting Sustainable Workflows for a Multilingual Publishing Project and the Case of the _Programming Historian_', [DARIAH Annual Event 2024](https://annualevent.dariah.eu/).
Fecha: 18-21 de junio de 2024
Lugar: Universidade NOVA de Lisboa, Lisboa, Portugal

3 changes: 3 additions & 0 deletions es/investigacion.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ El equipo del proyecto y los miembros de la comunidad en general están involucr

### Talleres y eventos

* Daniel van Strien, 'Computer Vision for the Humanities and Social Sciences: An Introduction to Deep Learning for Image Classification', Centre for Data, Culture and Society, University of Edinburgh, Reino Unido (21 de marzo de 2024).
* Alex Wermer-Colan, ['Learning Digital Methods with the _Programming Historian_'](https://charlesstudy.temple.edu/event/11953011), Temple University [En línea], (22 de febrero de 2024).
* Carlo Blum, Adam Crymble, Vicky Garnett, Timothée Giraud, Alíz Horváth, Stefan Krebs, Ralph Marschall, Sofia Papastamkou, & Lorella Viola, 'Invisible College of Digital History: Workshop on Multilingual Educational Resources', C²DH [En línea], (8 de noviembre de 2023).
* Nabeel Siddiqui, 'Convolutional Neural Networks for Image Classification', University of Edinburgh [En línea], (7 de noviembre de 2023).
Expand Down Expand Up @@ -92,6 +93,8 @@ El equipo del proyecto y los miembros de la comunidad en general están involucr

### Carteles, conferencias y presentaciones

* Joana Vieira Paulino, 'Aplicar o digital à História: porquê e para quê?', Jornadas Interdisciplinares 2024, Universidade de Évora, Évora, Portugal (12 de marzo de 2024).
* Anisa Hawes, 'An introduction to _Programming Historian_: Open, sustainable, peer-to-peer technical writing', King’s College London, Reino Unido (11 de marzo de 2024).
* Josir Cardoso Gomes, ['Seminário Solare de Softwares Livres para Arquitetura e Engenharia'](https://www.caurj.gov.br/seminario-solare-reune-desenvolvedores-internacionais-de-software-livre-para-arquitetura-e-urbanismo/), Conselho de Arquitetura e Urbanismo de Rio de Janeiro (CAU/RJ), Rio de Janeiro, Brasil, (30-31 de octubre, 2023).
* Adam Crymble, 'Local/Global Digital Skills in the Humanities: Which Digital Skills to Scholars Need Here?' Research Institute for Humanities. Chinese University of Hong Kong (3 de octubre, 2023).
* Daniel Alves & Joana Vieira Paulino, ['IHC’s Digital Humanities Lab: collaborative and interdisciplinary projects with digital methods'](https://rutter-project.org/training-school/), The long life of manuscripts: from material to immaterial texts, RUTTER Project, Centro Interuniversitário de História das Ciências e da Tecnologia (CIUHCT), Universidade de Lisboa, Lisboa (11-15 de septiembre, 2023).
Expand Down
Loading

0 comments on commit 8cb3842

Please sign in to comment.