-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
815f70e
commit 507abb2
Showing
11 changed files
with
212 additions
and
110 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Vejledning i brug af REDCap | ||
# Vejledning i brug af REDCap {#sec-redcap} | ||
|
||
## Hvad er REDCap? | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Samtykkeerklæring {#sec-samtykkeerklæring} | ||
|
||
**Informeret samtykke til deltagelse i et sundhedsvidenskabeligt forskningsprojekt** | ||
|
||
Forskningsprojektets titel: LIVING – fysisk aktivitet i et kommunalt uddannelsestilbud til borgere med type 2-diabetes. | ||
|
||
**Erklæring fra deltager i forskningsprojektet:** | ||
|
||
Jeg har fået skriftlig og mundtlig information, og jeg ved nok om formål, metode, fordele og ulemper til at sige ja til at deltage. Jeg ved, at det er frivilligt at deltage, og at jeg altid kan trække mit samtykke tilbage uden at miste mine nuværende eller fremtidige rettigheder til behandling. Jeg giver samtykke til, at deltage i forskningsprojektet, og har fået en kopi af dette samtykkeark samt en kopi af den skriftlige information om projektet til eget brug. | ||
|
||
Navn på deltager i forskningsprojektet: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ | ||
|
||
Dato: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ | ||
|
||
Underskrift: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ | ||
|
||
Ønsker du at blive informeret om forskningsprojektets resultat samt eventuelle konsekvenser for dig?: | ||
|
||
Ja \_\_\_\_\_\_ (sæt x) Nej \_\_\_\_\_\_ (sæt x) | ||
|
||
**Erklæring fra den, der afgiver information:** | ||
|
||
Jeg erklærer, at deltageren i forskningsprojektet har modtaget mundtlig og skriftlig information om undersøgelsen. Efter min overbevisning er der givet tilstrækkelig information til, at der kan træffes beslutning om deltagelse i undersøgelsen. | ||
|
||
Navnet på den, der har afgivet information: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ | ||
|
||
Dato: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ | ||
|
||
Underskrift: \_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Udstyrsliste {#sec-udstyrsliste} | ||
|
||
**Langtidblodsukker** | ||
|
||
- [ ] Cobas B 101 apparat | ||
- [ ] 20 kasser Hba1c test kits (200 stk) | ||
- [ ] 1 kasse fingerprikker (2oo stk) | ||
- [ ] Kasser til kalibrering sendes direkte fra fabrikken til sundhedscenteret løbende | ||
|
||
**Aktivitetsmåler** | ||
|
||
- [ ] 20 Axivity AX3 aktivitetsmåler | ||
- [ ] 1 ladestation | ||
- [ ] 10 ladekabler | ||
- [ ] 250 stk opsite flex tape | ||
- [ ] 2 pakker Mesoft compression (200 stk) | ||
- [ ] 100 Kuverter med 4x tape, 1x Mesoft compression og manual | ||
- [ ] 100 stk engangsskrabere | ||
|
||
**Informationsmateriale** | ||
|
||
- [ ] 50 stk deltagerinformation | ||
- [ ] 50 stk samtykkeerklæringer |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
on: | ||
workflow_dispatch: | ||
push: | ||
branches: main | ||
|
||
name: Quarto Publish | ||
|
||
jobs: | ||
build-deploy: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Check out repository | ||
uses: actions/checkout@v3 | ||
|
||
- name: Set up Quarto | ||
uses: quarto-dev/quarto-actions/setup@v2 | ||
with: | ||
tinytex: true | ||
|
||
- name: Set up R | ||
uses: r-lib/actions/setup-r@v2 | ||
with: | ||
use-public-rspm: true | ||
|
||
|
||
- name: Setup R dependencies | ||
uses: r-lib/actions/setup-r-dependencies@v2 | ||
with: | ||
packages: | ||
any::knitr | ||
any::rmarkdown | ||
any::ggplot2 | ||
|
||
- name: Publish to GitHub Pages (and render) | ||
uses: quarto-dev/quarto-actions/publish@v2 | ||
with: | ||
target: gh-pages | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|