Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update website #65

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 16 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.1.6)
em-websocket (0.5.1)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.12.2)
ffi (1.17.0)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jekyll (3.7.4)
Expand All @@ -21,7 +21,7 @@ GEM
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (~> 2.3.1)
kramdown (~> 1.14)
liquid (~> 4.0)
mercenary (~> 0.3.3)
pathutil (~> 0.9)
Expand All @@ -35,10 +35,9 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.2)
rexml
liquid (4.0.3)
listen (3.2.1)
kramdown (1.17.0)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
Expand All @@ -48,20 +47,17 @@ GEM
jekyll-seo-tag (~> 2.1)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.10.3)
rb-inotify (0.10.1)
public_suffix (5.1.1)
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rouge (3.16.0)
rouge (3.30.0)
safe_yaml (1.0.5)
sass (3.7.4)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
strscan (3.1.0)

PLATFORMS
ruby
Expand All @@ -73,4 +69,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
2.1.2
2.2.15
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# rse-aunz.github.io

The GitHub-pages repository that backs the <rse-aunz.github.io> website.
The GitHub Pages repository that backs the <rse-aunz.github.io> website.

## Testing locally

- Ensure you have an up-to-date version of ruby
- Ensure you have an up-to-date version of ruby. Currently, we use ruby-2.7.2.
- In a console, change your working directory to the directory of this repository
- Run `bundle install` to install packages
- Run `bundle exec jekyll serve -D --future --watch` to run a development webserver
Expand Down
9 changes: 9 additions & 0 deletions _posts/2023-10-24-Minutes-of-SCm-30.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
layout: post
title: "RSE Steering Committee Meeting October 2023 (Tue 24th October)"
from: 2023-10-24 00:00:00 +1000
to: 2023-10-24 00:00:00 +1000
tags: ["steering Committee", "2023"]
published: true
---

RSE Steering Committee Meeting October 2023 (Tue 24th October)

- Link to [all meeting minutes on the website](https://rse-aunz.github.io/minutes/)
Expand Down
6 changes: 4 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ This community is for:

When you signup to the mailing list, please provide information including: Name, Affiliation, Role and a short description of what you do in relation to Research Software.

## Meetups in 2023
## Meetups

In 2023 RSE-AUNZ restarted organising regular local meetups. You can fill out [this form](https://forms.gle/2SHLQ5JvTokfW2rp8) to express your interest in a local meetup or volunteer to be a coordinator. Currently, we have coordinators for Canberra, Brisbane, Parkville in Melbourne and Monash in Melbourne. _Coordinator roles take about 2 hours a month, 1 hour for choosing a regular date/time/location to meet and emailing reminders to the mailing list, and 1 hour for going to the meetup itself_.
RSE-AUNZ currently hosts regular meetups in some areas. Currently, we have coordinators for Canberra, Brisbane, Parkville in Melbourne and Monash in Melbourne.

You can fill out [this form](https://forms.gle/2SHLQ5JvTokfW2rp8) to express your interest in a local meetup or volunteer to be a coordinator. _Coordinator roles take about 2 hours a month, 1 hour for choosing a regular date/time/location to meet and emailing reminders to the mailing list, and 1 hour for going to the meetup itself_.


## About the RSE movement
Expand Down