Skip to content

Commit 460486c

Browse files
InterdisciplinaryPhysicsTeamClaudMorpitmonticone
committed
Add talk
Co-Authored-By: Claudio Moroni <[email protected]> Co-Authored-By: Pietro Monticone <[email protected]>
1 parent 7419a3f commit 460486c

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
version:
2121
- '1.8'
22-
# - 'nightly'
22+
#- 'nightly'
2323
os:
2424
- ubuntu-latest
2525
- macOS-latest
@@ -28,7 +28,7 @@ jobs:
2828
- x64
2929
steps:
3030
- uses: actions/checkout@v3
31-
- uses: julia-actions/setup-julia@v1.8
31+
- uses: julia-actions/setup-julia@v1
3232
with:
3333
version: ${{ matrix.version }}
3434
arch: ${{ matrix.arch }}
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- uses: actions/checkout@v3
61-
- uses: julia-actions/setup-julia@v1.8
61+
- uses: julia-actions/setup-julia@v1
6262
with:
6363
version: '1'
6464
- uses: julia-actions/julia-buildpkg@v1

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,16 @@ MultilayerGraphs.jl (v1.1) and its features were announced on the following plat
278278
- [Forem](https://forem.julialang.org/inphyt/ann-multilayergraphsjl-v11-multilayer-network-science-in-julia-2oa3);
279279
- [Twitter](https://twitter.com/In_Phy_T/status/1612460371939581955).
280280

281+
## 📹 Talks
282+
283+
### [18th Workshop on Algorithms and Models for Web Graphs](http://www.fields.utoronto.ca/activities/22-23/waw2023)
284+
285+
- **When:** 2023/05/23 - 2023/05/26
286+
- **Where:** [The Fields Institute](http://www.fields.utoronto.ca/), Toronto, Canada
287+
- **Who:** [Pietro Monticone](https://github.com/pitmonticone) and [Claudio Moroni](https://github.com/ClaudMor)
288+
- **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))
289+
290+
281291
## 📦 Related Packages
282292

283293
### R

docs/src/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1004,6 +1004,15 @@ MultilayerGraphs.jl (v1.1) and its features were announced on the following plat
10041004
- [Forem](https://forem.julialang.org/inphyt/ann-multilayergraphsjl-v11-multilayer-network-science-in-julia-2oa3);
10051005
- [Twitter](https://twitter.com/In_Phy_T/status/1612460371939581955).
10061006

1007+
## 📹 Talks
1008+
1009+
### [18th Workshop on Algorithms and Models for Web Graphs](http://www.fields.utoronto.ca/activities/22-23/waw2023)
1010+
1011+
- **When:** 2023/05/23 - 2023/05/26
1012+
- **Where:** [The Fields Institute](http://www.fields.utoronto.ca/), Toronto, Canada
1013+
- **Who:** [Pietro Monticone](https://github.com/pitmonticone) and [Claudio Moroni](https://github.com/ClaudMor)
1014+
- **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))
1015+
10071016
## 📦 Related Packages
10081017

10091018
### R

0 commit comments

Comments
 (0)