https://github.com/datapartnership/facebook-population-density

https://github.com/datapartnership/facebook-population-density

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 4 committers (25.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.8%) to scientific vocabulary

Keywords

data-for-good datapartnership facebook university-data-fellows
Last synced: 6 months ago · JSON representation

Repository

Basic Info
Statistics
  • Stars: 1
  • Watchers: 33
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
data-for-good datapartnership facebook university-data-fellows
Created over 5 years ago · Last pushed over 2 years ago
Metadata Files
Readme License

README.md

Data Partnership Project Template

The template creates a project structure inspired by the Cookiecutter Data Science with an out-of-box Jupyter Book published automatically on GitHub Pages.

Here are some of the practices that project template aims to encourage: - Reproducibility - Transparency - Credibility

Resources

  • Development Data Partnership

    A partnership between international organizations and companies, created to facilitate the use of third-party data in research and international development.

  • Awesome Data Partnership

    A curated list of projects, data goods and derivative works associated with the Development Data Partnership

  • The DIME Wiki

    The DIME Wiki is a public good developed and maintained by DIME Analytics, a team which creates tools that improve the quality of impact evaluation research at DIME. The DIME Wiki is targeted to all researchers and M&E specialists at the World Bank, clients who are managing data collection efforts in the field, donor institutions, universities, NGOs, and governments. While there are many existing impact evaluation resources, none meet the specific gap the DIME Wiki aims to fulfill: a resource focused on practical implementation guidelines rather than theory, open to the public, easily searchable, suitable for users of varying levels of expertise, up-to-date with the latest technological advances in electronic data collection, with a vibrant network of editors who are experts in this field.

  • The DIME Analytics Data Handbook

    This book is intended to serve as an introduction to the primary tasks required in development research, from experimental design to data collection to data analysis to publication. It serves as a companion to the DIME Wiki and is produced by DIME Analytics.

  • GitHub Pages

    GitHub Pages are public webpages hosted and easily published through GitHub.

  • Jupyter Book

    Jupyter Book is an open source project for building beautiful, publication-quality books and documents from computational material.

Project Checklist

{important} Coming Soon

Project Organization

markdown ├── LICENSE ├── Makefile <- Makefile with commands like `make data` or `make train` ├── README.md <- The top-level README for developers using this project. ├── data │   ├── external <- Data from third party sources. │   ├── interim <- Intermediate data that has been transformed. │   ├── processed <- The final, canonical data sets for modeling. │   └── raw <- The original, immutable data dump. │ ├── models <- Trained and serialized models, model predictions, or model summaries │ ├── notebooks <- Jupyter notebooks. Naming convention is a number (for ordering), │ the creator's initials, and a short `-` delimited description, e.g. │ `1.0-jqp-initial-data-exploration`. │ ├── references <- Data dictionaries, manuals, and all other explanatory materials. │ ├── reports <- Generated analysis as HTML, PDF, LaTeX, etc. │   └── figures <- Generated graphics and figures to be used in reporting │ ├── requirements.txt <- The requirements file for reproducing the analysis environment, e.g. │ generated with `pip freeze > requirements.txt` │ ├── setup.py <- makes project pip installable (pip install -e .) so src can be imported ├── src <- Source code for use in this project. │   ├── __init__.py <- Makes src a Python module │ │ │   ├── data <- Scripts to download or generate data │   │   └── make_dataset.py │ │ │   ├── features <- Scripts to turn raw data into features for modeling │   │   └── build_features.py │ │ │   ├── models <- Scripts to train models and then use trained models to make │ │ │ predictions │   │   ├── predict_model.py │   │   └── train_model.py │ │ │   └── visualization <- Scripts to create exploratory and results oriented visualizations │   └── visualize.py │ └── tox.ini <- tox file with settings for running tox; see tox.readthedocs.io


Project based on the cookiecutter data science project template. #cookiecutterdatascience

Owner

  • Name: Development Data Partnership
  • Login: datapartnership
  • Kind: organization
  • Email: datapartnership@worldbank.org

Public-Private Data Partnerships for International Development

GitHub Events

Total
Last Year

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 20
  • Total Committers: 4
  • Avg Commits per committer: 5.0
  • Development Distribution Score (DDS): 0.3
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Jesus Blanco j****1@c****u 14
scole02 5****2 3
acatelan a****i@g****m 2
Gabriel Stefanini g****e@g****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/gh-pages.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • peaceiris/actions-gh-pages v3 composite
requirements.txt pypi
  • jupyter-book *
setup.py pypi