Skip to content

Commit

Permalink
more netlify testing
Browse files Browse the repository at this point in the history
  • Loading branch information
behoppe committed Jul 31, 2024
1 parent b765561 commit acca58b
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions src/community/join-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ eleventyNavigation:

The OpenCilk project welcomes your expertise and enthusiasm. Please fill out the form below to get started. Thank you for your interest!

<form name="join-us-formx" method="POST" data-netlify="true" data-netlify-recaptcha="true">
<form name="join-us-formxx" method="POST" data-netlify="true">
<div class="form-group">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" name="name" placeholder="Fib O'Nacci" required>
Expand All @@ -24,43 +24,43 @@ The OpenCilk project welcomes your expertise and enthusiasm. Please fill out the
</div>
<label>More about your work (Check all that apply.)</label>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="faculty">
<input class="form-check-input" type="checkbox" value="" name="faculty" id="faculty">
<label class="form-check-label" for="faculty" name="faculty">
Faculty
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="postdoc">
<input class="form-check-input" type="checkbox" value="" name="postdoc" id="postdoc">
<label class="form-check-label" for="postdoc" name="postdoc">
Postdoc
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="research_scientist">
<input class="form-check-input" type="checkbox" value="" name="research_scientist" id="research_scientist">
<label class="form-check-label" for="research_scientist" name="research_scientist">
Research Scientist
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="student">
<input class="form-check-input" type="checkbox" value="" name="student" id="student">
<label class="form-check-label" for="student" name="student">
Student
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="ta">
<input class="form-check-input" type="checkbox" value="" name="ta" id="ta">
<label class="form-check-label" for="ta" name="ta">
Teaching Assistant
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="Industry">
<input class="form-check-input" type="checkbox" value="" name="industry" id="Industry">
<label class="form-check-label" for="Industry" name="industry">
Industry
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="government">
<input class="form-check-input" type="checkbox" value="" name="government" id="government">
<label class="form-check-label" for="government" name="government">
Government
</label>
Expand All @@ -74,102 +74,102 @@ The OpenCilk project welcomes your expertise and enthusiasm. Please fill out the
</br>Indicate your level of agreement with the following statements, where 0=strongly disagree and 10=strongly agree.
<div class="form-group">
<label for="spe-important-to-me">SPE is an important part of my research.</label></br>
0<input type="range" class="form-range" min="0" max="10" step="1" id="spe-important-to-me">10
0<input type="range" class="form-range" name="spe_important_to_me" min="0" max="10" step="1" id="spe_important_to_me">10
</div>
<div class="form-group">
<label for="me-important-to-spe">My research is an important part of advancing SPE.</label></br>
0<input type="range" class="form-range" min="0" max="10" step="1" id="me-important-to-spe">10
0<input type="range" class="form-range" name="me_important_to_spe" min="0" max="10" step="1" id="me_important_to_spe">10
</div>
<div class="form-group">
<label for="advancing-spe">I am interested in coalescing a community of researchers to advance SPE as scientific field in its own right.</label></br>
0<input type="range" class="form-range" min="0" max="10" step="1" id="advancing-spe">10
0<input type="range" class="form-range" name="advancing_spe" min="0" max="10" step="1" id="advancing_spe">10
</div>
<div class="form-group">
<label for="teaching-spe">I am interested in teaching SPE.</label></br>
0<input type="range" class="form-range" min="0" max="10" step="1" id="teaching-spe">10
0<input type="range" class="form-range" name="teaching_spe" min="0" max="10" step="1" id="teaching_spe">10
</div>

<div class="form-group">
<label for="conferences">Considering your areas of interest, which conferences do you think represent the best SPE research? You may optionally include rankings and/or comments with your answer.</label>
<textarea class="form-control" id="conferences" rows="2"></textarea>
<textarea class="form-control" id="conferences" name="conferences" rows="2"></textarea>
</div>

</br>Which activities would be most interesting to you for SPE community-building? (Check all that apply.)
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="hopc">
<label class="form-check-label" for="hopc">
<input class="form-check-input" type="checkbox" value="" id="w_like_hopc" name="w_like_hopc">
<label class="form-check-label" for="w_like_hopc">
Workshops like HOPC that present published papers from various conferences
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="dagstuhl">
<label class="form-check-label" for="dagstuhl">
<input class="form-check-input" type="checkbox" value="" id="w_like_dagstuhl" name="w_like_dagstuhl">
<label class="form-check-label" for="w_like_dagstuhl">
Workshops/seminars that stand alone, like Dagstuhl seminars
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="keynote">
<label class="form-check-label" for="keynote">
<input class="form-check-input" type="checkbox" value="" id="w_with_keynote" name="w_with_keynote">
<label class="form-check-label" for="w_with_keynote">
Workshops with invited keynote talks
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="competition">
<input class="form-check-input" type="checkbox" value="" id="competition" name="competition">
<label class="form-check-label" for="competition">
SPE competitions (e.g. to measurably improve performance)
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="students">
<label class="form-check-label" for="students">
<input class="form-check-input" type="checkbox" value="" id="student_programs" name="student_programs">
<label class="form-check-label" for="student_programs">
Student research programs/competitions
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="publishing">
<label class="form-check-label" for="publishing">
<input class="form-check-input" type="checkbox" value="" id="w_that_publish" name="w_that_publish">
<label class="form-check-label" for="w_that_publish">
New conferences/workshops that publish new peer-reviewed papers on SPE
</label>
</div>

</br>
<div class="form-group">
<label for="helping">What activities would you like to help organize and participate in?</label>
<textarea class="form-control" id="helping" rows="2"></textarea>
<textarea class="form-control" id="helping" name="helping" rows="2"></textarea>
</div>


</br>
<div class="form-group">
<label for="recommend">Are there any other individuals that you recommend be included in SPE community building? </label>
<textarea class="form-control" id="recommend" rows="1"></textarea>
<textarea class="form-control" id="recommend" name="recommend" rows="1"></textarea>
</div>

</br>
<label>Do you grant permission to include your reponses in a summary report on SPE?</label>
<div class="form-check">
<input class="form-check-input" type="radio" name="permission" id="permission1">
<label class="form-check-label" for="permission1">
<label class="form-check-label" for="permission1" name="permission1">
Yes, and I permit my name to be included in the report along with my responses.
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="permission" id="permission2">
<label class="form-check-label" for="permission2">
<label class="form-check-label" for="permission2" name="permission2">
Yes, but my responses should be anonymous.
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="permission" id="permission3">
<label class="form-check-label" for="permission3">
<label class="form-check-label" for="permission3" name="permission3">
No, I do not permit my reponses to be included in the report.
</label>
</div>

</br>
<div class="form-group">
<label for="recommend">Additional comments </label>
<textarea class="form-control" id="additional_comments" rows="2"></textarea>
<textarea class="form-control" id="additional_comments" name="additional_comments" rows="2"></textarea>
</div>

</br>
Expand Down

0 comments on commit acca58b

Please sign in to comment.