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
11 changes: 7 additions & 4 deletions .github/workflows/build_preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ jobs:
submodules: true
fetch-depth: 0

- name: Update system libs
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev --fix-missing
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install theme dependencies
run: npm install --prefix themes/capro-tw

- name: Set env parameters
run: |
Expand Down
13 changes: 7 additions & 6 deletions .github/workflows/build_production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- main
schedule:
- cron: '1 10 * * SAT'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -32,10 +30,13 @@ jobs:
hugo-version: ${{ env.hugovr }}
extended: true

- name: Update system libs
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev --fix-missing
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20

- name: Install theme dependencies
run: npm install --prefix themes/capro-tw

- name: Build 🔧
env:
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/retrieve_author_pubs.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ renv/staged/
resources/
public/
.hugo_build.lock

# Node
node_modules/
2 changes: 1 addition & 1 deletion config/_default/hugo.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baseURL: .
title: CAPRO
theme: capro-hugo
theme: capro-tw
pagination.pagerSize: '6'
summaryLength: '15'
enableGitInfo: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,3 @@ params:
Harald Schjelderups hus,
Forskningsveien 3A,
0373 Oslo

1 change: 0 additions & 1 deletion content/team/am_mowinckel/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ social : # themify icon pack : https://themify.me/themify-icons or fontawesome
link: "https://fosstodon.org/@Drmowinckels"
- icon : fa-brands fa-twitter
link : "https://twitter.com/DrMowinckels"
gscholar_id: "7NkxgWQAAAAJ"
---

With a PhD in psychology, Mo transitioned into research software and development as she saw technical solutions could aid fellow scientists in driving their projects forwards.
Expand Down
1 change: 0 additions & 1 deletion content/team/ik_amlien/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ designation : ["Data Engineer", "Cloud",
social :
- icon : "fa-brands fa-orcid"
link : "https://orcid.org/0000-0002-8508-9088"
gscholar_id: "cwQrekcAAAAJ"
---

Tech background and a PhD in psychology /neuroscience.
Expand Down
1 change: 0 additions & 1 deletion content/team/jla_warren/index.no.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ social : # themify icon pack : https://themify.me/themify-icons or fontawesome (
link : "https://github.com/jlawarren"
- icon: "fa-brands fa-orcid"
link: "https://orcid.org/0000-0002-3638-9957"
gscholar_id: "LRCb81EAAAAJ" #google scholar id, for publiations list
---

José Luis har en mangfoldig bakgrunn innen ingeniørfag (BSc), anvendt fysikk (MSc) og evolusjonsbiologi (PhD). Han liker å skape og implementere avanserte verktøy som hjelper til med å forstå komplekse mønstre innen biologi og nevrovitenskap.
1 change: 0 additions & 1 deletion content/team/mh_sneve/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ designation : ["fMRI analyses", "HPC"]
social :
- icon : "fa-brands fa-orcid"
link : "https://orcid.org/0000-0001-7644-7915"
gscholar_id: "G5SQqJ8AAAAJ"
---
Dr. Markus is highly skilled, holding a PhD in psychology. He is a dedicated researcher who consistently stays at the forefront of the field through his passion for exploring and discovering new advancements.

Expand Down
Loading
Loading