Skip to content

Commit dfad358

Browse files
LukasRoeselerLukasWallrichclaudericharddushime
authored
Create brickforrt.md (#732)
* Create brickforrt.md * Fix brickforrt widget: use blank instead of nonexistent custom widget The "brickforrt" widget type doesn't exist — use the built-in "blank" widget which renders markdown content with a title, matching this section's needs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix:layout and ordering --------- Co-authored-by: Lukas Wallrich <lukas.wallrich@gmail.com> Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: richarddushime <mudaherarich@gmail.com>
1 parent 90e6efe commit dfad358

4 files changed

Lines changed: 23 additions & 5 deletions

File tree

content/about/about/about.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classtitle = "text-center"
4141

4242
[design.spacing]
4343
# Customize the section spacing. Order is top, right, bottom, left.
44-
padding = ["60px", "0", "60px", "0"]
44+
padding = ["10px", "0", "30px", "0"]
4545

4646

4747
[advanced]
@@ -55,8 +55,6 @@ classtitle = "text-center"
5555

5656
---
5757

58-
<br>
59-
6058
In a nutshell, FORRT is a ***F***ramework for ***O***pen and ***R***eproducible ***R***esearch ***T***raining which is advancing research transparency, reproducibility, rigor, and ethics through pedagogical reform and meta-scientific research.
6159

6260
FORRT provides a pedagogical infrastructure and open educational resources designed to support the teaching and mentoring of open and reproducible science. FORRT strives to (a) raise awareness of the pedagogical implications of open and reproducible science and its associated challenges (i.e., curricular reform, epistemological uncertainty, methods of education); (b) respond to calls to consider open scholarship as inclusive scholarship; (c) advocate for the opening and formal recognition of teaching and mentoring materials to facilitate access, discovery, and learning to those who otherwise would be educationally disenfranchised.

content/about/about/brickforrt.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
+++
2+
# Lego FORRT tower
3+
4+
widget = "blank"
5+
headless = true # This file represents a page section.
6+
active = true # Activate this widget? true/false
7+
weight = 15 # Order that this section will appear.
8+
title = "Build your own FORRT tower"
9+
10+
[design.spacing]
11+
# Customize the section spacing. Order is top, right, bottom, left.
12+
padding = ["0", "0", "10px", "0"]
13+
14+
+++
15+
16+
Building with toy bricks can be a useful metaphor for young and old to convey how research should be shared openly and for free, required materials should be shared (parts list), and the method should be described in detail for others to reproduce (instruction manual). So what could be more fitting than sharing instructions for a LEGO FORRT? You can download the full parts list and instructions for free via [Rebrickable](https://rebrickable.com/mocs/MOC-248547/Replicator/forrts-fort).

content/about/about/history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ date_format = "Jan 02, 2006"
7676

7777
[design.spacing]
7878
# Customize the section spacing. Order is top, right, bottom, left.
79-
padding = ["60px", "0", "60px", "0"]
79+
padding = ["0px", "0", "20px", "0"]
8080

8181
[advanced]
8282
# Custom CSS.

content/about/about/newsletter.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
+++
22
# A Skills section created with the Featurette widget.
33

4-
weight = 15 # Order that this section will appear.
4+
weight = 20 # Order that this section will appear.
55

66
title = "Stay Updated"
77
subtitle = "Subscribe to our newsletter from FORRT to get the latest news about our initiatives"
88

9+
[design.spacing]
10+
# Customize the section spacing. Order is top, right, bottom, left.
11+
padding = ["0px", "0", "10px", "0"]
12+
913
+++
1014

1115
{{< subscribe >}}

0 commit comments

Comments
 (0)