Skip to content

Fill in website content #2

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

Merged
merged 2 commits into from
Jul 11, 2025
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
28 changes: 0 additions & 28 deletions CONTRIBUTING.md

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# About

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).
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).

The website uses [Google Docsy](https://www.docsy.dev/) and the [Hugo framework](https://gohugo.io/).
115 changes: 46 additions & 69 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,77 +1,54 @@
---
title: Goldydocs
title: Portable Data-Parallel Python Extensions with oneAPI
---

{{< blocks/cover title="Welcome to Goldydocs: A Docsy Example Project!" image_anchor="top" height="full" >}}
<a class="btn btn-lg btn-primary me-3 mb-4" href="/docs/">
Learn More <i class="fas fa-arrow-alt-circle-right ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/google/docsy-example">
Download <i class="fab fa-github ms-2 "></i>
</a>
<p class="lead mt-5">Porridge temperature assessment &mdash; in the cloud!</p>
{{< blocks/link-down color="info" >}}
{{<blocks/cover title="" image_anchor="top" height="max" color="primary">}}
<div class="mx-auto">
<div class="col-lg-12">
<p class="display-6 mt-5 mb-3" style="font-weight: bold;">Portable Data-Parallel Python Extensions with oneAPI</p>
<p></p>
<p class="display-7 pt-0 mb-3">
<a href="https://github.com/ndgrigorian" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Nikita Grigorian</a> and
<a href="https://github.com/oleksandr-pavlyk" style="color: #50aaf4; font-weight: bold;" target="_blank" rel="noopener">Oleksandr Pavlyk</a>
</p>
<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.
</p>
<p></p>
</div>
<div class="lead text-center">
<div class="mx-auto mb-5">
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://IntelPython.github.io/portable-data-parallel-extensions-europython-2025/docs/">
Get Started<i class="fa-solid fa-play ms-2"></i>
</a>
<a class="btn btn-lg btn-secondary me-3 mb-4" href="https://github.com/IntelPython/example-portable-data-parallel-extensions">
Examples<i class="fab fa-github ms-2 "></i>
</a>
</div>
</div>
</div>
{{< /blocks/cover >}}

{{% blocks/section color="secondary" %}}
<p class="display-6 mb-3" style="text-align: center; font-weight: bold;">About the authors</p>
<p class="text-center">
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>.
</p>
<div class="row justify-content-center mx-auto pt-2">
{{< cardpane >}}
{{< card header=`<p style="font-weight: bold; text-align: center">dpctl</p>`
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)` >}}
<p class="text-center">
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.
</p>
{{< /card >}}
{{< card header=`<p style="font-weight: bold; text-align: center;">dpnp</p>`
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/)` >}}
<p class="text-center">
An oneAPI- and oneMKL-powered array library built as a drop-in replacement for Numpy that can be executed on any data-parallel device.
</p>
{{< /card >}}
{{< /cardpane >}}
</div>

{{% blocks/lead color="primary" %}}
Goldydocs provides a single web UI providing visibility into porridge
temperature, chair size, and bed softness metrics! You can even find out who's
been eating **your** porridge.

(Sadly, Goldydocs isn't a real project, but you can use this site as an example
to create your own real websites with [Docsy](https://docsy.dev))
{{% /blocks/lead %}}


{{% blocks/section color="dark" type="row" %}}
{{% blocks/feature icon="fa-lightbulb" title="New chair metrics!" %}}
The Goldydocs UI now shows chair size metrics by default.

Please follow this space for updates!
{{% /blocks/feature %}}


{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/google/docsy-example" %}}
We do a [Pull Request](https://github.com/google/docsy-example/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}


{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!" url="https://twitter.com/docsydocs" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}


{{% /blocks/section %}}


{{% blocks/section %}}
This is the second section
{.h1 .text-center}
{{% /blocks/section %}}


{{% blocks/section type="row" %}}

{{% blocks/feature icon="fab fa-app-store-ios" title="Download **from AppStore**" %}}
Get the Goldydocs app!
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-github" title="Contributions welcome!"
url="https://github.com/google/docsy-example" %}}
We do a [Pull Request](https://github.com/google/docsy-example/pulls)
contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}

{{% blocks/feature icon="fab fa-twitter" title="Follow us on Twitter!"
url="https://twitter.com/GoHugoIO" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}

{{% /blocks/section %}}


{{% blocks/section %}}
This is the another section
{.h1 .text-center}
{{% /blocks/section %}}
Binary file removed content/en/about/featured-background.jpg
Binary file not shown.
35 changes: 0 additions & 35 deletions content/en/about/index.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/en/blog/_index.md

This file was deleted.

4 changes: 0 additions & 4 deletions content/en/blog/news/_index.md

This file was deleted.

Binary file not shown.
46 changes: 0 additions & 46 deletions content/en/blog/news/first-post/index.md

This file was deleted.

Loading