Skip to content

Commit 619c389

Browse files
committed
Remove date
1 parent d20d7da commit 619c389

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

careers.html

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ <h3 class="secondaire underline">Software Engineer - Package Management at Scale
7272

7373
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
7474
<div class="card-body padding-team-intro-txt team-intro-txt">
75-
<p class="job-posting-date"></p>
7675
<p>
7776
QuantStack is looking for a software developer to join our team of contributors to the Jupyter and conda ecosystems. In this role, you will become a member of a vibrant open-source community, contribute to a high-impact project used by millions in the world, and grow to become a key maintainer of the ecosystem.
7877
</p>
@@ -117,35 +116,9 @@ <h3 class="secondaire underline">Software Engineer - Python & C++ / Package Mana
117116
</div>
118117
<div id="collapseFour" class="collapse" aria-labelledby="headingFour" data-parent="#accordion">
119118
<div class="card-body padding-team-intro-txt team-intro-txt">
120-
<p class="job-posting-date"></p>
121119
<p>
122120
QuantStack is looking for a software developer to join our team of contributors to the conda and mamba ecosystems. In this role, you will become a member of a vibrant open-source community, contribute to a high-impact project used by millions in the world, and grow to become a key maintainer of the ecosystem.
123121
</p>
124-
<p>
125-
<b>About QuantStack</b>
126-
<br><br>
127-
QuantStack is an open-source development studio specializing in scientific computing. The team comprises core developers of major open-source projects, such as Jupyter, Conda-forge, Voilà, Xtensor, Mamba, and many others. We strive to build high-impact software and grow communities.
128-
</p>
129-
<p>
130-
<b>Your role at QuantStack</b>
131-
<br><br>
132-
You will support the community of users of the Conda and Mamba ecosystems, and help shape the future of software adopted by millions of engineers and scientists in the world. In this role, you will:
133-
134-
<ul>
135-
<li>Contribute to the development of the mamba package manager and related software</li>
136-
<li>Contribute to the mamba open-source project and work on features such as package signing, improved command-line interface, parallel package download and installation, and language bindings.</li>
137-
<li>Support the conda-forge community with the packaging of thousands of packages of the open-source scientific-computing ecosystem.</li>
138-
</ul>
139-
</p>
140-
<p>
141-
While prior experience with conda is not required, a track record of contributing to open-source software is a huge plus.
142-
For this role, we are seeking strong C++ and Python programmers, ideally experienced with build toolchains and best practices for package management on the main platforms.
143-
</p>
144-
<p>
145-
<b>Where we can hire</b>
146-
<br><br>
147-
Our engineering team is fully remote. The company is headquartered in Paris, France, and the majority of our team is Europe-based. We will consider applications in the European Union.
148-
</p>
149122
<p><a href="https://www.welcometothejungle.com/fr/companies/quantstack/jobs/software-engineer-python-c-package-management_joinville-le-pont?q=244c3e0ad57de45d6ee752831594e091&o=1033239&e=companies_jobs"><b>Apply here</b><a></p>
150123
</div>
151124
</div>
@@ -179,14 +152,6 @@ <h3 class="secondaire underline">Software Engineer - Python & C++ / Package Mana
179152
</footer>
180153

181154
<script src="js/include-menus.js"></script>
182-
<script>
183-
const pElement = document.getElementsByClassName("job-posting-date")
184-
const options = { year: 'numeric', month: 'long', day: 'numeric' };
185-
let date = new Date(2021, 10, 2);
186-
for (let item of pElement) {
187-
item.innerText = date.toLocaleDateString('en-US', options);
188-
}
189-
</script>
190155
</body>
191156
</html>
192157

0 commit comments

Comments
 (0)