From c2f9c939818969308fb485561ad9d43ccccc0915 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Tue, 3 Sep 2024 11:51:38 -0400 Subject: [PATCH] Add arXiv link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 57aca98..f08ee33 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@

npm license Build

Rose is an automatic differentiation engine for the web, inspired by [JAX][]. +Read more in our [paper][]! ## Installation @@ -100,6 +101,7 @@ Rose is licensed under the [MIT License][]. [JAX]: http://jax.readthedocs.io/ [MIT License]: https://github.com/rose-lang/rose/blob/main/LICENSE [npm]: https://docs.npmjs.com/downloading-and-installing-node-js-and-npm +[paper]: https://arxiv.org/abs/2402.17743 [pnpm]: https://pnpm.io/installation [top-level `await`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await [vite-plugin-top-level-await]: https://www.npmjs.com/package/vite-plugin-top-level-await