Skip to content

Commit 2c6f033

Browse files
single games display
1 parent 78923c9 commit 2c6f033

File tree

45 files changed

+804
-3
lines changed

Some content is hidden

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

45 files changed

+804
-3
lines changed

.github/workflows/data-processing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ jobs:
149149
Rscript scripts/open_research_games_portal/Open-Research-Games-Portal.R
150150
if [ -f "data/open_research_games.json" ]; then
151151
cp data/open_research_games.json static/data/ 2>/dev/null || true
152+
# Generate individual game pages for better SEO and URL structure
153+
Rscript scripts/open_research_games_portal/generate_game_pages.R
152154
fi
153155
154156
# =======================

content/open-research-games-portal/game-details/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
2-
title: "Open Research Games Portal"
3-
subtitle: "-------------------------"
2+
title: "Game Details"
3+
subtitle: "Open Research Games Portal"
44
type: "page"
5+
layout: "single"
6+
url: "/open-research-games-portal/game-details/"
57
---
68

79
{{< game-details >}}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
Copyright Dough
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
Copyright Dough is role-play workshop game where players use play-dough to model objects under different roles. After making their creations, players reveal ...
8+
game_slug: "copyright-dough-id-037"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
Copyright: The Card Game
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
Copyright: The Card Game is educational game designed to train educators, librarians, and support staff about UK copyright law. The game is designed to be pl...
8+
game_slug: "copyright-the-card-game-id-034"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
CURATE! The Digital Curator Game
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
CURATE is a board game about digital curation and preservation. Players move through the stages of the digital curation lifecycle (Develop, Educate, and Mana...
8+
game_slug: "curate-the-digital-curator-game-id-033"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
DANS Data game
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
The DANS Data Game is a multiplayer card game designed for researchers to explore the research data landscape. Players to collect sets of four cards by askin...
8+
game_slug: "dans-data-game-id-005"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
Data Horror Escape Room
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
The Data Horror Escape Room is an interactive online game developed by Vrije Universiteit Amsterdam in collaboration with Leiden University and Eindhoven Uni...
8+
game_slug: "data-horror-escape-room-id-020"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
Dilemma Game App
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
Developed by Erasmus University Rotterdam, it aims to stimulate awareness of integrity and professionalism in research. The game places participants in dilem...
8+
game_slug: "dilemma-game-app-id-006"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
How to fail your research degree
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
An educational, tile-based board game where players take on the role of students trying to complete a master’s dissertation under time pressure. The aim is t...
8+
game_slug: "how-to-fail-your-research-degree-id-029"
9+
---
10+
11+
{{< single-game-details >}}
12+
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: |
3+
Jeu de l'OA
4+
type: "game-detail"
5+
layout: "single"
6+
description: |
7+
The Open Access Board Game (Jeu de l’OA) was created for Open Access Week 2016 to raise awareness about open access publishing. Players move pawns across a 3...
8+
game_slug: "jeu-de-l-oa-id-036"
9+
---
10+
11+
{{< single-game-details >}}
12+

0 commit comments

Comments
 (0)