GOSH Residencies and Project Lists

Recently, I have put together a way to list public GOSH projects and residencies. I thought it would be important to keep track of all the cool stuff people are doing!! So I made a wordpress plugin for http://openhardware.science to compile data from a public repository.

Residencies: http://openhardware.science/2019/09/11/gosh-residencies/

Projects: http://openhardware.science/2019/09/11/open-science-hardware-projects/

Over the coming days, I will be filling the Projects page with a few community projects. In the meantime, please let me know if you think the ā€œcategories/table headersā€ and ā€œfiltersā€ are appropriate.

Note specific to the projects:

  • The ranked feature lets you specify the ordering of the projects. If itā€™s from a member in the GOSH community it should definitely appear at the top of the list meaning ā€˜rank:1ā€™.

Example:

Feedback appreciated!

5 Likes

This is a public database that can be edited by anyone. Detailed Instructions Here (data is stored in a JSON format on Gitlab, simply make a change with a merge/pull request)

Using a wordpress plugin to extract data from Gitlab.

1 Like

Great tool! Thanks!
There are a few issues about this in the roadmap repo (available gosh resources and OScH iniciatives)

So awesome! Thanks Chris. Iā€™d say anyone organizing another GOSH or related event should take a little time during the event for people to update and add to these lists. Iā€™m DEFINITELY going to use them when Iā€™m talking to folks and referencing the community, especially excited about the residencies page.

I think we should put both of these items more prominently on the front page as well, especially as new people find the site they should see the lists of projects and links to engage.

Greg

1 Like

Excellent! Iā€™ve updated the front page for quick access to projects and residencies.

1 Like

@jcm80 @shannond @dusjagr @ryanfobel @asmithw @nanocastro Just making sure you all saw this, and saw the updated front page with the link.

Ryan Marc and Adam especially - Iā€™m sure there are some residencies you know of that we could include (the prof at U of T is one example Ryan and of course Adam your lab!).

Letā€™s get this thing populated, if you think we need adjustments / feedback please post, maybe some UI improvements are possible but Iā€™d love to get this started!

You can edit the JSON directly in gitlab to add content. Follow the structure for now.

3 Likes

This is really awesome! Thanks for all of your work on this @cphajduk! The wordpress integration is magic :wink:

I wonder if we should think about adding any other fields before we start building up this database (e.g., contact email, source code repository)? @jarancio, are there any other fields needed to make this compatible with your mapping initiative?

I really love how it uses the json backend from gitlab. Should be pretty simple to do a bulk import from a csv file or a google form.

I enjoyed getting an implementation running! Was looking for the most community-accessible way to get it to work.

Yeah, I wasnā€™t sure about any other fields. It can always be added later for sure, all you do is change the header in the JSON file (anyone can do it too!). This would be more of a problem if the listing gets too long.
Also, with the side-bar of ā€œpagesā€ on the side, adding too many columns might make squish everything and make it less readable.

Hey @cphajduk this is awesome. Iā€™ve been working on mapping the community (projects, initiatives, spaces), some things Iā€™ve done are:

The hard part is always getting the data. So I love this integration, it motivates people to add their project/residency. My approach was also ā€œcome edit this csvā€ but one problem I have is when people donā€™t wanna contribute through GitHub.

So I was thinking of setting up a form (linked from gosh website) that generates a PR to my repo (or yours now that itā€™s integrated, better!!), and we get the benefit of validation.

If itā€™s only for events/residencies I think itā€™s fine with the fields you suggest + contact email.

If we can expand it to GOSH projects/initiatives Iā€™d love to see sth like

  • item name
  • is this a project/residency/lab/what?
  • Dates
  • City
  • URL

What do you think?

1 Like