Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./main.pdf
asset_path: ./diogo-correia-cv.pdf
asset_name: diogo-correia-cv.pdf
asset_content_type: pdf
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Files placed at build time
vendor*
# Build output
*.pdf

# Nix
Expand Down
24 changes: 19 additions & 5 deletions alias.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "template/lib.typ": https, github_href
#import "template/lib.typ": github_href, https

#let sub(name, href: "") = {
if href != "" {
Expand Down Expand Up @@ -28,11 +28,25 @@
// projects
#let neuroglass = sub("NeuroGlass", href: "neuroglass.com")
#let ohif = sub("OHIF", href: "ohif.org")
#let neuroglancer = sub("Neuroglancer", href: github_href("google", repo: "neuroglancer"))
#let neuroglancer = sub("Neuroglancer", href: github_href(
"google",
repo: "neuroglancer",
))
#let monai = sub("MONAI", href: "monai.io")
#let monailabel = sub("MONAILabel", href: github_href("Project-MONAI", repo: "MONAILabel"))
#let esckan = sub("ESCKAN", href: github_href("MetaCell", repo: "sckan-explorer", branch: "develop"))
#let celegans = sub("C-Elegans", href: github_href("MetaCell", repo: "c-elegans-app", branch: "develop"))
#let monailabel = sub("MONAILabel", href: github_href(
"Project-MONAI",
repo: "MONAILabel",
))
#let esckan = sub("ESCKAN", href: github_href(
"MetaCell",
repo: "sckan-explorer",
branch: "develop",
))
#let celegans = sub("C-Elegans", href: github_href(
"MetaCell",
repo: "c-elegans-app",
branch: "develop",
))
#let gitlabce = sub("GitLab CE", href: "gitlab.com/rluna-gitlab/gitlab-ce")

// tools
Expand Down
71 changes: 16 additions & 55 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading