Application form: Difference between revisions
No edit summary |
m (Text replacement - "Husayn" to "Hussain") |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
<style> | <style> | ||
.form-translation-request input { | |||
border: 1px solid #ccc; | |||
} | |||
.form-translation-request .errors { | |||
font-size: 16px; | |||
padding: 1px 30px; | |||
line-height: 18px; | |||
background: #ffe9e7; | |||
border-radius: 10px; | |||
color: #f00; | |||
} | |||
.form-translation-request .errors p { | |||
margin: 5px 0; | |||
} | |||
.form-translation-request .input-container { | |||
margin: 8px 0; | |||
} | |||
.form-translation-request .input-container input[type="text"] { | |||
border-radius: 3px; | |||
padding: 3px 7px; | |||
margin: 5px; | |||
max-width: 100%; | |||
width: 200px; | |||
font-size: 14px; | |||
} | |||
.form-translation-request .submit-button { | |||
background-color: #008000; | |||
color: #fff; | |||
border: none; | |||
border-radius: 5px; | |||
padding: 6px 30px; | |||
font-size: 17px; | |||
cursor: pointer; | |||
} | |||
</style> | |||
<div class="form-translation-request"> | |||
<div class="success" style="display: none;color: green;color: #007100;font-size: 20px;padding: 40px;background: #ebf3eb;border-radius: 10px;font-weight: bold;"> | |||
Successfully submit. We contact you after review your info. | |||
</div> | |||
<div class="errors"> | |||
</div> | |||
<div class=" | <div class="form-content"> | ||
< | <div class="form-section"> | ||
<p> | |||
We are looking for interpreters with excellent knowledge and professional interpreting experience in any | |||
language. | |||
Please see our Interpreters Application Form to sign up and start working alongside us as WikiHussain’s | |||
translators. | |||
<br/> | |||
Fields marked with an asterisk are mandatory to complete. All other fields are optional. | |||
</p> | |||
<h2>General information</h2> | |||
< | |||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
First name <span class="required">*</span> | |||
<input name=" | <input name="firstname" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
Line 57: | Line 76: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
Last name <span class="required">*</span> | |||
<input name=" | <input name="lastname" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
Line 64: | Line 83: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
Nationality <span class="required">*</span> | |||
<input name=" | <input name="nationality" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
Line 71: | Line 90: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
Where do you currently live? | |||
<input name=" | <input name="currenty-live" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
<div class="input-container"> | <div class="radio-container"> | ||
<p>What is your academic degree? <span class="required">*</span></p> | |||
<div class="input-container"> | |||
</label> | <label> | ||
Diploma | |||
<input name="last-degree" type="radio" value="diploma"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
Bachelor | |||
<input name="last-degree" type="radio" value="bachelor"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
Master | |||
<input name="last-degree" type="radio" value="master"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
PhD | |||
<input name="last-degree" type="radio" value="phd"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
Other | |||
<input name="last-degree" type="radio" value="other"> | |||
</label> | |||
</div> | |||
</div> | |||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What is your major? <span class="required">*</span> | |||
<input name=" | <input name="major" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
Line 110: | Line 143: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What is the name of your university? | |||
<input name=" | <input name="university" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
<div class="radio-container"> | |||
<p>Do you have any experience in academic writing?</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="experience-academic" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="experience-academic" type="radio" value="0"> | |||
</label> | |||
</div> | |||
</div> | </div> | ||
<div class="upload-container"> | |||
<p> | |||
Please upload your academic resume. | |||
<span class="required">*</span> | |||
</p> | |||
<div class="preview"></div> | |||
<div class="input-container"> | |||
<input type="file" name="resume"/> | |||
<input type="hidden" name="resume-name"/> | |||
</div> | |||
</div> | |||
</ | |||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
Email address <span class="required">*</span> | |||
<input name=" | <input name="email" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
Line 161: | Line 188: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What are the other ways by which we can contact you? | |||
<input name=" | <input name="contact-ways" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="form-section"> | |||
<p> | <p> | ||
This section is about the source language which is in <b>English</b>. Please answer these questions carefully: | |||
</p> | </p> | ||
<div class="input-container"> | <div class="radio-container"> | ||
<p> | |||
Is English your mother tongue language? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="mother-tongue" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="mother-tongue" type="radio" value="0"> | |||
</ | </label> | ||
</div> | |||
</div> | </div> | ||
<div class="radio-container"> | |||
<p> | |||
Have you ever tested your language proficiency by any standard test? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="tested" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="tested" type="radio" value="0"> | |||
</ | </label> | ||
</div> | |||
</div> | </div> | ||
<div class=" | <div class="checkbox-container"> | ||
< | <p> | ||
What was the test? | |||
< | <span class="required">*</span> | ||
</p> | |||
<div class="input-container"> | |||
<label> | |||
TOEFL | |||
<input name="test-english[]" type="checkbox" value="toefl"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
EAP | |||
<input name="test-english[]" type="checkbox" value="eap"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
IELTS | |||
<input name="test-english[]" type="checkbox" value="ielts"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
FCE | |||
<input name="test-english[]" type="checkbox" value="fce"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
CELTA | |||
<input name="test-english[]" type="checkbox" value="celta"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
GRE | |||
<input name="test-english[]" type="checkbox" value="gre"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
OET | |||
<input name="test-english[]" type="checkbox" value="oet"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
Other | |||
<input name="test-english[]" type="text" value=""> | |||
</label> | |||
</div> | |||
</div> | </div> | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What was your score? | |||
<input name=" | <input name="test-english-score" type="text"> | ||
</label> | </label> | ||
</div> | </div> | ||
<div class="radio-container"> | |||
<p> | |||
Do you have any experience in English translation as the source language? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="have-experience" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="have-experience" type="radio" value="0"> | |||
</label> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
< | <hr/> | ||
<div class="form-section"> | |||
<p>This section is about the target language which could be any language. Please answer these questions | |||
carefully.</p> | |||
</ | |||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
Please specify the target language. | |||
<input name="target- | <span class="required">*</span> | ||
<input name="target-lang" type="text"> | |||
</label> | </label> | ||
</div> | </div> | ||
<div class="radio-container"> | |||
<p> | |||
Is the target language your mother tongue language? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="target-mother-tongue" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="target-mother-tongue" type="radio" value="0"> | |||
</ | </label> | ||
</div> | |||
</div> | </div> | ||
<div class="radio-container"> | |||
<p> | |||
Have you ever tested your language proficiency by any standard test? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="target-tested" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="target-tested" type="radio" value="0"> | |||
</ | </label> | ||
</div> | |||
</div> | |||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What was the test? | |||
<input name="target- | <span class="required">*</span> | ||
<input name="target-test" type="text"> | |||
</label> | </label> | ||
</div> | </div> | ||
Line 371: | Line 402: | ||
<div class="input-container"> | <div class="input-container"> | ||
<label> | <label> | ||
What was your degree? | |||
<input name="target- | <span class="required">*</span> | ||
<input name="target-degree" type="text"> | |||
</label> | </label> | ||
</div> | </div> | ||
<div class="radio-container"> | |||
<p> | |||
Do you have any experience in translating from English to this language? | |||
<span class="required">*</span> | |||
</p> | |||
<div class="input-container"> | |||
<label> | |||
Yes | |||
<input name="target-translate-experience" type="radio" value="1"> | |||
</label> | |||
</div> | |||
<div class="input-container"> | |||
<label> | |||
No | |||
<input name="target-translate-experience" type="radio" value="0"> | |||
</label> | |||
</div> | |||
</div> | |||
<div class="upload-container"> | |||
<p>If so please provide us with an example</p> | |||
<div class="preview"></div> | |||
<div class="input-container"> | |||
<input type="file" name="target-translate-example"/> | |||
<input type="hidden" name="target-translate-example-name"/> | |||
</div> | |||
</div> | </div> | ||
<div class="textarea-container"> | |||
<label> | |||
In this section we ask you to translate a short paragraph in the target language of your choosing. This | |||
paragraph is taken from an article in the Encyclopædia Britannica called Al-Hussain ibn Ali. | |||
<span class="required">*</span> | |||
<br/> | |||
<div style="width: 49%; float:left"> | |||
<textarea readonly cols="80%" rows="20" style="max-width: 100%;"> | <textarea readonly cols="80%" rows="20" style="max-width: 100%;"> | ||
Al-Ḥusayn ibn ʿAlī, (born January 626, Medina, Arabia [now in Saudi Arabia]—died October 10, 680, Karbalāʾ, Iraq), Shīʿite Muslim hero, grandson of the Prophet Muhammad, and son of ʿAlī (the fourth Islamic caliph) and Fāṭimah, daughter of Muhammad. He is revered by Shīʿite Muslims as the third imam (after ʿAlī and Ḥusayn’s older brother, Ḥasan). | Al-Ḥusayn ibn ʿAlī, (born January 626, Medina, Arabia [now in Saudi Arabia]—died October 10, 680, Karbalāʾ, Iraq), Shīʿite Muslim hero, grandson of the Prophet Muhammad, and son of ʿAlī (the fourth Islamic caliph) and Fāṭimah, daughter of Muhammad. He is revered by Shīʿite Muslims as the third imam (after ʿAlī and Ḥusayn’s older brother, Ḥasan). | ||
Line 400: | Line 452: | ||
In remembrance of the martyrdom of Ḥusayn, Shīʿite Muslims observe the first 10 days of Muḥarram (the date of the battle according to the Islamic calendar) as days of lamentation. Revenge for Ḥusayn’s death was turned into a rallying cry that helped undermine the Umayyad caliphate and gave impetus to the rise of a powerful Shīʿite movement. | In remembrance of the martyrdom of Ḥusayn, Shīʿite Muslims observe the first 10 days of Muḥarram (the date of the battle according to the Islamic calendar) as days of lamentation. Revenge for Ḥusayn’s death was turned into a rallying cry that helped undermine the Umayyad caliphate and gave impetus to the rise of a powerful Shīʿite movement. | ||
</textarea> | </textarea> | ||
</div> | |||
<div style="width: 49%; float:left"> | |||
<textarea cols="80%" rows="20" name="translated-text" style="max-width: 100%;" placeholder=""></textarea> | |||
</div> | |||
<div style="clear: both"> | |||
</div> | |||
</label> | |||
</div> | |||
</div> | </div> | ||
<p>Thank you sincerely for your support</p> | |||
<div class="submit-button-container"> | |||
<button type="submit" class="btn btn-submit submit-button" style="display: none;">Submit</button> | |||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
</html> | </html> |
Latest revision as of 14:55, 22 September 2019
We are looking for interpreters with excellent knowledge and professional interpreting experience in any
language.
Please see our Interpreters Application Form to sign up and start working alongside us as WikiHussain’s
translators.
Fields marked with an asterisk are mandatory to complete. All other fields are optional.
General information
What is your academic degree? *
Do you have any experience in academic writing?
Please upload your academic resume. *
This section is about the source language which is in English. Please answer these questions carefully:
Is English your mother tongue language? *
Have you ever tested your language proficiency by any standard test? *
What was the test? *
Do you have any experience in English translation as the source language? *
This section is about the target language which could be any language. Please answer these questions carefully.
Is the target language your mother tongue language? *
Have you ever tested your language proficiency by any standard test? *
Do you have any experience in translating from English to this language? *
If so please provide us with an example
Thank you sincerely for your support