https://github.com/adrn/ast542
Princeton astro grad seminar on statistical methods
Science Score: 36.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: arxiv.org -
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (11.4%) to scientific vocabulary
Keywords
Repository
Princeton astro grad seminar on statistical methods
Basic Info
- Host: GitHub
- Owner: adrn
- License: mit
- Language: Jupyter Notebook
- Default Branch: main
- Size: 4.55 MB
Statistics
- Stars: 16
- Watchers: 6
- Forks: 2
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
AST542
Princeton astro grad seminar on statistical methods.
Dependencies
We're going to use anaconda as our Python distribution and package manager. If you don't already use it, you can download it and install a new version of Python pretty harmlessly. It will install everything to a new directory so it won't mess with your existing installation. One of the great advantages of Anaconda is the ability to create conda environments that let you maintain different, independent Python installations (e.g., you can have Python 2 and 3 installed in parallel) and easily switch between them. I recommend creating a new environment for this material with all of the packages we'll need, just to sandbox everything and make sure we're all using the same versions. If you clone or download this repo, you can use the environment.yml file to automatically create the environment for you. After cloning / downloading, change directories into the project root and do:
conda env create
Once that's done installing everything, you need to activate the environment to use the version of Python with all of the packages it just installed. Do that with:
source activate ast542
To deactivate the environment (if you want to go back to your root environment / default context) you just have to do:
source deactivate
Other Resources
Owner
- Name: Adrian Price-Whelan
- Login: adrn
- Kind: user
- Location: NYC
- Company: Flatiron Institute
- Website: adrian.pw
- Repositories: 124
- Profile: https://github.com/adrn
GitHub Events
Total
Last Year
Committers
Last synced: 9 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Adrian Price-Whelan | a****w@g****m | 25 |
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0