-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from EquitableLettersSP/name_update
DOC: updated name
- Loading branch information
Showing
10 changed files
with
165 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,126 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="css/elspStylesheet.css"> | ||
|
||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Ubuntu&display=swap"> | ||
|
||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
rel="stylesheet"> | ||
|
||
<title>ELSP Frequently Asked Questions</title> | ||
</head> | ||
|
||
<body> | ||
<div class="centerPanel"> | ||
<header> | ||
<div class="banner"> | ||
<div> | ||
<img class="logo" src="images/color_circle_logo.gif" alt="pen and parchment logo"> | ||
<div class="headerText"> | ||
<div class="siteTitle"> | ||
<h1>Equitable Letters for Space and Physics</h1> | ||
</div> | ||
<div class="siteDescription"> | ||
<h2>Resources for writing better recommendation and nomination letters within the space and physics communities</h2> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="siteDescription-mobile"> | ||
<h2>Resources for writing better recommendation and nomination letters within the space and physics communities</h2> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
<nav> | ||
<ul class="navbar"> | ||
<li class="pageTab"><a href="index.html">Home</a></li> | ||
<li class="pageTab"><a href="elspStudies.html">Gender Bias Studies</a></li> | ||
<li class="pageTab"><a href="elspLetterResources.html">Letter Writing Resources</a></li> | ||
<li class="pageTab"><a href="elspBiasResources.html">Addressing Bias</a></li> | ||
<li class="pageTab"><a href="elspSampleLetters.html">Sample Letters</a></li> | ||
<li class="pageTab"><a href="elspCodeOfConduct.html">Code of Conduct</a></li> | ||
<li class="pageTab"><a href="elspContact.html">Contact</a></li> | ||
<li class="pageTab"><a href="elspFAQs.html">FAQs</a></li> | ||
<li class="toggle"><a href="#"><span class="material-icons md-36">menu</span></a></li> | ||
</ul> | ||
</nav> | ||
<hr> | ||
</header> | ||
<main> | ||
<h2>Frequently Asked Questions</h2> | ||
|
||
<p>Here are some questions or concerns we have commonly encountered.</p> | ||
|
||
<div class="letterSampleAccordion"> | ||
<button class="expandCollapse"> | ||
<div>Q1: I am writing a recommendation letter for a student going into a non-physics field, can I still submit my letter for review?</div> | ||
</button> | ||
<div id="faq1" class="sampleLetter"> | ||
<div class="letterContent"> | ||
|
||
<p>Yes, we will review letters for people heading into any field. You will need to be congicent of differing expetations for the institution, which the reviewers may not be aware of. However, these conventions will not impact the reviewers abilities to identify biased language that could be improved.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="letterSampleAccordion"> | ||
<button class="expandCollapse"> | ||
<div>Q2: I am writting a supporting letter for a visa application, can I still submit my letter for review?</div> | ||
</button> | ||
<div id="faq2" class="sampleLetter"> | ||
<div class="letterContent"> | ||
|
||
<p>Yes, this is well within the remitt of recommendation and nomination letters. Other potential pieces of writing we will review include - but are not limited to - promotion packages, performance reviews, and proposal support letters.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="letterSampleAccordion"> | ||
<button class="expandCollapse"> | ||
<div>Q3: I never have enough advanced notice to submit a letter, how can I get personalized feedback?</div> | ||
</button> | ||
<div id="faq3" class="sampleLetter"> | ||
<div class="letterContent"> | ||
|
||
<p>You can submit a letter you wrote recently for consideration. This can help you identify common words or constructions you use that could be strengthened.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="letterSampleAccordion"> | ||
<button class="expandCollapse"> | ||
<div>Q4: I am not <it>really</it> working in a space or physics field, can I still submit my letter for review?</div> | ||
</button> | ||
<div id="faq4" class="sampleLetter"> | ||
<div class="letterContent"> | ||
|
||
<p>Yes, we will review letters from people working in any discipline. You will need to be congicent of differing expetations for your field, which the reviewers may not be aware of. However, these conventions will not impact the reviewers abilities to identify biased language that could be improved.</p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="letterSampleAccordion"> | ||
<button class="expandCollapse"> | ||
<div>Q5: I have an idea!</div> | ||
</button> | ||
<div id="faq5" class="sampleLetter"> | ||
<div class="letterContent"> | ||
|
||
<p>We would like to hear it! You can leave suggestions, ideas, or concerns as issues on our <a href="https://github.com/EquitableLettersSP/ELSP/issues">GitHub page</a>. You can also email us directly at: <span class="email"><a href="mailto:[email protected]">[email protected]</a></span></p> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</main> | ||
<footer> | ||
|
||
</footer> | ||
</div> | ||
<script src="js/navbar.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.