Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interface #165

Merged
merged 39 commits into from
Oct 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
36d73f9
crime multiplier updates yearly
mariopaolucci Aug 29, 2019
b14473b
Person links already contain criminal links
mariopaolucci Aug 29, 2019
06cc0de
First attempt of taking into account all the other networks in bossness
mariopaolucci Aug 29, 2019
4f51c07
Introduced oc-status
mariopaolucci Aug 29, 2019
8b4af3f
another xml update
mariopaolucci Aug 29, 2019
f62acb0
Update arrest rate in proportion to the population
mariopaolucci Aug 29, 2019
34fa9b3
Extreme interventions: rp0.6 first version.
mariopaolucci Aug 29, 2019
d3ca87b
Repairing bugs
mariopaolucci Aug 29, 2019
b198e86
remove old corrections, repair xml
mariopaolucci Aug 29, 2019
ae0857b
catching no OC members in o6 reporter.
mariopaolucci Sep 1, 2019
7fc8022
Better c calculation
mariopaolucci Sep 3, 2019
c54d09c
remove show
mariopaolucci Sep 3, 2019
148bed6
reparing xml
mariopaolucci Sep 3, 2019
c26a050
Everybody was a recruit at year one.
mariopaolucci Sep 3, 2019
c5f6ea0
Changed the way we generate arrests - now it is like crimes, a fixed …
mariopaolucci Sep 3, 2019
4b2766c
removing silly prints
mariopaolucci Sep 3, 2019
b683826
old test makes no sense anymore, removed.
mariopaolucci Sep 3, 2019
9423898
Adding a correction in the case of few arrests
mariopaolucci Sep 4, 2019
e72004c
Updating the xml, adding a run with more crime and arrests
mariopaolucci Sep 4, 2019
0260793
adding e xml
mariopaolucci Sep 4, 2019
a95c948
Remove excess professional links to make students suitable
mariopaolucci Sep 5, 2019
5059ab8
Merge branch 'correctc' of [email protected]:LABSS/PROTON-OC.git
mariopaolucci Sep 5, 2019
18b6413
Manage no-crimes error in ifelse-value in reporter
mariopaolucci Sep 8, 2019
5d01500
calculating criminal tendency compensation for weighted extraction mo…
mariopaolucci Sep 10, 2019
d532d76
Preparing to run rp0.61
mariopaolucci Sep 10, 2019
7425c40
Preparing to run experiments with constant population
mariopaolucci Sep 11, 2019
d06b572
adding names interventions to distinguish between normal and strong.
mariopaolucci Sep 11, 2019
3111ca5
Reorganizing the interface.for public release
mariopaolucci Sep 15, 2019
303a6c2
Aligning some sliders.
mariopaolucci Sep 15, 2019
56bef2e
Preparing rp0.7
mariopaolucci Sep 19, 2019
27a8316
Repairing test and bug in new jobs
mariopaolucci Sep 19, 2019
af9a953
Creating rp0.8p. Testing sequential run bash scriput, not working yet.
mariopaolucci Sep 21, 2019
7cd02f8
Moving facilitator intervention to 3
mariopaolucci Sep 24, 2019
ba1e82b
Also mortality rates for e from here.
mariopaolucci Sep 24, 2019
39fa825
add raw file initial_mortality_rates.ods
mariopaolucci Sep 24, 2019
6657136
Adding rp0.8f to redo facilitators.
mariopaolucci Sep 24, 2019
8b9d9a1
Adding rp0.8e
mariopaolucci Sep 25, 2019
492824f
Creating rp0.7e - eindhoven for the wizard.
mariopaolucci Sep 27, 2019
0e9052e
Preparing another launch of rp0.8 to improve significance. Cleaning u…
mariopaolucci Oct 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*.csv#
*.doc#
*.docx#
*.ods#
.DS_Store
*.icloud
*.graphml
Expand All @@ -15,3 +16,4 @@ outputs/table-output.csv
outputs/.ipynb_checkpoints
*.~lock.*xls#
ipynb_checkpoints
*.pyc
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2019 Mario Paolucci

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Loading