No edit summary
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
__NOTOC__
<templatestyles src="Job_Announcement/style.css"/>
<templatestyles src="Job_Announcement/style.css"/>
<div id="job-div">
<div id="job-div">
{{#if:{{{image|}}}|<div style="float: right">[[File:{{{image}}}|200px]]</div>|}}
{{#if:{{{image|}}}|<div style="float: right">[[File:{{{image}}}|200px]]</div>|}}
== {{{title}}} ==
<h2>{{{title}}}</h2>
{{{short_text}}}
{{{short_text}}}
<hr/>
<hr/>
Line 27: Line 28:
</table>
</table>
</div>
</div>
{{ #if: {{{NAMESPACE|}}} | |  
{{ #if: {{NAMESPACE}} | |  
[[Category:Job Announcement {{ #switch: {{{type}}}
[[Category:Job Announcement {{ #switch: {{{type}}}
  | PhD Student=PhD Student
  | PhD Student=PhD Student
Line 36: Line 37:
  | Technologist=Technologist
  | Technologist=Technologist
  | #default=Other
  | #default=Other
}}]] [[Category:Job Announcement ending {{{deadline_year}}}-{{{deadline_month}}}-{{{deadline_day}}}|}}
}}]] [[Category:Job Announcement ending {{{deadline_year}}}-{{{deadline_month}}}-{{{deadline_day}}}]]|}}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Line 79: Line 80:
*Technologist
*Technologist


To add more categories, please leave a message in the [[Template Talk:Job Announcement]]. An administrator will make the appropriate changes.
To add more categories, please leave a message in the [[Template talk:Job Announcement|talk page]]. An administrator will make the appropriate changes.


The '''salary''' settings are optional. If the salary is not a bracket (i.e. it is fixed) just define '''salary_start''' and '''salary_currency'''. '''salary_currency''' needs to be always defined when a salary is indicated.
The '''salary''' settings are optional. If the salary is not a bracket (i.e. it is fixed) just define '''salary_start''' and '''salary_currency'''. '''salary_currency''' needs to be always defined when a salary is indicated.
[[Category:Templates]]
[[Category:Templates]]
</noinclude>
</noinclude>

Latest revision as of 13:25, 8 August 2024



Sample announcement

Exciting opportunity!


Job type: PhD Student
Job location: Switzerland
Deadline: 2025-01-01
Salary: 40'000 – 50'000 CHF


Usage

This template is used to give a homogeneous look and feel to job announcement, and to automatically characterize them correctly. The following is an example of usage:

{{Job Announcement
  | image=ESMRMB-logo.png
  | title=Sample announcement
  | short_text=Exciting opportunity!
  | type=PhD Student
  | location=Switzerland
  | deadline_year=2025
  | deadline_month=01
  | deadline_day=01
  | salary_start=40'000
  | salary_end=50'000
  | salary_currency=CHF
}}

Important settings

The type needs to be one of the following (capitalization is important) for correct categorization of the announcement:

  • PhD Student
  • Postdoc
  • Faculty
  • Internship
  • Industry
  • Technologist

To add more categories, please leave a message in the talk page. An administrator will make the appropriate changes.

The salary settings are optional. If the salary is not a bracket (i.e. it is fixed) just define salary_start and salary_currency. salary_currency needs to be always defined when a salary is indicated.