From 5f9f2b5ee22ca932fefb27f4c71e9a33f7fd1bbf Mon Sep 17 00:00:00 2001 From: Olivier Giniaux Date: Fri, 29 Sep 2023 18:25:33 +0200 Subject: [PATCH] More readme additions --- .github/workflows/rust.yml | 2 +- README.md | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 22fffd1..2bcc45a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -1,4 +1,4 @@ -name: Rust +name: Build & Test on: push: diff --git a/README.md b/README.md index 00aae63..dd9710a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,21 @@ # gxhash-rust -[![DOI](https://zenodo.org/badge/690754256.svg)](https://zenodo.org/badge/latestdoi/690754256) +![CI](https://github.com/ogxd/gxhash-rust/actions/workflows/rust.yml/badge.svg) The fastest non-cryptographic hashing algorithm +## Publication + +> I'm committed to the open dissemination of scientific knowledge. In an era where access to information is more democratized than ever, I believe that science should be freely available to all – both for consumption and contribution. Traditional scientific journals often involve significant financial costs, which can introduce biases and can shift the focus from purely scientific endeavors to what is currently trendy. +> +> To counter this trend and to uphold the true spirit of research, I have chosen to share my work on "gxhash" directly on GitHub, ensuring that it's openly accessible to anyone interested. Additionally, the use of a free Zenodo DOI ensures that this research is citable and can be referenced in other works, just as traditional publications are. +> +> I strongly believe in a world where science is not behind paywalls, and I encourage other researchers to join this movement for a more inclusive, unbiased, and open scientific community. +> +> _— Olivier Giniaux_ + +Cite this article / algorithm: +[![DOI](https://zenodo.org/badge/690754256.svg)](https://zenodo.org/badge/latestdoi/690754256) + ## Prerequisites - Compatible CPU