Skip to content

habi/Lecture.Microtomography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

461 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOI Build LaTeX & upload handout

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.

About

A lecture on (micro)tomography

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors