From 3f3b79f138e99181abccbdad20ed93f858f26604 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:26:30 +0100 Subject: [PATCH 1/2] =?UTF-8?q?Discourse=20=E2=86=92=20GitHub=20Discussion?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _data/contribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/contribute.yml b/_data/contribute.yml index d61f42a..55f12d8 100644 --- a/_data/contribute.yml +++ b/_data/contribute.yml @@ -5,7 +5,7 @@ questions: - tag: "add-a-package" question: "How do I add a package?" - answer: "

Venue

Contributors are welcome to propose and discuss their ideas to develop Python packages for neuroimaging in the Nipy Discourse instance.

Infrastructure and workflow

Let's first look at the infrastructure and workflow of the site

Your Workflow

You should do the following:

Details

  1. Add your package info to the data file, in the same format. This will have it rendered automatically in the navigation, and added to the animated brain on all pages.
  2. Add a base page for your package in the base directory of the site repo. It should be named [packagetag].html where [packagetag] corresponds with the tag variable in the data file. We have a page template for packages, and the easiest thing to do is copy another package's page to start.
  3. Static site content can be put in the js,css,img folders in the base directory. Any static content can be linked to like '{{ '/img/myimage.png' | prepend: site.baseurl }}'. Keep it organized.
  4. To contribute an svg image, put it in the '_includes/svg' folder and include like {% include svg/mysvg.svg %}
  5. Subpages should be contributed as posts to blog content.
" + answer: "

Venue

Contributors are welcome to propose and discuss their ideas to develop Python packages for neuroimaging in the Nipy GitHub Discussionss.

Infrastructure and workflow

Let's first look at the infrastructure and workflow of the site

Your Workflow

You should do the following:

Details

  1. Add your package info to the data file, in the same format. This will have it rendered automatically in the navigation, and added to the animated brain on all pages.
  2. Add a base page for your package in the base directory of the site repo. It should be named [packagetag].html where [packagetag] corresponds with the tag variable in the data file. We have a page template for packages, and the easiest thing to do is copy another package's page to start.
  3. Static site content can be put in the js,css,img folders in the base directory. Any static content can be linked to like '{{ '/img/myimage.png' | prepend: site.baseurl }}'. Keep it organized.
  4. To contribute an svg image, put it in the '_includes/svg' folder and include like {% include svg/mysvg.svg %}
  5. Subpages should be contributed as posts to blog content.
" - tag: "write-a-post" question: "How do I write a post?" answer: "

Quick and Easy

The fastest way to contribute is to submit an idea, link, or video right away. If you have questions, to maximize their visibility, you can ask them on Neurostars, or you can reach us by email. These resources should be preferred over using the neuroimaging tumblr ask space. Your submission will be reviewed and immediately available on the site and for social media integration.

Contribute Regularly

If you like writing tutorials, or regularly write about your research, we encourage you to read more about posting and contact us with your email or tumblr username, and you will be added as a contributor to the blog. As an official contributor you can write posts in several formats, receive notifications, integrate apps, and contribute via email. Contributors are subject to the same standards of conduct as non-affiliated posters.

Package Specific

To contribute content, or a 'blogroll' for your package, we encourage you to become a tumblr contributor, tag your posts with your package, and link to the tagged posts from your package page.

" From 55186fa32796b8dcf97780784826eca74c12848f Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Wed, 13 Dec 2023 20:34:22 +0100 Subject: [PATCH 2/2] =?UTF-8?q?http://=20=E2=86=92=20https://?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- _data/contribute.yml | 10 +++++----- _includes/footer.html | 2 +- _includes/link.html | 2 +- _packages/dipy.html | 2 +- _packages/mindboggle.html | 2 +- _packages/mne.html | 2 +- _packages/nibabel.html | 2 +- _packages/nilearn.html | 2 +- _packages/nipy.html | 2 +- _packages/nitime.html | 2 +- _packages/niwidgets.html | 2 +- _packages/popeye.html | 2 +- index.html | 2 +- 14 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 5179bd4..5e35ed2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## About nipy.org is built with a custom theme created for Jekyll. -- [site](http://www.nipy.org) +- [site](https://www.nipy.org) - preview changes with [continuous integration](https://circleci.com/gh/nipy/nipy.github.com/tree/master) [![Circle CI](https://circleci.com/gh/nipy/nipy.github.com.svg?style=svg)](https://circleci.com/gh/nipy/nipy.github.com) @@ -10,12 +10,12 @@ nipy.org is built with a custom theme created for Jekyll. ###### Install Jekyll and RubyGems Here are [complete instructions](https://help.github.com/articles/using-jekyll-with-pages/#installing-jekyll) -Refer to the [Jekyll documentation](http://jekyllrb.com) for further help. +Refer to the [Jekyll documentation](https://jekyllrb.com) for further help. #### Quick Start -To see more detailed instructions for adding a new project ("data") please refer to the [Contribute section](http://nipy.org/contribute.html) on the site. +To see more detailed instructions for adding a new project ("data") please refer to the [Contribute section](https://nipy.org/contribute.html) on the site. ###### Add a new project diff --git a/_data/contribute.yml b/_data/contribute.yml index 55f12d8..fa662bb 100644 --- a/_data/contribute.yml +++ b/_data/contribute.yml @@ -5,22 +5,22 @@ questions: - tag: "add-a-package" question: "How do I add a package?" - answer: "

Venue

Contributors are welcome to propose and discuss their ideas to develop Python packages for neuroimaging in the Nipy GitHub Discussionss.

Infrastructure and workflow

Let's first look at the infrastructure and workflow of the site

Your Workflow

You should do the following:

