Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Repository
Online Git Content for DCU's PHY1055 lab
Basic Info
- Host: GitHub
- Owner: creanero
- License: mit
- Language: Python
- Default Branch: main
- Size: 57.6 KB
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
DCU PHY1055 Numerical Methods Computational Experiments
This page contains online Git Content for DCU's PHY1055 lab. It is intended for use with the content on Loop and is not intended to stand alone.
Introduction to Computational Experiments
Welcome to 3rd year and to the computational labs. These labs work similarly to the physical experiments you will be doing in the lab in the following ways. * You must be prepared for the lab in advance by reading up on the theory. In these experiments, this theory is in Loop Workbooks on the Loop page under the buttons marked “Background Information.” As you work through the background workbooks, you will see instructions indicating when you are ready to carry out specific experiments. * You will work on the experiments by following the instructions in the lab manual. The lab manuals for these experiments are google documents which can be accessed through the link marked “Lab Instructions.” * Deliverable submissions for these experiments are a lab report for weeks 2 and 3 combined, a lab report for week 4, and a joint project report for weeks 5 and 6 combined. These are available on the Loop page under the heading “Submission Points.” * Lab reports follow the same template as those for physical experiments: you must include background, methods, results and discussion. * Academic Staff members will be available to give hands-on support during the main lab sessions. Online assistance is available via Zoom on request. Email the module coordinator for more information. * Students may help one another with their work, but should not copy one another’s work directly.
Before you work on the specific programs for this lab, familiarise yourself again with the use of the python environment of your choice (spyder, jupyter, pycharm etc.). For the first project in this lab you’ll need to be able to assign variables, define functions, while or for loops, print characters onto the console or store them into an array or a file, as well as plot basic graphs onto the screen and into files to be used in your report.
I would strongly recommend that you make use of GitHub for storing your code by following the tutorial in the Online Content section of the Loop page. This tutorial has two parts, and both must be completed by the start of the lab on week 6. I would suggest that you start early, as knowing how to use GitHub will allow you to store, share and publish your code and reference it later. It is also an essential part of many lines of work, including scientific research.
Owner
- Name: Oisín Creaner
- Login: creanero
- Kind: user
- Location: Dublin
- Company: Dublin Institute for Advanced Studies
- Website: https://www.dias.ie/2018/01/29/astrostaff-dr-oisin-creaner/
- Repositories: 3
- Profile: https://github.com/creanero
I am a postdoctoral researcher and software developer at Dublin Institute for Advanced Studies. Previous account @creaneroDIAS now merged
Citation (CITATION.cff)
cff-version: 1.2.0 message: "Please cite as below." authors: - family-names: "Creaner" given-names: "Oisin" orcid: "https://orcid.org/0000-0002-1080-0090" - family-names: "Dempsey" given-names: "Adam" - family-names: "Fleischer" given-names: "Karsten" - family-names: "Ellingboe " given-names: "Albert" - family-names: "Gaughran" given-names: "Jennifer" title: "Numerical Methods Lab Excerpts" version: 0.0.1 date-released: 2024-09-11 url: "https://github.com/creanero/DCU_PHY1055