Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new position advertisement #6

Merged
merged 2 commits into from
Mar 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions _data/students.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,3 @@
twitter:
description: Abdullah is pursuing his Master's degree in Materials Science and Engineering at EPFL. His research focuses on the first-principles study of the thermodynamic and vibrational properties of metallic alloys.
pubmed_name:

- name: Ayesha Ulde
image: team_ayesha.png
position: Visiting Master's student
email: [email protected]
website:
scholar:
twitter:
description: Ayesha Ulde is a final-year Interdisciplinary Dual Degree in Computational Engineering in the Metallurgical & Materials Engineering Department at Indian Institute of Technology (IIT) Madras. She is pursuing her Master's thesis under the MARVEL Inspire Potentials Fellowship at MADES, where she is predicting precipitation in magnesium alloys using first-principles techniques.
pubmed_name:

20 changes: 20 additions & 0 deletions _pages/openings.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ nav: true
nav_order: 3
---

> ##### Postdoctoral research associate position : Computational design of multicomponent materials
> The Laboratory of Materials Design and Simulation (MADES) at the École polytechnique fédérale de Lausanne (EPFL), led by Prof. Anirudh Raju Natarajan, has an opening for a postdoctoral research associate. The successful candidate will lead an exciting project focused on utilizing first-principles models, machine-learning techniques and statistical mechanics simulations to design synthesizable multicomponent materials with favorable mechanical properties. The postdoc will get an opportunity to work closely with experimental collaborators and world-class researchers at EPFL.
>
> Candidates with a passion for scientific inquiry, and creativity are invited to apply. The position requires:
> - A doctoral degree in materials science or a closely related field
> - Experience with first-principles methods such as density-functional theory, Monte-Carlo simulations, molecular dynamics etc.
> - Strong background in thermodynamics, statistical mechanics and crystallography
> - (Optional) Programming skills as evidenced by contributions to a widely used codebase would be preferred
> - (Optional) Experience with machine-learning tools such as PyTorch or TensorFlow
> - Proficient in written and spoken English
>
> Interested candidates should send an email to Prof. Natarajan ([email protected]) with the following documents:
> 1. CV
> 2. One page cover letter highlighting research interests, experience and future plans
> 3. (Optional) Link to a code sample or codebase developed by the candidate
> Please include "postdoc@MADES" in the subject line of the e-mail.
>
> Preference will be given to candidates that are available to begin their appointment by August 2024, although we are open to discussing the exact start date. The salary will be according to the scale for postdoctoral candidates as prescribed by the ETH board. Applicants must have a PhD before starting their appointment. The initial appointment length will be for up to 12 months with a potential for extension subject to performance and availability of funding.
{: .block-announce }

We are always looking for talented researchers to join our laboratory. Please read the information on this page _before_ applying for a position in the laboratory. Hiring is done on a rolling basis through out the year.

The MADES laboratory is interested in the development and application of computational techniques to the design and discovery of advanced engineering materials. Researchers in the laboratory have the opportunity to collaborate with internal and external research groups. We especially value creative researchers with a passion for bridging basic science with advanced engineering applications. Candidates will have the opportunity to work in a diverse, interdisciplinary and dynamic environment.
Expand Down
32 changes: 28 additions & 4 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,34 @@ figure, img {

blockquote {
background: var(--global-bg-color);
border-left: 2px solid var(--global-theme-color);
margin: 1.5em 10px;
padding: 0.5em 10px;
font-size: 1.2rem;
// border-left: 5px solid var(--global-theme-color);
border: 3px solid var(--global-theme-color);
margin: 1.5em 0;
padding: 1em;
font-size: 1em;

p {
margin-bottom: 0;
}

/* Announce blockquotes */
&.block-announce {
border-color: var(--global-announce-block);
background-color: var(--global-announce-block-bg);

p {
color: var(--global-announce-block-text);
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--global-announce-block-title);
}
}
}

// Math
Expand Down
5 changes: 5 additions & 0 deletions _sass/_themes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
--global-divider-color: rgba(0,0,0,.1);
--global-card-bg-color: #{$white-color};

--global-announce-block: #{$mades-red};
--global-announce-block-bg: #{$grey-color-light};
--global-announce-block-text: #{$black-color};
--global-announce-block-title: #{$mades-red};

.fa-sun {
display : none;
}
Expand Down
Binary file removed assets/img/team_ayesha.png
Binary file not shown.
Loading