forked from econ-ark/HARK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
643f602
commit c7f8b14
Showing
186 changed files
with
2,852 additions
and
2,189 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Code of Conduct | ||
|
||
* [NumFOCUS Code of Conduct](https://numfocus.org/code-of-conduct) | ||
- [NumFOCUS Code of Conduct](https://numfocus.org/code-of-conduct) |
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,2 +1,2 @@ | ||
github: [numfocus] | ||
custom: ['https://numfocus.org/donate-to-econ-ark'] | ||
custom: ["https://numfocus.org/donate-to-econ-ark"] |
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,7 @@ | ||
Please ensure your pull request adheres to the following guidelines: | ||
|
||
<!--- Put an `x` in all the boxes that apply: --> | ||
|
||
- [ ] Tests for new functionality/models or Tests to reproduce the bug-fix in code. | ||
- [ ] Updated documentation of features that add new functionality. | ||
- [ ] Update CHANGELOG.md with major/minor 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
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 |
---|---|---|
|
@@ -281,7 +281,7 @@ nate-notes/ | |
|
||
*_region_*.* | ||
|
||
# VSCode | ||
# VSCode | ||
settings.json | ||
.idea | ||
|
||
|
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,26 +1,33 @@ | ||
{ | ||
"title": "Heterogeneous Agents Resources and toolKit (HARK)", | ||
"creators": [{ | ||
"creators": [ | ||
{ | ||
"name": "Carroll, Christopher D" | ||
}, { | ||
}, | ||
{ | ||
"name": "Palmer, Nathan" | ||
}, { | ||
}, | ||
{ | ||
"name": "White, Matthew N." | ||
}, { | ||
}, | ||
{ | ||
"name": "Kazil, Jacqueline" | ||
}, { | ||
}, | ||
{ | ||
"name": "Low, David C" | ||
}, { | ||
}, | ||
{ | ||
"name": "Kaufman, Alexander" | ||
}], | ||
"access_right": "open", | ||
} | ||
], | ||
"access_right": "open", | ||
"license": "apache2.0", | ||
"upload_type": "software", | ||
"related_identifiers": [ | ||
{ | ||
"scheme": "url", | ||
"identifier": "https://github.com/econ-ark/HARK/", | ||
"relation": "isSupplementTo" | ||
} | ||
] | ||
"upload_type": "software", | ||
"related_identifiers": [ | ||
{ | ||
"scheme": "url", | ||
"identifier": "https://github.com/econ-ark/HARK/", | ||
"relation": "isSupplementTo" | ||
} | ||
] | ||
} |
Oops, something went wrong.