Skip to content

Commit 07d7335

Browse files
Add iframe app pages for Games Portal and AWoP, favicons (#697)
1 parent 1414fe2 commit 07d7335

10 files changed

Lines changed: 71 additions & 19 deletions

File tree

content/awop/awop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ We provide a comprehensive suite of resources within the AWoP toolkit:
7373

7474
- **Manuscript**: [https://osf.io/preprints/metaarxiv/af4nk_v1](https://osf.io/preprints/metaarxiv/af4nk_v1)
7575

76-
- **Web App**: [Access the AWoP Web App](https://academic-privilege-2177e04480f1.herokuapp.com/)
76+
- **Web App**: [Access the AWoP Web App](/awop_app/)
7777

7878
- **OSF page with supplementary files**: [https://osf.io/pfxqb/overview](https://osf.io/pfxqb/overview)
7979

content/games/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ type: plain_page
44
---
55
FORRT is excited to launch the Open Research Games Portal – a crowdsourced, pedagogically informed database of games and interactive activities for teaching open and reproducible research practices. This initiative recognizes the power of game-based learning to make complex topics more accessible, memorable, and engaging for learners – from students and early-career researchers to educators and professionals. Whether you're looking for a lighthearted icebreaker or a serious, learning-focused game to integrate into your curriculum, the Portal helps you find what you need.
66

7-
<a href="https://forrtapps.shinyapps.io/open-research-games-portal/" class="btn btn-primary btn-lg btn-block" style="line-height:1;border-radius:6px; font-size:1.5rem; ">
7+
<a href="/open-research-games-portal/" class="btn btn-primary btn-lg btn-block" style="line-height:1;border-radius:6px; font-size:1.5rem; ">
88
Open Research Games Portal
99
</a>
1010

@@ -23,7 +23,7 @@ You can search and filter games using topic tags, FORRT Clusters, gameplay style
2323

2424
Use our [Additions Form](https://forms.gle/MSBWR87GchDo8fED7) to add information about games already in the Portal, or the [New Entries Form](https://forms.gle/PXYBrRhXGiZyi8M99) to add games we're missing. You can add any game you know of, even if you haven't played it yourself – the community will fill in the rest!
2525

26-
You can find the Open Research Games Portal [here](https://forrtapps.shinyapps.io/open-research-games-portal/)
26+
You can find the Open Research Games Portal [here](/open-research-games-portal/)
2727

2828
We're continuing to improve the Portal and would love your feedback on both the database and our forms. Please reach out to [games@forrt.org](mailto:games@forrt.org) with any comments or suggestions.
2929

content/replication-hub/flora/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The aim of the FORRT Library of Reproduction and Replication Attempts (FLoRA) is
1414

1515
2. Provide a standardized outcome (e.g., success, failure) based on the repetition report
1616

17-
With this simple structure FLoRA allows for tracking of replication rates across time, disciplines, academic journals, and more. FLoRA is used for a wide range of existing projects, such as the [FLoRA Annotator](https://forrt.org/apps/fred_annotator.html), a tool that lists replication and reproduction attempts for the reference that you provide it with.
17+
With this simple structure FLoRA allows for tracking of replication rates across time, disciplines, academic journals, and more. FLoRA is used for a wide range of existing projects, such as the [FLoRA Annotator](/annotator/), a tool that lists replication and reproduction attempts for the reference that you provide it with.
1818

1919
In FLoRA, years of work from a large community of volunteers culminate. If you would like to contribute to the project or use the data for your own research, we would strongly appreciate you reaching out to us.
2020

static/annotator/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>FLoRA Annotator</title>
7+
<link rel="icon" href="/img/image.webp" type="image/webp">
78
<link rel="canonical" href="/annotator/">
89
</head>
910
<body>

static/apps/awop_app.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Redirecting to Academic Wheel of Privilege (AWoP)</title>
6+
<meta http-equiv="refresh" content="0; url=/awop_app/">
7+
<link rel="canonical" href="/awop_app/">
8+
</head>
9+
<body>
10+
<p>Redirecting to <a href="/awop_app/">Academic Wheel of Privilege (AWoP)</a>...</p>
11+
</body>
12+
</html>
Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>Open Research Games Portal</title>
4+
<meta charset="utf-8">
5+
<title>Redirecting to Open Research Games Portal</title>
6+
<meta http-equiv="refresh" content="0; url=/open-research-games-portal/">
7+
<link rel="canonical" href="/open-research-games-portal/">
78
</head>
89
<body>
9-
<style>
10-
html, body {
11-
height: 100%;
12-
margin: 0;
13-
}
14-
iframe {
15-
width: 100%;
16-
height: 100%;
17-
border: none;
18-
}
19-
</style>
20-
<iframe src="https://forrtapps.shinyapps.io/open-research-games-portal/"></iframe>
10+
<p>Redirecting to <a href="/open-research-games-portal/">Open Research Games Portal</a>...</p>
2111
</body>
2212
</html>

static/awop_app/index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Academic Wheel of Privilege (AWoP)</title>
7+
<link rel="icon" href="/img/image.webp" type="image/webp">
8+
<link rel="canonical" href="/awop_app/">
9+
</head>
10+
<body>
11+
<style>
12+
html, body {
13+
height: 100%;
14+
margin: 0;
15+
}
16+
iframe {
17+
width: 100%;
18+
height: 100%;
19+
border: none;
20+
}
21+
</style>
22+
<iframe src="https://academic-privilege-2177e04480f1.herokuapp.com/"></iframe>
23+
</body>
24+
</html>

static/explorer/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>FReD Explorer</title>
7+
<link rel="icon" href="/img/image.webp" type="image/webp">
78
<link rel="canonical" href="/explorer/">
89
</head>
910
<body>

static/img/headers/orgp.webp

20.3 KB
Loading
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Open Research Games Portal</title>
7+
<link rel="icon" href="/img/headers/orgp.webp" type="image/webp">
8+
<link rel="canonical" href="/open-research-games-portal/">
9+
</head>
10+
<body>
11+
<style>
12+
html, body {
13+
height: 100%;
14+
margin: 0;
15+
}
16+
iframe {
17+
width: 100%;
18+
height: 100%;
19+
border: none;
20+
}
21+
</style>
22+
<iframe src="https://forrtapps.shinyapps.io/open-research-games-portal/"></iframe>
23+
</body>
24+
</html>

0 commit comments

Comments
 (0)