-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename from example_project to template_project
- Loading branch information
Showing
35 changed files
with
85 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@Unpublished{ExampleProject, | ||
Title = Example Project, | ||
Author = Hans-Martin von Gaudecker, | ||
Year = 2024, | ||
Url = https://github.com/opensourceeconomics/econ-project-templates, | ||
@Unpublished{Gaudecker2024, | ||
Title = "Example Project", | ||
Author = "Hans-Martin von Gaudecker", | ||
Year = "2024", | ||
Url = "https://github.com/opensourceeconomics/econ-project-templates", | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ include LICENSE | |
|
||
exclude *.yaml | ||
exclude *.yml | ||
exclude tox.ini | ||
|
||
prune docs | ||
prune tests |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,61 @@ | ||
# Example Project | ||
# Templates for Reproducible Research Projects in Economics | ||
|
||
![MIT license](https://img.shields.io/github/license/OpenSourceEconomics/econ-project-templates) | ||
[![image](https://zenodo.org/badge/14557543.svg)](https://zenodo.org/badge/latestdoi/14557543) | ||
[![Documentation Status](https://readthedocs.org/projects/econ-project-templates/badge/?version=stable)](https://econ-project-templates.readthedocs.io/en/stable/) | ||
[![image](https://github.com/OpenSourceEconomics/econ-project-templates/actions/workflows/main.yml/badge.svg)](https://github.com/OpenSourceEconomics/econ-project-templates/actions/workflows/main.yml) | ||
[![image](https://codecov.io/gh/OpenSourceEconomics/econ-project-templates/branch/main/graph/badge.svg)](https://codecov.io/gh/OpenSourceEconomics/econ-project-templates) | ||
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/OpenSourceEconomics/econ-project-templates/main.svg)](https://results.pre-commit.ci/latest/github/OpenSourceEconomics/econ-project-templates/main) | ||
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) | ||
|
||
This project aims to provide a project template for economists that makes it easy to | ||
produce reproducible research using one or more of the most frequently used programming | ||
languages in economics (i.e Python, R, Julia, Stata). | ||
|
||
> [!NOTE] | ||
> While the underlying architecture supports all of the listed programming languages, | ||
> the template project currently only implements a Python and R version. | ||
Users and curious visitors please take a look at the | ||
[documentation](https://econ-project-templates.readthedocs.io/en/stable/). | ||
|
||
## Usage | ||
|
||
To get started, create and activate the environment with | ||
|
||
```console | ||
$ conda/mamba env create | ||
$ conda activate example_project | ||
$ conda activate template_project | ||
``` | ||
|
||
To build the project, type | ||
To build the template project, type | ||
|
||
```console | ||
$ pytask | ||
``` | ||
|
||
## Credits | ||
### Transferring your own project | ||
|
||
Open an editor and look for the template project name `"template_project"`. Replace this | ||
with the name of your project. | ||
|
||
You can now add new files to the project and remove the template files. | ||
|
||
## Contributing | ||
|
||
We welcome suggestions on anything: improving the documentation, bug reports, feature | ||
requests. Please open an | ||
[issue](https://github.com/OpenSourceEconomics/econ-project-templates/issues) 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](https://www.wiwi.uni-bonn.de/gaudecker), this is a small | ||
team so there is no need for a detailed formal process. | ||
|
||
### Contributors | ||
|
||
@hmgaudecker @timmens @tobiasraabe @mj023 | ||
|
||
### Former Contributors | ||
|
||
This project was created using the | ||
[econ-project-templates](https://github.com/OpenSourceEconomics/econ-project-templates). | ||
@janosg @PKEuS @philippmuller @julienschat @raholler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
name: example_project | ||
name: template_project | ||
channels: [conda-forge, r, nodefaults] | ||
dependencies: | ||
- r-plyr | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters