All Projects → OpenScienceMOOC → site

OpenScienceMOOC / site

Licence: AGPL-3.0 license
The OpenScienceMOOC website

Programming Languages

SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to site

Main
Management materials and content
Stars: ✭ 32 (+60%)
Mutual labels:  mooc, openscience
Open-Data-Lab
an initiative to provide infrastructure for reproducible workflows around open data
Stars: ✭ 26 (+30%)
Mutual labels:  opendata, openscience
django-calaccess-raw-data
A Django app to download, extract and load campaign finance and lobbying activity data from the California Secretary of State's CAL-ACCESS database
Stars: ✭ 61 (+205%)
Mutual labels:  opendata
QPrompt
Personal teleprompter software for all video creators. Built with ease of use, productivity, control accuracy, and smooth performance in mind.
Stars: ✭ 168 (+740%)
Mutual labels:  freesoftware
awesome-yaml
YAML awesomeness
Stars: ✭ 36 (+80%)
Mutual labels:  opendata
blockchain101
区块链是面向未来数字化社会的新一代信息技术。本课程将系统介绍区块链原理和应用,让学生对区块链有整体的了解。课程设计目标是帮助学生树立分布式整体性世界观,教学大纲将涵盖围绕区块链,通过应用密码学、分布式系统基础、博弈论的基础知识,把区块链作为分布式整体世界观最前沿的创新应用进行系统讲解。课程还将引入区块链智能合约的概念,帮助学生理解区块链编程的理念和应用的方法。
Stars: ✭ 102 (+410%)
Mutual labels:  mooc
rhdx
R package to interact with the Humanitarian Data Exchange portal - http://dickoa.gitlab.io/rhdx/
Stars: ✭ 20 (+0%)
Mutual labels:  opendata
Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+155%)
Mutual labels:  opendata
ribge
R package for (down)loading data from IBGE (Instituto Brasileiro de Geografia e Estatística)
Stars: ✭ 44 (+120%)
Mutual labels:  opendata
opendata
Finland national open data portal (avoindata.fi) source code.
Stars: ✭ 27 (+35%)
Mutual labels:  opendata
go-soda
Socrata Open Data API (SODA) GET client for Golang
Stars: ✭ 40 (+100%)
Mutual labels:  opendata
cada.data.gouv.fr
A simple interface to search and display CADA advices
Stars: ✭ 16 (-20%)
Mutual labels:  opendata
website
Project Free Our Knowledge aims to organise collective action in support of open and reproducible research practices. This repository is used to design new campaigns (using the issues feature) and to build the website (www.freeourknowledge.org).
Stars: ✭ 32 (+60%)
Mutual labels:  openscience
hetic.js
Matériel du cours javascript du bachelor web de l'Hetic
Stars: ✭ 38 (+90%)
Mutual labels:  mooc
awesome-moocs
A list of MOOC resources.
Stars: ✭ 26 (+30%)
Mutual labels:  mooc
thoth
Metadata management and dissemination system for Open Access books
Stars: ✭ 25 (+25%)
Mutual labels:  openaccess
fdnssearch
Swiftly search FDNS datasets from Rapid7 Open Data
Stars: ✭ 19 (-5%)
Mutual labels:  opendata
homebridge-airrohr
HomeBridge module for the DIY luftdaten.info particulates sensor. See http://luftdaten.info how to build your own
Stars: ✭ 48 (+140%)
Mutual labels:  opendata
municipios-br
Dados em formato aberto sobre municípios e unidades federativas do Brasil.
Stars: ✭ 58 (+190%)
Mutual labels:  opendata
covid19-datasets
A list of high quality open datasets for COVID-19 data analysis
Stars: ✭ 56 (+180%)
Mutual labels:  opendata

Open Science MOOC logo

Visit our website to learn more about the project.

Follow @OpenScienceMOOC on Twitter for important announcements or come talk with us on our slack channel.

This project adheres to the Contributor Covenant code of conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Altering the module content.

Modules descriptions are rendered from markdown files (here is a useful markdown cheatsheet) located in the _modules folder. The module markdown files are plain markdown file. However, the top of each file contains some YAML data helping to render the content on the website. This YAML lines set the page layout, the title to render, and the icon picture to use on the page.

Here's an example:

---
layout: page
title: "Open Access to Research Papers"
icon: "icons/paper.html"
order: 6
---

How to add a person to be listed/rendered on the website

Currently adding a person involves adding a YAML file in the _data/people folder. Perhaps the easiest thing to do is to copy an existing file, e.g.
chris_madan.yml. In this file, the data is used to define a member profile.

The contact item currently supports:

  • email
  • github
  • impactstory
  • linkedin
  • orcid
  • twitter
  • website

Depending on which team you're in, you can use the following value for the team item:

  • advisors
  • production
  • steering-committee
  • code-of-conduct-committee

Here's an example:

name: Christopher Madan
location: UK
contact:
  email: [email protected]
  github: cMadan
  impactstory: 0000-0003-3228-6501
  linkedin: cmadan
  orcid: 0000-0003-3228-6501
  twitter: cMadan
  website: http://cmadan.com/
team: steering-committee

If you want to add a picture of you, you simply need to add an image in the folder assets/img/people.

The image should be in a JPG format and have the same name as your YAML file in _people (e.g chris_madan.yml -> chris_madan.jpg).

Sponsors

Digital Ocean

License

Content

Unless otherwise stated the content is licensed under the CC-BY-SA 4.0.

Source code

Copyright (C) 2019 OpenScienceMOOC

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].