Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
cosimameyer authored Nov 28, 2024
2 parents 5241541 + f711477 commit 6ab0cfd
Show file tree
Hide file tree
Showing 16 changed files with 596 additions and 314 deletions.
32 changes: 22 additions & 10 deletions .github/workflows/validate_jsons.yaml
Original file line number Diff line number Diff line change
@@ -1,35 +1,47 @@
on:
workflow_dispatch:
pull_request:
branches:
- main
paths:
- 'blogs/**'

name: Validate and clean jsons

jobs:
validate:
runs-on: macOS-latest
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
with:
fetch-depth: 5
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2

uses: actions/checkout@v4

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v12
with:
files: blogs/

- name: Cleanup json template comments
if: ${{ steps.changed-files.outputs.any_changed }}
run: |
for f in ${{ steps.changed-files.outputs.all_changed_files }}; do
echo Cleaning $f
sed -i .bk 's.//required..g' $f
rm ${f}.bk
sed -i 's.//required..g' $f
done
- name: Install cURL Headers
run: |
sudo apt-get update
sudo apt-get install libcurl4-openssl-dev
- name: Setup R
uses: r-lib/actions/setup-r@v2
with:
version: 'renv'

- name: Setup renv
uses: r-lib/actions/setup-renv@v2

- name: Validate jsons
run: Rscript 'scripts/validate_jsons.R'

Expand Down
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Now we will focus on adding new entries directly through GitHub, but you could a

## Create a new file

