-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.qmd
148 lines (102 loc) · 3.45 KB
/
contact.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
---
title: "Contact"
page-layout: article
toc: false
suppress: true
---
# Get involved with PEER
## I'm an education researcher, and I want to get involved!
:::::: {.quarto-listing .quarto-listing-container-grid}
::::: {.list .grid .quarto-listing-cols-3}
::::{.g-col-1 .text-center}
:::{.bi .bi-people-fill style="font-size: 85px"}
:::
:::{hosting-button}
[BRING PEER TO YOU](model/localhost.qmd){.btn role="button" .btn-primary .rounded-pill .text-center}
:::
::::
::::{.g-col-1 .text-center}
:::{.bi .bi-globe style="font-size: 85px"}
:::
:::{become-facilitator-button}
[BECOME A FACILITATOR](https://www.zaposa.com/contact){.btn role="button" .btn-primary .rounded-pill .text-center}
:::
Contact [Eleanor Sayre](https://www.zaposa.com/contact) for more details
::::
::::{.g-col-1 .text-center}
:::{.bi .bi-graph-up style="font-size: 85px"}
:::
:::{research-button}
[DO RESEARCH WITH US](https://www.zaposa.com/research/){.btn role="button" .btn-primary .rounded-pill .text-center}
:::
::::
:::::
::::::
## I want to join the mailing list!
```{=HTML}
<div id="iframeContainer">
<iframe id="iframeContent" src="registration-form.html" frameborder="0"></iframe>
</div>
<script>
// JavaScript to adjust iframe height based on its content and viewport height
const iframe = document.getElementById('iframeContent');
// Set the iframe's height to its content's height or maximum viewport height, whichever is smaller
function adjustIframeHeight() {
const contentHeight = iframe.contentWindow.document.body.scrollHeight;
const viewportHeight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
const maxHeight = Math.min(contentHeight, viewportHeight);
iframe.style.height = maxHeight + 'px';
}
// Call the function on iframe load and resize events
iframe.onload = adjustIframeHeight;
window.addEventListener('resize', adjustIframeHeight);
</script>
<style>
/* Ensure the iframe container takes the full width of its parent */
#iframeContainer {
width: 100%;
overflow: hidden; /* Hide any overflowing content */
}
/* Ensure the iframe takes the full width of its container */
#iframeContent {
width: 100%;
display: block;
border: none; /* Remove the iframe border */
box-sizing: border-box;
max-width: 100%; /* Ensure iframe doesn't exceed its container's width */
}
</style>
```
## Can I host a field school?
Yes! Check out the [opportunities for hosting](model/localhost.qmd)!
## Who runs PEER?
:::::: {.quarto-listing .quarto-listing-container-grid}
::::: {.list .grid .quarto-listing-cols-3}
::::{.g-col-1 .text-left style="max-width:300px"}
:::{.text-center}
[![](/images/headshots/Franklin-headshot.jpg)]{fig-alt="Scott V Franklin"}
### [Scott V Franklin](mailto:[email protected])
:::
* Rochester Institute of Technology
* Director, CASTLE
* Professor, School of Physics and Astronomy
::::
::::{.g-col-1 .text-left style="max-width:300px"}
:::{.text-center}
[![](/images/headshots/Kustusch-headshot.jpg)]{fig-alt="Mary Bridget Kustusch" width="100%"}
### [Mary Bridget Kustusch](mailto:[email protected])
:::
* DePaul University
* Associate Professor
* Department of Physics and Astrophysics
::::
::::{.g-col-1 .text-left style="max-width:300px"}
:::{.text-center}
[![](/images/headshots/Sayre-headshot.jpg)]{fig-alt="Eleanor C Sayre" width="100%"}
### [Eleanor C Sayre](https://zaposa.com/contact)
:::
* Kansas State University
* Professor, Department of Physics
::::
:::::
::::::