Skip to content

Commit

Permalink
Add talk
Browse files Browse the repository at this point in the history
Co-Authored-By: Claudio Moroni <43729990+ClaudMor@users.noreply.github.com>
Co-Authored-By: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com>
  • Loading branch information
3 people committed May 30, 2023
1 parent 7419a3f commit 460486c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
version:
- '1.8'
# - 'nightly'
#- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand All @@ -28,7 +28,7 @@ jobs:
- x64
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1.8
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1.8
- uses: julia-actions/setup-julia@v1
with:
version: '1'
- uses: julia-actions/julia-buildpkg@v1
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,16 @@ MultilayerGraphs.jl (v1.1) and its features were announced on the following plat
- [Forem](https://forem.julialang.org/inphyt/ann-multilayergraphsjl-v11-multilayer-network-science-in-julia-2oa3);
- [Twitter](https://twitter.com/In_Phy_T/status/1612460371939581955).

## 📹 Talks

### [18th Workshop on Algorithms and Models for Web Graphs](http://www.fields.utoronto.ca/activities/22-23/waw2023)

- **When:** 2023/05/23 - 2023/05/26
- **Where:** [The Fields Institute](http://www.fields.utoronto.ca/), Toronto, Canada
- **Who:** [Pietro Monticone](https://github.com/pitmonticone) and [Claudio Moroni](https://github.com/ClaudMor)
- **What:** "Multilayer Network Science in Julia with [`MultilayerGraphs.jl`](https://github.com/JuliaGraphs/MultilayerGraphs.jl)" ([Website](http://www.fields.utoronto.ca/talks/Multilayer-Network-Science-Julia-MultilayerGraphsjl), [Slides](https://inphyt.github.io/Talks/2023/WAW/index.html), [Video](https://youtu.be/hB8Vrwkwax0))


## 📦 Related Packages

### R
Expand Down
9 changes: 9 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1004,6 +1004,15 @@ MultilayerGraphs.jl (v1.1) and its features were announced on the following plat
- [Forem](https://forem.julialang.org/inphyt/ann-multilayergraphsjl-v11-multilayer-network-science-in-julia-2oa3);
- [Twitter](https://twitter.com/In_Phy_T/status/1612460371939581955).

## 📹 Talks

### [18th Workshop on Algorithms and Models for Web Graphs](http://www.fields.utoronto.ca/activities/22-23/waw2023)

- **When:** 2023/05/23 - 2023/05/26
- **Where:** [The Fields Institute](http://www.fields.utoronto.ca/), Toronto, Canada
- **Who:** [Pietro Monticone](https://github.com/pitmonticone) and [Claudio Moroni](https://github.com/ClaudMor)
- **What:** "Multilayer Network Science in Julia with [`MultilayerGraphs.jl`](https://github.com/JuliaGraphs/MultilayerGraphs.jl)" ([Website](http://www.fields.utoronto.ca/talks/Multilayer-Network-Science-Julia-MultilayerGraphsjl), [Slides](https://inphyt.github.io/Talks/2023/WAW/index.html), [Video](https://youtu.be/hB8Vrwkwax0))

## 📦 Related Packages

### R
Expand Down

0 comments on commit 460486c

Please sign in to comment.