From 686760b0d83595ab79f10153968110c3546c2a08 Mon Sep 17 00:00:00 2001 From: Danilo Piparo Date: Wed, 13 Nov 2024 09:49:02 +0100 Subject: [PATCH] Update front page, stressing open source and open development --- assets/images/code.svg | 1 + assets/images/globe_with_meridians.svg | 83 -------------------------- index.html | 6 +- 3 files changed, 4 insertions(+), 86 deletions(-) create mode 100644 assets/images/code.svg delete mode 100644 assets/images/globe_with_meridians.svg diff --git a/assets/images/code.svg b/assets/images/code.svg new file mode 100644 index 00000000..062164a6 --- /dev/null +++ b/assets/images/code.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/images/globe_with_meridians.svg b/assets/images/globe_with_meridians.svg deleted file mode 100644 index cb798b55..00000000 --- a/assets/images/globe_with_meridians.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - image/svg+xml - - - - - - - - - - - - - - diff --git a/index.html b/index.html index 00e68577..bcb68898 100644 --- a/index.html +++ b/index.html @@ -12,10 +12,10 @@ - label: ' Install v{% include root_stable_version %}' url: /install feature_row: - - title: '*.*' + - title: '*.*' excerpt: "ROOT enables statistically sound scientific analyses and visualization of large amounts of data: today, more than 1 exabyte (1,000,000,000 gigabyte) are stored in ROOT files. [The Higgs was found with ROOT!](gallery#higgs-plots)" - - title: '*.*' - excerpt: "As high-performance software, ROOT is written mainly in C++. You can use it on Linux, macOS, or Windows; it works out of the box. ROOT is [open source](about/license): use it freely, [modify it](install/build_from_source), [contribute to it](contribute)!" + - title: '*.*' + excerpt: "ROOT is [open source](about/license), which means that you can use it freely and [modify it](install/build_from_source). It adopts an open development process, inviting [its users to contribute to it](contribute)." - title: '$ _' excerpt: "ROOT comes with an [incredible C++ interpreter](primer#learn-c-at-the-root-prompt), ideal for fast prototyping. Don't like C++? ROOT integrates super-smoothly with Python thanks to its [unique dynamic and powerful Python ⇄ C++ binding](manual/python/). Or what about [using ROOT in a Jupyter notebook](https://nbviewer.jupyter.org/url/root.cern/doc/master/notebooks/rf301_composition.C.nbconvert.ipynb)?" ---