Skip to content

Commit 15b4977

Browse files
committed
Improve our home page
1 parent 01ca330 commit 15b4977

File tree

2 files changed

+34
-28
lines changed

2 files changed

+34
-28
lines changed

_layouts/homelay.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
---
44

55
<div id="homeid" class="col-sm-8">
6-
<h2>Welcome to our Compiler Research Group</h2>
76
{{ content }}
87
</div>
98
<div id="upcomingid" class="col-sm-4" >

_pages/home.md

Lines changed: 34 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -6,36 +6,43 @@ sitemap: false
66
permalink: /
77
---
88

9-
We are a group of programming languages enthusiasts located at the Princeton
10-
University and CERN. Our primary goal is research into foundational software
11-
tools helping scientists to program for speed, interoperability, interactivity,
12-
flexibility, and reproducibility.
13-
14-
Our current research focus is primarily in [interpretative C/C++/CUDA](interactive_cpp),
15-
automatic differentiation tools, and C++ language interoperability with Python
16-
and D.
9+
<b>Purpose</b> Our purpose is to establish a dynamic and collaborative hub,
10+
bringing together researchers, practitioners, and educators united by their
11+
enthusiasm for foundational software tools. We aim to catalyze transformative
12+
advancements in scientific computing, fostering a community that thrives on
13+
shared knowledge and innovation.
14+
15+
<b>Mission</b> At the heart of our mission is the commitment to foster
16+
innovation and excellence at the intersection of compiler research and data
17+
science. We strive to create a vibrant community that not only facilitates the
18+
exchange of ideas but also champions interdisciplinary research. Our ultimate
19+
goal is to inspire the next generation of compiler engineers and researchers,
20+
contributing to the continuous evolution of these fields.
21+
22+
<b>Vision</b> We envision a world where individuals can leverage efficient,
23+
data-driven solutions to address complex problems in a scalable and reproducible
24+
manner. Our focus on providing advanced scientific infrastructure aims to push
25+
the boundaries of data analysis, benefiting both scientific and industrial
26+
contexts. Through collaboration, we seek to engage researchers across various
27+
domains, envisioning a future where data-driven solutions play a pivotal role
28+
in addressing global challenges.
29+
30+
31+
We believe in the power of collaboration and knowledge-sharing.
32+
Compiler-research.org provides a platform where researchers from Princeton
33+
University and CERN, as well as contributors from around the world, can come
34+
together to exchange ideas, share insights, and engage in interdisciplinary
35+
collaborations. By focusing on interpretative C/C++/CUDA, automatic
36+
differentiation tools, and C++ language interoperability with Python and D,
37+
our goal is to revolutionize scientific software development and contribute
38+
to the evolution of programming languages.
39+
40+
<i>If you are interested in our work you can join our
41+
[compiler-research-announce google groups forum](https://groups.google.com/g/compiler-research-announce)
42+
or follow us on [LinkedIn](https://www.linkedin.com/groups/9579649/)</i>
1743

1844
## Recent Content
1945

2046
{% include carousel.html %}
2147

22-
23-
24-
Interested in joining the development or to use our work? Join our
25-
[compiler-research-announce google groups forum](https://groups.google.com/g/compiler-research-announce).
26-
27-
28-
**We are looking for and passionate undergrad and graduate students. Please visit
29-
our [vacancies page](/vacancies).**
30-
31-
## Related Projects
32-
33-
<div class="grid-container grid-container--fill">
34-
{% for coll in site.data.collabs %}
35-
<div class="grid-element">
36-
[<img src="/assets/collab_logos/{{coll.logo}}" class="img-responsive" width="85%" style="float: center" />]({{coll.url}})
37-
</div>
38-
{% endfor %}
39-
</div>
40-
4148
{% include open-embed.html %}

0 commit comments

Comments
 (0)