Skip to content

Commit eb33b98

Browse files
committed
Added Swarm Relays supplementary material
1 parent cf6f662 commit eb33b98

25 files changed

Lines changed: 1102 additions & 0 deletions

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
on: [push]
2+
3+
jobs:
4+
nikola_build:
5+
runs-on: ubuntu-latest
6+
name: 'Deploy Nikola to GitHub Pages'
7+
steps:
8+
- name: Check out
9+
uses: actions/checkout@v2
10+
- name: Install dependencies
11+
run: |
12+
python -m pip install --upgrade pip
13+
pip install --upgrade pybtex
14+
- name: Build and Deploy Nikola
15+
uses: getnikola/nikola-action@v2
7.92 MB
Binary file not shown.
213 KB
Loading

files/papers/SwarmRelays/index.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

files/papers/SwarmRelays/index.html

Lines changed: 1068 additions & 0 deletions
Large diffs are not rendered by default.

files/papers/SwarmRelays/index.js

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

files/papers/SwarmRelays/x1.png

17.4 KB
Loading

files/papers/SwarmRelays/x10.png

18.8 KB
Loading

files/papers/SwarmRelays/x11.png

16.2 KB
Loading

files/papers/SwarmRelays/x12.png

15.3 KB
Loading

0 commit comments

Comments
 (0)