lecture.microtomography
A lecture on (micro)tomography
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: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.6%) to scientific vocabulary
Repository
A lecture on (micro)tomography
Basic Info
- Host: GitHub
- Owner: habi
- Language: TeX
- Default Branch: main
- Size: 4.06 GB
Statistics
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
- Releases: 9
Metadata Files
README.md
A lecture on (micro)tomography
This repository contains the slides for my talk on X-ray microtomography. I've held this lecture in the lecture series on Advanced Microscopy and Advanced Ultraprecision Engineering II. Since both these courses differ in allotted time, I've made Git branches for the relevant series to make it easy to mix-and-match what I can tell in the available time.
The slides are generated in LaTeX/beamer with the slightly tweaked official beamer template of the University of Bern and are automatically compiled to a PDF with a GitHub action.
If all goes well, you should be able to access the resulting PDF here: https://habi.github.io/Lecture.Microtomography/XRayMicroTomography.Handout.pdf This PDF is always corresponding to the last (successfully compiled) version I committed (and thus should be the one that I presented).
If you set up the repository on a new machine, then:
- git clone git@github.com:habi/Lecture.Microtomography.git it to a folder. Use such a folder that ../../../Documents/library.bib is either the correct references file or a symlink of it.
- Track all remote branches with git branch -r | grep -v '\->' | sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | while read remote; do git branch --track "${remote#origin/}" "$remote"; done (hat tip to https://stackoverflow.com/a/10312587)
- git fetch --all
- git pull --all
- Use git worktree to have the relevant branches in folders.
git worktree add UPE advanced_course_II_ultraprecision_engineering;git worktree add GCB advanced_microscopy_series.
This makes working with concurrent versions a tad easier...
- Tweak lectures and copy stuff from one folder to another.
- Update the workflow file to point to the correct branch to currently build for the online handout.
Owner
- Name: David Haberthür
- Login: habi
- Kind: user
- Location: Bern, Switzerland
- Company: Institute of Anatomy, Unversity of Bern, Switzerland
- Website: davidhaberthür.ch
- Repositories: 225
- Profile: https://github.com/habi
Working dad, born at 333 ppm. Generic geek and ex-messenger with a PhD in ultrahigh resolution tomography. I love the outdoors, my bikes, swimming & much more.
GitHub Events
Total
- Release event: 1
- Delete event: 1
- Push event: 42
- Pull request event: 1
- Create event: 3
Last Year
- Release event: 1
- Delete event: 1
- Push event: 42
- Pull request event: 1
- Create event: 3
Dependencies
- actions/checkout v1 composite
- xu-cheng/latex-action master composite