Hi. We are looking to make the landing page of the Noj project clearer as a main entry point to data science in Clojure. https://scicloj.github.io/noj/ Any thoughts about what might make it better? Comments, thoughts, criticism, and ideas, would help 🙏
Maybe drop scinojure and just stick with noj. It's shorter and catchier.
Also add relevant information on the homepage, e.g. the license or the slack and zulip channels. I would at least add the infos of the github README and add to that on the home page.
Maybe a small code example, loading and visualizing a dataset, helps to catch peoples interest. Not a full fetched example, just something catchy.
These are all very helpful. Also, as you recommended in another thread, I will record an new intro video (and update the intro repo) for Noj v2.
Scinojure (“Noj”) is an entry point to the Clojure stack for data & science.Noj is intended both to be a "start here" for dependencies and documentation, right? Perhaps that could be more clear from the start. Perhaps something like this: > Noj gets you started with Clojure for data and science. > • You get a collection of good libraries out of the box > • And documentation that shows you how to use the different libraries together. Assuming you aim to solve both both with Noj!
I also found myself looking for a "getting started" or "start here" link. Assuming I'm not too familiar with data science in Clojure, where might I start? What do I do?
> Noj is intended both to be a "start here" for dependencies and documentation, right? Perhaps that could be more clear from the start. Yes. Deps, docs, and integration tests. > Perhaps something like this: That is very nice.