econ-project-templates

Templates for reproducible economics projects

https://github.com/opensourceeconomics/econ-project-templates

Science Score: 54.0%

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

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.7%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Templates for reproducible economics projects

Basic Info
Statistics
  • Stars: 153
  • Watchers: 9
  • Forks: 54
  • Open Issues: 3
  • Releases: 22
Created over 12 years ago · Last pushed 7 months ago
Metadata Files
Readme Changelog License Citation

README.md

Templates for Reproducible Research Projects in Economics

MIT license image Documentation Status image image pre-commit.ci status

This project provides a template for economists aimed at facilitating the production of reproducible research using Python. We provide a directory structure, a worked example, and many helpful modern tools. At its core, the computational pipeline uses pytask to ensure reproducibility. While the example focuses on Python, running R, Julia, or Stata is very easy, too. In fact, until version 0.9, the template included its worked example in R, too. We dropped it purely for lack of resources to maintain it.

Getting Started

You can find all necessary resources to get started on our documentation.

Contributing

We welcome suggestions on anything from improving the documentation to reporting bugs and requesting new features. Please open an issue in these cases.

If you want to work on a specific feature, we are more than happy to get you started! Please get in touch briefly, this is a small team so there is no need for a detailed formal process.

Contributors

@hmgaudecker @timmens

Former Contributor and Creator of pytask

@tobiasraabe

Former Contributors

@janosg @PKEuS @philippmuller @julienschat @raholler @mj023

Owner

  • Name: Open Source Economics
  • Login: OpenSourceEconomics
  • Kind: organization
  • Location: Bonn, Germany

A platform for transdisciplinary collaboration in the development, analysis, and application of computational economic models.

Citation (CITATION)

@Unpublished{DOE2024,
    Title  = "EXAMPLE PROJECT",
    Author = "JANE DOE",
    Year   = "2024",
    Url    = "https://github.com/opensourceeconomics/econ-project-templates",
}

GitHub Events

Total
  • Create event: 10
  • Release event: 3
  • Issues event: 4
  • Watch event: 14
  • Delete event: 8
  • Member event: 1
  • Issue comment event: 6
  • Push event: 32
  • Pull request review comment event: 6
  • Pull request review event: 6
  • Pull request event: 14
  • Fork event: 3
Last Year
  • Create event: 10
  • Release event: 3
  • Issues event: 4
  • Watch event: 14
  • Delete event: 8
  • Member event: 1
  • Issue comment event: 6
  • Push event: 32
  • Pull request review comment event: 6
  • Pull request review event: 6
  • Pull request event: 14
  • Fork event: 3

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v3 composite
  • mamba-org/provision-with-micromamba main composite
  • r-lib/actions/setup-tinytex v2 composite
pyproject.toml pypi
{{cookiecutter.project_slug}}/pyproject.toml pypi
{{cookiecutter.project_slug}}/environment.yml conda
environment.yml pypi
  • kaleido *
  • pdbp *