Skip to content

Commit d26d14e

Browse files
authored
Merge pull request #1 from DevPsyLab/main
20260116 - MM update fork
2 parents bea2734 + 611cd84 commit d26d14e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+924
-999
lines changed

.github/workflows/deploy_rmarkdown.yml

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
on:
2+
workflow_dispatch:
3+
push:
4+
branches:
5+
- main
6+
7+
name: Quarto Publish
8+
9+
jobs:
10+
build-deploy:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
steps:
15+
- name: Check out repository
16+
uses: actions/checkout@v4
17+
18+
- name: Set up Quarto
19+
uses: quarto-dev/quarto-actions/setup@v2
20+
21+
#- name: Setup Python and Jupyter
22+
# uses: actions/setup-python@v4
23+
# with:
24+
# python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
25+
#- run: pip install jupyter
26+
#- run: pip install -r requirements.txt
27+
28+
- name: Install R
29+
uses: r-lib/actions/setup-r@v2
30+
31+
- name: Session info
32+
run: Rscript -e 'sessionInfo()'
33+
34+
- name: Setup pandoc
35+
uses: r-lib/actions/setup-pandoc@v2 # update
36+
37+
- name: Install libcurl on Linux
38+
if: runner.os == 'Linux'
39+
run: sudo apt-get update -y && sudo apt-get install -y libcurl4-openssl-dev
40+
41+
- name: Install package dependencies
42+
uses: r-lib/actions/setup-r-dependencies@v2 # update
43+
44+
#- name: Install remote packages
45+
# run: |
46+
# Rscript -e "install.packages('rstan', repos = c('https://mc-stan.org/r-packages/', getOption('repos')))"
47+
# # Rscript -e 'remotes::install_github("DevPsyLab/petersenlab")'
48+
49+
- name: Render and Publish
50+
uses: quarto-dev/quarto-actions/publish@v2
51+
with:
52+
target: gh-pages
53+
env:
54+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55+
56+
- name: List files in workspace
57+
if: always()
58+
run: |
59+
ls -lh
60+
find . -type f
61+
62+
- name: Archive production artifacts
63+
if: always() # ensures it runs even if previous steps fail
64+
uses: actions/upload-artifact@v4 # update
65+
with:
66+
name: site
67+
path: _site/

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,5 @@ rsconnect/
9595
rsconnect
9696

9797
_site/
98+
99+
/.quarto/

DESCRIPTION

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ Package: placeholder
22
Title: LabWiki
33
Version: 1.0.0
44
Imports:
5+
quarto,
56
rmarkdown,
67
blogdown,
8+
downlit,
9+
xml2,
710
remotes,
811
petersenlab
912
Remotes:

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Lab Wiki
22

33
This is the code that creates the Wiki for the Developmental Psychopathology Lab.
4-
The Lab Wiki is located here: **https://devpsylab.github.io/LabWiki**
4+
The Lab Wiki is located here: **<https://devpsylab.github.io/LabWiki>**
55

66
# License
77

@@ -12,6 +12,6 @@ This work is licensed under a
1212

1313
[![CC BY 4.0][cc-by-image]][cc-by]
1414

15-
[cc-by]: https://creativecommons.org/licenses/by/4.0/
16-
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
17-
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
15+
[cc-by]: <https://creativecommons.org/licenses/by/4.0/>
16+
[cc-by-image]: <https://i.creativecommons.org/l/by/4.0/88x31.png>
17+
[cc-by-shield]: <https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg>

_quarto.yml

Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
project:
2+
type: website
3+
4+
website:
5+
title: "Lab Wiki for the Developmental Psychopathology Lab"
6+
repo-url: https://github.com/DevPsyLab/LabWiki
7+
repo-actions: [edit, source, issue]
8+
google-analytics: G-8JSDTYMH7P
9+
navbar:
10+
logo: images/labLogo.png
11+
search: true
12+
tools:
13+
- icon: github
14+
menu:
15+
- text: "Source Code"
16+
href: https://github.com/DevPsyLab/LabWiki
17+
- text: "Report a Bug"
18+
href: https://github.com/DevPsyLab/LabWiki/issues/new
19+
- icon: twitter
20+
href: https://twitter.com/devpsylab
21+
- icon: facebook
22+
href: https://www.facebook.com/DevPsyLab
23+
- icon: instagram
24+
href: https://www.instagram.com/devpsylab
25+
left:
26+
- href: index.qmd
27+
text: Home
28+
- text: "Lab Manual"
29+
href: lab-manual.qmd
30+
- text: "Expectations"
31+
menu:
32+
- text: Everyone
33+
href: expectations-everyone.qmd
34+
- text: Undergraduate Research Assistants
35+
href: expectations-undergradRA.qmd
36+
- text: SROP Students
37+
href: expectations-SROP.qmd
38+
- text: Graduate Students
39+
href: expectations-gradStudent.qmd
40+
#- text: Postdoctoral Scholars
41+
# href: expectations-postdoc.qmd
42+
- text: Lab Coordinator
43+
href: expectations-labCoordinator.qmd
44+
- text: Lab Staff
45+
href: expectations-labStaff.qmd
46+
- text: "Documentation"
47+
menu:
48+
- text: Adobe
49+
href: adobe.qmd
50+
- text: Data Analysis Guides
51+
href: https://devpsylab.github.io/DataAnalysis
52+
- text: Honors Projects
53+
href: honors.qmd
54+
- text: Mediation and Moderation
55+
href: mediationModeration.qmd
56+
- text: Open Science
57+
href: openScience.qmd
58+
- text: Opportunities
59+
href: opportunities.qmd
60+
- text: REDCap
61+
href: redcap-manual.qmd
62+
- text: Qualtrics
63+
href: qualtrics-manual.qmd
64+
- text: Remote Participation
65+
href: documentation-remote.qmd
66+
- text: Social Media
67+
href: social-media.qmd
68+
- text: Studies
69+
href: studies.qmd
70+
- text: Video Editing
71+
href: video-editing.qmd
72+
- text: Visual Studio Code
73+
href: vsCode.qmd
74+
- text: Writing Guidelines
75+
href: writing.qmd
76+
- text: "Studies"
77+
menu:
78+
- text: Externalizing Spectrum Across the Lifespan
79+
href: study-externalizingSpectrumAcrossLifespan.qmd
80+
- text: School Readiness Study
81+
href: study-schoolReadinessStudy.qmd
82+
- text: "Prospective Applicants"
83+
menu:
84+
- text: Prospective Undergraduate Research Assistants
85+
href: prospective-undergradRA.qmd
86+
- text: Prospective Graduate Students
87+
href: prospective-gradStudent.qmd
88+
- about.qmd
89+
right:
90+
- text: "Lab Website"
91+
href: https://developmental-psychopathology.lab.uiowa.edu
92+
93+
format:
94+
html:
95+
highlight-style: a11y
96+
theme: cosmo
97+
css: ["styles.css", "includes/custom.css", "font/css/roboto.css"]
98+
toc: true
99+
toc-depth: 5
100+
toc-title: Contents
101+
toc-location: right
102+
execute:
103+
error: true
104+
warning: false
105+
code-link: true
106+
number-sections: true
107+
code-fold: show
108+
df-print: paged
109+
code-tools:
110+
source: true
111+
toggle: true
112+
link-external-newwindow: true
113+
#include-in-header:
114+
# - "includes/google_analytics.html"
115+
include-after-body:
116+
- "includes/footer.html"
117+
license: CC BY
118+
author-meta: "Isaac T. Petersen"
119+
date-meta: today
120+
121+
lightbox:
122+
match: auto

_site.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

0 commit comments

Comments
 (0)