Skip to content

Commit

Permalink
getting started, resources, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Aug 5, 2024
1 parent 2502b02 commit 88852a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code-conduct.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ At the start of a new project, the student or post-doc taking on the lead role c

### Old projects

If a student or post-doc collects a dataset but does not completely analyze it or write it up within 3 years after the end of study, Krishna will re-assign the project (if appropriate) to another person to expedite publication. If a student or post-doc voluntarily relinquishes their rights to the project prior to the 3-year window, Krishna will also re-assign the project to another individual. This policy is here to prevent data from remaining unpublished, but is meant to give priority to the person who collected the data initially.
If a student or post-doc collects a dataset but does not completely analyze it or write it up within 1 year after the end of study, Krishna will re-assign the project (if appropriate) to another person to expedite publication. If a student or post-doc voluntarily relinquishes their rights to the project prior to the 1-year window, Krishna will also re-assign the project to another individual. This policy is here to prevent data from remaining unpublished, but is meant to give priority to the person who collected the data initially.

8 changes: 5 additions & 3 deletions getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You have made your first step by joining our research group on extreme scale geo

* You may use your own laptop or Krishna would be happy to buy you a new laptop.

* We mainly work using Linux OS, so I recommend installing [Fedora OS](https://getfedora.org/) on your machine. At a minimum install Windows Subsystem on Linux (WSL2) and [run Ubuntu](https://docs.microsoft.com/en-us/windows/wsl/install-win10).
* We mainly work using Unix/Linux OS, so I recommend installing [Fedora OS](https://getfedora.org/) on your machine or using a Mac.

* Sign-up to [DesignSafe-CI](https://designsafe-ci.org/register) and share your username with Krishna so he can add you to relevant projects. DesignSafe is a CyberInfrastructure for Natural Hazard Engineering and offers access to some of the best supercomputing resources at the [Texas Advanced Computing Center - TACC](https://tacc.utexas.edu).

Expand All @@ -17,12 +17,14 @@ You have made your first step by joining our research group on extreme scale geo

- [Unix Shell](https://swcarpentry.github.io/shell-novice/)

- [Git for Version control (2 hours)](https://jpvantassel.github.io/git-course/#/)
- [Git for Version control](https://git-scm.com/book/en/v2)

- [Python basics](https://github.com/kks32-courses/ce311k)
- [Python basics](https://kks32-courses.github.io/ce311k/README.html)

- [C++ Core Guidelines](https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines) and [C++ Large-Scale programming](https://github.com/kks32/cpp-software-development)

- [PyTorch](https://pytorch.org/tutorials/beginner/basics/intro.html) and [JAX](https://pytorch.org/tutorials/beginner/basics/intro.html)

* We use slack to communicate within the research group for software development.

* If you find a bug or an issue in one of our software, please open an issue request on [GitHub](https://github.com/geoelements)
Expand Down
2 changes: 1 addition & 1 deletion resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The lab has a shared UT Box account that is used to store experiment data, so th

Currently, the best option for sharing large datasets are the [UT Dataverse](https://dataverse.tdl.org/dataverse/utexas) or [DesignSafe CyberInfrastructure](https://designsafe-ci.org) for Natural Hazard Engineering datasets or for smaller datasets [Open Science Framework](https://osf.io).

## Video conferencing (Whereby/Zoom)
## Video conferencing
Our video conferencing facility is the [UT Zoom](https://utexas.zoom.us) account to have group calls.

## Wiki
Expand Down

0 comments on commit 88852a2

Please sign in to comment.