Details

  1. Add your package info to the data file, in the same format. This will have it rendered automatically in the navigation, and added to the animated brain on all pages.
  2. Add a base page for your package in the base directory of the site repo. It should be named [packagetag].html where [packagetag] corresponds with the tag variable in the data file. We have a page template for packages, and the easiest thing to do is copy another package's page to start.
  3. Static site content can be put in the js,css,img folders in the base directory. Any static content can be linked to like '{{ '/img/myimage.png' | prepend: site.baseurl }}'. Keep it organized.
  4. To contribute an svg image, put it in the '_includes/svg' folder and include like {% include svg/mysvg.svg %}
  5. Subpages should be contributed as posts to blog content.
" + answer: "

Venue

Contributors are welcome to propose and discuss their ideas to develop Python packages for neuroimaging in the Nipy GitHub Discussionss.

Infrastructure and workflow

Let's first look at the infrastructure and workflow of the site

Your Workflow

You should do the following:

Details

  1. Add your package info to the data file, in the same format. This will have it rendered automatically in the navigation, and added to the animated brain on all pages.
  2. Add a base page for your package in the base directory of the site repo. It should be named [packagetag].html where [packagetag] corresponds with the tag variable in the data file. We have a page template for packages, and the easiest thing to do is copy another package's page to start.
  3. Static site content can be put in the js,css,img folders in the base directory. Any static content can be linked to like '{{ '/img/myimage.png' | prepend: site.baseurl }}'. Keep it organized.
  4. To contribute an svg image, put it in the '_includes/svg' folder and include like {% include svg/mysvg.svg %}
  5. Subpages should be contributed as posts to blog content.
" - tag: "write-a-post" question: "How do I write a post?" - answer: "

Quick and Easy

The fastest way to contribute is to submit an idea, link, or video right away. If you have questions, to maximize their visibility, you can ask them on Neurostars, or you can reach us by email. These resources should be preferred over using the neuroimaging tumblr ask space. Your submission will be reviewed and immediately available on the site and for social media integration.

Contribute Regularly

If you like writing tutorials, or regularly write about your research, we encourage you to read more about posting and contact us with your email or tumblr username, and you will be added as a contributor to the blog. As an official contributor you can write posts in several formats, receive notifications, integrate apps, and contribute via email. Contributors are subject to the same standards of conduct as non-affiliated posters.

Package Specific

To contribute content, or a 'blogroll' for your package, we encourage you to become a tumblr contributor, tag your posts with your package, and link to the tagged posts from your package page.

" + answer: "

Quick and Easy

The fastest way to contribute is to submit an idea, link, or video right away. If you have questions, to maximize their visibility, you can ask them on Neurostars, or you can reach us by email. These resources should be preferred over using the neuroimaging tumblr ask space. Your submission will be reviewed and immediately available on the site and for social media integration.

Contribute Regularly

If you like writing tutorials, or regularly write about your research, we encourage you to read more about posting and contact us with your email or tumblr username, and you will be added as a contributor to the blog. As an official contributor you can write posts in several formats, receive notifications, integrate apps, and contribute via email. Contributors are subject to the same standards of conduct as non-affiliated posters.

Package Specific

To contribute content, or a 'blogroll' for your package, we encourage you to become a tumblr contributor, tag your posts with your package, and link to the tagged posts from your package page.

" - tag: "contribute-to-site" question: "How do I contribute (otherwise) to the site?" - answer: "

New site pages

New sites pages that are not packages, and not blog content, can be plopped into the base directory, and they will be automatically rendered by jekyll. You will need to add a link to your page in the '_includes/links.html' or from within some other page.

New questions on this page

The data on this page is rendered from contribute.yml in the _data folder, and so you can add new questions there.

Design

None of us are 'real' web-developers, and always appreciate fixes to the site theme or look. If you are familiar with Jekyll then you can fork the repo, make your changes, and submit a PR.

" + answer: "

New site pages

New sites pages that are not packages, and not blog content, can be plopped into the base directory, and they will be automatically rendered by jekyll. You will need to add a link to your page in the '_includes/links.html' or from within some other page.

New questions on this page

The data on this page is rendered from contribute.yml in the _data folder, and so you can add new questions there.

Design

None of us are 'real' web-developers, and always appreciate fixes to the site theme or look. If you are familiar with Jekyll then you can fork the repo, make your changes, and submit a PR.

" - subtitle: "Neuroimaging Scientist" tag: "neuroimaging-scientist" questions: - tag: "ask-a-question" question: "How do I ask a question?" - answer: "

For general questions about methods, analysis, and code, the best place to maximize the number of eyes on your issue is by way of Neurostars. Questions about specific packages are best to post as issues on the repository itself, a link to which you can find on any of the package pages. To be added as a contributor or ask a question about the site, you can reach us by email. Although you can ask your question through the neuroimaging tumblr ask space note that it gets less attention than the previous resources.

" + answer: "

For general questions about methods, analysis, and code, the best place to maximize the number of eyes on your issue is by way of Neurostars. Questions about specific packages are best to post as issues on the repository itself, a link to which you can find on any of the package pages. To be added as a contributor or ask a question about the site, you can reach us by email. Although you can ask your question through the neuroimaging tumblr ask space note that it gets less attention than the previous resources.

" - tag: "learn-about-nipy" question: "Where can I learn more about nipy?" - answer: "

Right on this site! Or look at our organization on Github.

" + answer: "

Right on this site! Or look at our organization on Github.

" - tag: "research-opportunities" question: "Where can I find opportunities for collaboration?" answer: "

Contribute a package, go to conferences, (someone else please write this) :)

" diff --git a/_includes/footer.html b/_includes/footer.html index c359a0a..95c8727 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,4 @@ - +