-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add neuroblueprint blog. #96
Conversation
bd1bb1c
to
72e52e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice - very clear 👏
Found 1 typo (I think)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice. I've left a few small comments. A general comment about the blog, when I render it, the new blog is on the bottom. It should be in reverse chronological order, with new posts at the top. I think the brainglobe blog has this, so there may be some config to copy.
Also, the author doesn't show up in the blog summary for some reason (it does for @lauraporta's older post).
Lastly, it's pretty long (and with more to come!). I didn't see any obvious sections to cut, but while edits are being made, it would be good to see if there are any ways of making it a bit more concise.
docs/source/_static/blog_images/neuroblueprint/data-organisation-over-time.jpg
Outdated
Show resolved
Hide resolved
BTW @adamltyson the index order issue has been resolved by adding dates, would you mind re-building and checking this also |
@JoeZiminski yep, the dates look fine. It just needs the date of this blog updating, and the author adding. |
Okay great, at present Laura's name appears as it is the first line under the title in the blog page. The blog index then displays this as an 'excerpt'. Alternatively we can show the authors autoformatted by Happy to include authors in the 'excerpt' position or instead autoformat the names in the index title and use the excerpt as a subtitle (we can ask @lauraporta for one for the MATLAB page). I think I have a slight preference for including the name autoformatted by |
I vote for the Ablog style (as it links to other posts by the author too), and ask @lauraporta nicely for an excerpt. |
@lauraporta has kindly agreed to supply a subtitle, will add in new PR after this is merged. Will do a final readthrough of this tomorrow and merge! |
…es section consistent. Remove long entry.
Sorry for missing this thread.| |
Hey @niksirbi I could not get control of the author order, it is interchanging randomly I think for this reason. As a workaround we could set the author as 'Niko Sirmpilatze & Joe Ziminski' and vice-versa for the datashuttle blog. The only problem with this is it treats this as a single name for lookups, and so clicking the name on the index will take you to an author 'Niko Sirmpilatze & Joe Ziminski' which is not the same as 'Joe Ziminski & Niko Sirmpilatze '. Maybe this is a sufficient workaround for the time being. |
Wow thanks for opening and fixing the issue upstream @JoeZiminski ! |
This blog gives motivation for and introduction to NeuroBlueprint. It is the first of two related blog-posts introducing NeuroBlueprint/ datashuttle.
It's aims are to:
We (myself and Niko) are not strongly tied to any particular part of the existing draft so as much feedback as possible would be great. This is first real outreach on NeuroBlueprint so important to get this right to convince those at the SWC this is an endevour worth pursuing.
The docs can be built in the usual way:
pip install -r requirements.txt
sphinx-build source build
index.html
page in thebuild
directory, nagivate to 'Blog' and select this blog post