Skip to content

Commit 6e5d28c

Browse files
davidlange6vgvassilev
authored andcommitted
improve text on homepage
1 parent 1f5420d commit 6e5d28c

File tree

2 files changed

+16
-7
lines changed

2 files changed

+16
-7
lines changed

_layouts/homelay.html

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

55
<div id="homeid" class="col-sm-8">
6-
<h1>Compiler Research</h1>
6+
<h2>Enabling scientists to program for speed, Interoperability, Interactivity, Flexibility, and Reproducibility</h2>
77

88
{{ content }}
99
</div>

_pages/home.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,22 @@ permalink: /
77
---
88

99

10+
A key enabler of innovation and discovery for many scientific researchers is the ability to explore data and express ideas quickly as software prototypes. Tools and techniques that reduce the “time to insight” are essential to the productivity of researchers. At the same time massive increases in data volumes and computational needs require a continual focus on maximizing code perfor- mance. To manage these competing requirements, today’s researchers often find themselves using a heterogeneous and complex mix of programming languages, development tools, and hardware.
1011

11-
We are someone...
12+
The C++ programming language is used for many numerically intensive scientific applications. A combination of performance and solid backward compatibility has led to its use for many research software codes over the past 20 years. Despite its power, C++ is often seen as difficult to learn and inconsistent with rapid application development. Exploration and prototyping is slowed down by the long edit-compile-run cycles during development.
13+
14+
Over the last decade, toegher with collaborators,
15+
we have developed an interactive, interpretative C++ (aka REPL) based on LLVM and clang.
16+
Amongst our research goals are to
17+
* Advance the interpretative technology to provide a state-of-the-art C++ execution environment,
18+
* Enable functionality which can provide native-like, dynamic runtime interoperability between
19+
C++ and Python (and eventually other languages), and
20+
* Allow seamless utilization of heterogeneous hardware (such as hardware accelerators)
21+
22+
23+
Interested in joining the development to to use our work? Join our [cppaas-announce google groups forum](https://groups.google.com/forum/#!forum/cppaas-announce) [here](https://groups.google.com/forum/#!forum/cppaas-announce/join). </p>
24+
25+
We are looking for interested and passionate undergrad and graduate students. Fellowships (and open projects) currently available via [IRIS-HEP](https://iris-hep.org/fellows.html).</p>
1226

13-
**We are looking for passionate new PhD students
1427

1528

16-
<figure class="fourth">
17-
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_Princeton.jpg" style="width: 210px">
18-
<img src="{{ site.url }}{{ site.baseurl }}/images/logopic/Logo_nsf.jpg" style="width: 120px">
19-
</figure>

0 commit comments

Comments
 (0)