All Projects → ogrants → ogrants

ogrants / ogrants

Licence: other
Open grants list

Programming Languages

CSS
56736 projects
HTML
75241 projects
r
7636 projects
python
139335 projects - #7 most used programming language
ruby
36898 projects - #4 most used programming language
SCSS
7915 projects

Projects that are alternatives of or similar to ogrants

research-grants
Protocol Labs Research Grants
Stars: ✭ 143 (+48.96%)
Mutual labels:  research, grants
notes
A miscellany of thoughts.
Stars: ✭ 18 (-81.25%)
Mutual labels:  hacktoberfest2021
Peregrine
A blazing fast language for the blazing fast world(WIP)
Stars: ✭ 1,483 (+1444.79%)
Mutual labels:  hacktoberfest2021
Merge-PDF
My first PyPi Package. Merge Image and PDF files using customizations within a folder using the Command line.
Stars: ✭ 15 (-84.37%)
Mutual labels:  hacktoberfest2021
hacktoberfest2021-easy
Add a code in any language
Stars: ✭ 24 (-75%)
Mutual labels:  hacktoberfest2021
Python Scripts
A collaborative repository that contains various types of python scripts
Stars: ✭ 14 (-85.42%)
Mutual labels:  hacktoberfest2021
cerberus research
Research tools for analysing Cerberus banking trojan.
Stars: ✭ 110 (+14.58%)
Mutual labels:  research
SpotMusicGen
A Program that creates a Spotify playlist from a YouTube Playlist
Stars: ✭ 47 (-51.04%)
Mutual labels:  hacktoberfest2021
Hacktoberfest-2021
Make this Hacktoberfest a learning period and contribute to Great Open Source Projects.
Stars: ✭ 523 (+444.79%)
Mutual labels:  hacktoberfest2021
pygamelib
A (not so) small python library for console (as in terminal) game development. It is developed as a framework to help learn development and python in an entertaining way.
Stars: ✭ 34 (-64.58%)
Mutual labels:  hacktoberfest2021
urlshort
Ex 2 - Create an http.Handler that forwards paths to other URLs
Stars: ✭ 114 (+18.75%)
Mutual labels:  yaml
autocorr kr
리브레오피스(LibreOffice) 자동 교정(Autocorrect)기능에 대한 말모이 저장소
Stars: ✭ 15 (-84.37%)
Mutual labels:  hacktoberfest2021
Hacktoberfest2021-Task2
Hacktoberfest Task
Stars: ✭ 32 (-66.67%)
Mutual labels:  hacktoberfest2021
starter-kit
Start your career path to become a developer.
Stars: ✭ 19 (-80.21%)
Mutual labels:  hacktoberfest2021
contact-officials
Form definitions powering Resistbot's electronic deliveries to elected officials in the United States.
Stars: ✭ 29 (-69.79%)
Mutual labels:  yaml
mongo-express-node-template
This template is designed to help kick start Node.js applications that would use MongoDB as a database and Passport.js as an authentication middleware.
Stars: ✭ 19 (-80.21%)
Mutual labels:  hacktoberfest2021
schemaanalyst
➰ Search-based Test Data Generation for Relational Database Schemas
Stars: ✭ 18 (-81.25%)
Mutual labels:  research
EazyLoader
EazyLoader is Flask based web-application built to make downloading easy for you. Download videos and pictures from YouTube and Instagram in the best available quality. You can also download slides from SlideShare in PDF or PPTX format. In addition to that, you can calculate duration of YouTube Playlist at different speeds. You can also encrypt …
Stars: ✭ 42 (-56.25%)
Mutual labels:  hacktoberfest2021
openapi-specification
Pinnacle REST API Open API Specification (swagger)
Stars: ✭ 20 (-79.17%)
Mutual labels:  yaml
artemis cli
A command-line application for tutors to more productively grade programming excises on ArTEMiS
Stars: ✭ 12 (-87.5%)
Mutual labels:  yaml

Open Grants List

The Open Grants List is a list of grants that are openly available on the web. These grants can help with learning grantsmanship, understanding particular funders and their programs, and communicating research and scholarship.

The main website is https://www.ogrants.org/.

This is the Jekyll repository that creates the site.

Adding a grant

Adding a grant to the list requires two (or three) things:

1. Post the grant online

This site doesn't host grants, it just provides links to them. We recommend Zenodo and Figshare as good options for posting grants because they are archival and so shouldn't result in broken links anytime in the near future.

2. Add information about the grant

Information for each grant is stored as YAML with fields for each key piece of information. E.g.,

---
layout: grant
title: Moore Investigator in Data Driven Discovery
author: Ethan P. White
ORCID: 0000-0001-6728-7745
year: 2014
link: https://doi.org/10.6084/m9.figshare.1189330
funder: Moore Foundation
program: Data Driven Discovery Investigators
discipline: data science
status: funded
---

The items to the right of the : on each line should be changed to match the grant you want to add. To get this added to the site there are three options:

  1. Submit a pull request that adds the above information to a file named lastname_firstname_year.md in the _grants folder of the [GitHub repository]({{ site.github.repo }}). The lastname and firstname should be those for the lead PI. In the case of multiple grants by the same PI for the same year append letters in order to the date, e.g., white_ethan_2026a.md.
  2. Open an issue and paste the filled out YAML into that issue.
  3. Email us the information.

3. Add information about the author

If you want you can also add information about the author in the form:

---
name: Ethan P. White
ORCID: 0000-0001-6728-7745
institution: University of Florida
website: http://ethanwhite.org
twitter: ethanwhite
---

This can be submitted along with the grant information if you're using an issue or email. If you're submitting a pull request it should be placed in a file named lastname_firstname.md in the _authors directory.

Acknowledgments

Development of this site is supported by the Gordon and Betty Moore Foundation's Data-Driven Discovery Initiation through Grant GBMF4563 to Ethan White.

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].