Skip to content

Commit 7f6ec81

Browse files
authored
Merge pull request #2 from IntelPython/fill-in-example-materials
Fill in website content
2 parents 0642f43 + ce3e5f1 commit 7f6ec81

File tree

113 files changed

+515
-13973
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+515
-13973
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# About
22

3-
This repository contains sources for the poster "Portable data-parallel extensions with oneAPI" poster by [@ndgrigorian](https://github.com/ndgrigorian) for [EuroPython 2025](https://ep2025.europython.eu/), with examples co-written by [@oleksandr-pavlyk](https://github.com/oleksandr-pavlyk).
3+
This repository contains sources for the poster "Portable data-parallel extensions with oneAPI" poster by [@ndgrigorian](https://github.com/ndgrigorian) for [EuroPython 2025](https://ep2025.europython.eu/), with examples co-written by [@oleksandr-pavlyk](https://github.com/oleksandr-pavlyk) and [@antonwolfy](https://github.com/antonwolfy).
44

55
The website uses [Google Docsy](https://www.docsy.dev/) and the [Hugo framework](https://gohugo.io/).

content/en/_index.md

Lines changed: 46 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,77 +1,54 @@
11
---
2-
title: Goldydocs
2+
title: Portable Data-Parallel Python Extensions with oneAPI
33
---
44

5-
{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}}
6-
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
7-
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
8-
</a>
9-
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
10-
Download <i class="fab fa-github ms-2 "></i>
11-
</a>
12-
<p class="lead mt-5">Porridge temperature assessment &mdash; in the cloud!</p>
13-
{{< blocks/link-down color="info" >}}
5+
{{<blocks/cover title="" image_anchor="top" height="max" color="primary">}}
6+
<div class="mx-auto">
7+
<div class="col-lg-12">
8+
<p class="display-6 mt-5 mb-3" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p>
9+
<p></p>
10+
<p class="display-7 pt-0 mb-3">
11+
<a href="https://github.com/ndgrigorian" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Nikita Grigorian</a> and
12+
<a href="https://github.com/oleksandr-pavlyk" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Oleksandr Pavlyk</a>
13+
</p>
14+
<p class="display-7 pl-auto mb-0" style="text-align: center">Sources and details for the Portable Data-Parallel Python Extensions with oneAPI poster at the EuroPython 2025 conference. This poster presents ongoing work to enable writing, building, and implementing portable extensions for data-parallel computation in Python.
15+
</p>
16+
<p></p>
17+
</div>
18+
<div class="lead text-center">
19+
<div class="mx-auto mb-5">
20+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://IntelPython.github.io/portable-data-parallel-extensions-europython-2025/docs/">
21+
Get Started<i class="fa-solid fa-play ms-2"></i>
22+
</a>
23+
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/IntelPython/example-portable-data-parallel-extensions">
24+
Examples<i class="fab fa-github ms-2 "></i>
25+
</a>
26+
</div>
27+
</div>
28+
</div>
1429
{{< /blocks/cover >}}
1530

31+
{{% blocks/section color="secondary" %}}
32+
<p class="display-6 mb-3" style="text-align: center; font-weight: bold;">About the authors</p>
33+
<p class="text-center">
34+
This poster was made by and is being presented on behalf of the <a href="https://github.com/IntelPython">Python team</a> at <a href="http://www.intel.com">Intel</a>.
35+
</p>
36+
<div class="row justify-content-center mx-auto pt-2">
37+
{{< cardpane >}}
38+
{{< card header=`<p style="font-weight: bold; text-align: center">dpctl</p>`
39+
footer=`<i class="fab fa-github ms-2 "></i> [Github](https://github.com/IntelPython/dpctl) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpctl)` >}}
40+
<p class="text-center">
41+
A package with Python bindings for DPC++ runtime classes and an <a href="https://data-apis.org/array-api/latest/API_specification/index.html">Array API Specification</a> conformant tensor submodule built on pure SYCL for portability.
42+
</p>
43+
{{< /card >}}
44+
{{< card header=`<p style="font-weight: bold; text-align: center;">dpnp</p>`
45+
footer=`<i class="fab fa-github ms-2"></i> [Github](https://github.com/IntelPython/dpnp) <i class="fa fa-book ms-2"></i> [Docs](https://intelpython.github.io/dpnp/)` >}}
46+
<p class="text-center">
47+
An oneAPI- and oneMKL-powered array library built as a drop-in replacement for Numpy that can be executed on any data-parallel device.
48+
</p>
49+
{{< /card >}}
50+
{{< /cardpane >}}
51+
</div>
1652

17-
{{% blocks/lead color="primary" %}}
18-
Goldydocs provides a single web UI providing visibility into porridge
19-
temperature, chair size, and bed softness metrics! You can even find out who's
20-
been eating **your** porridge.
21-
22-
(Sadly, Goldydocs isn't a real project, but you can use this site as an example
23-
to create your own real websites with [Docsy](https://docsy.dev))
24-
{{% /blocks/lead %}}
25-
26-
27-
{{% blocks/section color="dark" type="row" %}}
28-
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
29-
The Goldydocs UI now shows chair size metrics by default.
30-
31-
Please follow this space for updates!
32-
{{% /blocks/feature %}}
33-
34-
35-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}}
36-
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome!
37-
{{% /blocks/feature %}}
38-
39-
40-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
41-
For announcement of latest features etc.
42-
{{% /blocks/feature %}}
43-
44-
45-
{{% /blocks/section %}}
46-
47-
48-
{{% blocks/section %}}
49-
This is the second section
5053
{.h1 .text-center}
5154
{{% /blocks/section %}}
52-
53-
54-
{{% blocks/section type="row" %}}
55-
56-
{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}}
57-
Get the Goldydocs app!
58-
{{% /blocks/feature %}}
59-
60-
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
61-
url="https://github.com/google/docsy-example" %}}
62-
We do a [Pull Request](https://github.com/google/docsy-example/pulls)
63-
contributions workflow on **GitHub**. New users are always welcome!
64-
{{% /blocks/feature %}}
65-
66-
{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
67-
url="https://twitter.com/GoHugoIO" %}}
68-
For announcement of latest features etc.
69-
{{% /blocks/feature %}}
70-
71-
{{% /blocks/section %}}
72-
73-
74-
{{% blocks/section %}}
75-
This is the another section
76-
{.h1 .text-center}
77-
{{% /blocks/section %}}
-485 KB
Binary file not shown.

content/en/about/index.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

content/en/blog/_index.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

content/en/blog/news/_index.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.

content/en/blog/news/first-post/index.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)