Create a new file in the [blogs/](blogs/) folder by [using this link](https://github.com/rladies/awesome-rladies-blogs/new/main/?filename=blogs/your-blog-url.com.json&value=%7B%0A%20%20%22title%22%3A%20%22Your%20title%22%2C%20%2F%2Frequired%0A%20%20%22subtitle%22%3A%20%22subtitle%20or%20tagline%22%2C%20%2F%2Foptional%0A%20%20%22type%22%3A%20%22blog%22%2C%20%2F%2Frequired%0A%20%20%22url%22%3A%20%22https%3A%2F%2Fyour_blog.com%22%2C%20%2F%2Frequired%0A%20%20%22photo_url%22%3A%20%22https%3A%2F%2Fyour_blog.com%2Fyour_photo.png%22%2C%20%2F%2Frequired%0A%20%20%22description%22%3A%20%22Short%20description%20of%20what%20you%20blog%20about%22%2C%0A%20%20%22language%22%3A%20%22en%22%2C%20%2F%2Frequired%0A%20%20%22rss_feed%22%3A%20%22%5Burl%5D%2Ffile.xml%22%2C%20%2F%2Frequired%0A%20%20%22authors%22%3A%20%5B%20%2F%2Frequired%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22name%22%3A%20%22Your%20Name%22%2C%20%2F%2Frequired%0A%20%20%20%20%20%20%22social_media%22%3A%20%5B%7B%0A%20%20%20%20%20%20%20%20%20%22twitter%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22mastodon%22%3A%20%22%40username%40server.org%22%2C%0A%20%20%20%20%20%20%20%20%20%22github%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22instagram%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22youtube%22%3A%20%22username%2Fend-url%22%2C%0A%20%20%20%20%20%20%20%20%20%22tiktok%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22periscope%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22researchgate%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22website%22%3A%20%22url%22%2C%0A%20%20%20%20%20%20%20%20%20%22linkedin%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22facebook%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22orcid%22%3A%20%22member%20number%22%2C%0A%20%20%20%20%20%20%20%20%20%22meetup%22%3A%20%22end-url%22%0A%20%20%20%20%20%20%7D%5D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D).
Create a new file in the [blogs/](blogs/) folder by [using this link](https://github.com/rladies/awesome-rladies-blogs/new/main/?filename=blogs/your-blog-url.com.json&value=%7B%0A%20%20%22title%22%3A%20%22Your%20title%22%2C%20%2F%2Frequired%0A%20%20%22subtitle%22%3A%20%22subtitle%20or%20tagline%22%2C%20%2F%2Foptional%0A%20%20%22type%22%3A%20%22blog%22%2C%20%2F%2Frequired%0A%20%20%22url%22%3A%20%22https%3A%2F%2Fyour_blog.com%22%2C%20%2F%2Frequired%0A%20%20%22photo_url%22%3A%20%22https%3A%2F%2Fyour_blog.com%2Fyour_photo.png%22%2C%20%2F%2Frequired%0A%20%20%22description%22%3A%20%22Short%20description%20of%20what%20you%20blog%20about%22%2C%0A%20%20%22language%22%3A%20%22en%22%2C%20%2F%2Frequired%0A%20%20%22rss_feed%22%3A%20%22%5Burl%5D%2Ffile.xml%22%2C%20%2F%2Frequired%0A%20%20%22authors%22%3A%20%5B%20%2F%2Frequired%0A%20%20%20%20%7B%0A%20%20%20%20%20%20%22name%22%3A%20%22Your%20Name%22%2C%20%2F%2Frequired%0A%20%20%20%20%20%20%22social_media%22%3A%20%5B%7B%0A%20%20%20%20%20%20%20%20%20%22twitter%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22mastodon%22%3A%20%22%40username%40server.org%22%2C%0A%20%20%20%20%20%20%20%20%20%22bluesky%22%3A%20%22%40username.domain%22%2C%0A%20%20%20%20%20%20%20%20%20%22github%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22instagram%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22youtube%22%3A%20%22username%2Fend-url%22%2C%0A%20%20%20%20%20%20%20%20%20%22tiktok%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22periscope%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22researchgate%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22website%22%3A%20%22url%22%2C%0A%20%20%20%20%20%20%20%20%20%22linkedin%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22facebook%22%3A%20%22username%22%2C%0A%20%20%20%20%20%20%20%20%20%22orcid%22%3A%20%22member%20number%22%2C%0A%20%20%20%20%20%20%20%20%20%22meetup%22%3A%20%22end-url%22%0A%20%20%20%20%20%20%7D%5D%0A%20%20%20%20%7D%0A%20%20%5D%0A%7D).

This link will fork the repository to your user account, and initiate a new file with some template content in it. After filling the file, please [create a PR to the main branch](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request).

Expand Down Expand Up @@ -128,6 +128,7 @@ For rendering on the website, only the three first social media items for each a
```json
"twitter": "username"
"mastodon": "@username@instance"
"bluesky": "@username.domain"
"github": "username"
"instagram": "username"
"youtube": "username/end-url"
Expand Down
3 changes: 2 additions & 1 deletion blogs/beatrizmilz.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"instagram": "beatrizmilz",
"youtube": "UCJ3RjWuqWNfKiAthnNgcv-w",
"orcid": "0000-0001-7648-6578",
"website": "https://beatrizmilz.com/"
"website": "https://beatrizmilz.com/",
"bluesky": "@beatrizmilz.bsky.social"
}]
}
]
Expand Down
3 changes: 2 additions & 1 deletion blogs/blog.djnavarro.net.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"instagram": "daniellenavarro77",
"youtube": "daniellenavarro77",
"orcid": "0000-0001-7648-6578",
"website": "https://djnavarro.net"
"website": "https://djnavarro.net",
"bluesky": "@djnavarro.bsky.social"
}]
}
]
Expand Down
3 changes: 2 additions & 1 deletion blogs/cararthompson.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"mastodon": "@[email protected]",
"github": "cararthompson",
"website": "cararthompson.com",
"linkedin": "cararthompson"
"linkedin": "cararthompson",
"bluesky": "@cararthompson.bsky.social"
}]
}
]
Expand Down
17 changes: 17 additions & 0 deletions blogs/cghlewis.com.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"title": "Crystal Lewis",
"type": "blog",
"url": "https://www.cghlewis.com",
"photo_url": "https://github.com/Cghlewis/crystal_site/blob/main/static/img/me2022v02.JPG",
"language": "en",
"authors": [
{
"name": "Crystal Lewis",
"social_media": [{
"twitter": "Cghlewis",
"bluesky": "@cghlewis.bsky.social",
"website": "https://www.cghlewis.com",
"linkedin": "crystal-lewis-922b4193/"}]
}
]
}
3 changes: 2 additions & 1 deletion blogs/citizen-statistician.org.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"mastodon": "@[email protected]",
"github": "mine-cetinkaya-rundel",
"orcid": "0000-0001-6452-2420",
"website": "http://mine-cr.com/"
"website": "http://mine-cr.com/",
"bluesky": "@minecr.bsky.social"
}]
},
{
Expand Down
3 changes: 2 additions & 1 deletion blogs/cosimameyer.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"mastodon": "@[email protected]",
"github": "cosimameyer",
"website": "https://cosimameyer.com/",
"linkedin": "cosimameyer/"
"linkedin": "cosimameyer/",
"bluesky": "@cosima.bsky.social"
}]
}
]
Expand Down
3 changes: 2 additions & 1 deletion blogs/datapedagogy.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"social_media": [{
"twitter": "MineDogucu",
"github": "mdogucu",
"linkedin": "minedogucu"
"linkedin": "minedogucu",
"bluesky": "@minedogucu.bsky.social"
}]
}
]
Expand Down
3 changes: 2 additions & 1 deletion blogs/drmowinckels.io.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"name": "Athanasia Monika Mowinckel",
"social_media": [{
"mastodon": "@[email protected]",
"github": "drmowinckels"
"github": "drmowinckels",
"bluesky": "@drmowinckels.io"
}]
}
]
Expand Down
3 changes: 2 additions & 1 deletion blogs/ellakaye.co.uk.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"mastodon": "@[email protected]",
"linkedin": "ellakaye/",
"website": "https://ellakaye.co.uk",
"orcid": "0000-0002-7300-3718"
"orcid": "0000-0002-7300-3718",
"bluesky": "@ellamkaye.bsky.social"
}]
}
]
Expand Down
36 changes: 18 additions & 18 deletions blogs/isabelizimm.github.io.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"title": "Isabel Zimmerman",
"type": "blog",
"url": "https://isabelizimm.github.io/",
"rss_feed": "https://isabelizimm.github.io/blog-r.xml",
"photo_url": "https://isabelizimm.github.io/profile.jpg",
"language": "en",
"authors": [
{
"name": "Isabel Zimmerman",
"social_media": [{
"twitter": "@isabelizimm",
"mastodon": "@[email protected]",
"github": "isabelizimm",
"linkedin": "isabel-zimmerman"
}]
}
]
}
"title": "Isabel Zimmerman",
"type": "blog",
"url": "https://isabelizimm.github.io/",
"rss_feed": "https://isabelizimm.github.io/blog-r.xml",
"photo_url": "https://isabelizimm.github.io/profile.jpg",
"language": "en",
"authors": [
{
"name": "Isabel Zimmerman",
"social_media": [{
"twitter": "@isabelizimm",
"mastodon": "@[email protected]",
"github": "isabelizimm",
"linkedin": "isabel-zimmerman"
}]
}
]
}
Loading

0 comments on commit 6ab0cfd

Please sign in to comment.