Science Score: 41.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
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: ldhuyjoseph
  • License: mit
  • Language: TeX
  • Default Branch: main
  • Size: 0 Bytes
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 1 year ago · Last pushed over 1 year 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 the most commonly used programming languages in the field, such as Python, R, Julia, and Stata.

[!NOTE] Although the underlying architecture supports all listed programming languages, the current template implementation is limited to Python and R.

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 @tobiasraabe @mj023

Former Contributors

@janosg @PKEuS @philippmuller @julienschat @raholler

Owner

  • Login: ldhuyjoseph
  • Kind: user

Citation (CITATION)

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

GitHub Events

Total
  • Push event: 2
  • Create event: 2
Last Year
  • Push event: 2
  • Create event: 2

Dependencies

.github/workflows/main.yml actions
  • actions/checkout v4 composite
  • codecov/codecov-action v3 composite
  • mamba-org/setup-micromamba v1 composite
  • r-lib/actions/setup-tinytex v2 composite
docs_template/scripts/pyproject.toml pypi
pyproject.toml pypi
environment.yml conda
  • conda-lock
  • ipykernel
  • jupyterlab
  • numpy
  • pandas >=2.2
  • pip >=21.1
  • plotly >=5.2.0,<6
  • pre-commit
  • pyreadr
  • pytask >=0.5.0
  • pytask-latex >=0.4.2
  • pytask-parallel >=0.5.0
  • pytask-r >=0.4.1
  • pytest
  • pytest-cov
  • pytest-xdist
  • python 3.12
  • r-forcats
  • r-plyr
  • r-precommit
  • r-yaml
  • statsmodels