Skip to content

Repository to reproduce the results from Fuchs, Baumas et al. (2022)

License

Notifications You must be signed in to change notification settings

RobeeF/rubaliz_paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RUBALIZ_logo


This repository aims to reproduce the results from Fuchs, Baumas et al. (2022). Before proceeding, please install:

Download this repository using GitHub Desktop or by downloading the zip directly. To do so, click on the green "Code" menu in the top right and choose the desired option.
The downloaded (and unzipped if needed) directory will be referred to as "root directory" in the sequel. The root directory contains three subdirectories: the "Codes" repository fetch the data in the "Data" repository and reproduce the results in the "Results" directory.

Open the scripts in Spyder (for .py files) or Rstudio (for .R files), and adapt the path to the root file on your computer: For Python scripts, the line to change is the "chdir" command of each script. Example in Codes/rupture_main.py line 14:

os.chdir('replace/this/path/with/the/root/directory/path/on/your/computer')

For R scripts, the line to change is the "setwd" command of each script. Example in Codes/integration.R line 13:

setwd('replace/this/path/with/the/root/directory/path/on/your/computer')

More information on how to use the RUBALIZ method for your use case can be found here: https://github.com/RobeeF/rubaliz

About

Repository to reproduce the results from Fuchs, Baumas et al. (2022)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published