Skip to content

Instantly share code, notes, and snippets.

@Micrified
Created July 29, 2021 18:18
Show Gist options
  • Save Micrified/b589d289e5621dfca6dcb37c366653ef to your computer and use it in GitHub Desktop.
Save Micrified/b589d289e5621dfca6dcb37c366653ef to your computer and use it in GitHub Desktop.
Thesis project file tree
├── LICENSE
├── Makefile
├── README.md
├── bib
│   └── Thesis.bib
├── build
│   ├── appendix_a.aux
│   ├── chapter_1.aux
│   ├── chapter_2.aux
│   ├── chapter_3.aux
│   ├── chapter_4.aux
│   ├── chapter_5.aux
│   ├── chapter_6.aux
│   ├── conclusions.aux
│   ├── frontcover.aux
│   ├── glossary.aux
│   ├── graduationdata.aux
│   ├── introduction.aux
│   ├── preface.aux
│   ├── quotation.aux
│   ├── thesis.acn
│   ├── thesis.acr
│   ├── thesis.alg
│   ├── thesis.aux
│   ├── thesis.bbl
│   ├── thesis.blg
│   ├── thesis.glg
│   ├── thesis.glo
│   ├── thesis.gls
│   ├── thesis.ist
│   ├── thesis.loc
│   ├── thesis.log
│   ├── thesis.out
│   ├── thesis.soc
│   ├── thesis.toc
│   └── titlepage.aux
├── chapters
│   ├── appendix_a.tex
│   ├── chapter_1.tex
│   ├── chapter_2.tex
│   ├── chapter_3.tex
│   ├── chapter_4.tex
│   ├── chapter_5.tex
│   ├── chapter_6.tex
│   ├── chapter_example.tex
│   ├── conclusions.tex
│   ├── futurework.tex
│   ├── glossary.tex
│   ├── introduction.tex
│   ├── preface.tex
│   └── quotation.tex
├── cxr_thesis_amended.pdf
├── cxr_thesis_clean.pdf
├── evaluations
│   ├── evaluation_chain_length.tex
│   ├── evaluation_executor_overhead.tex
│   ├── evaluation_executor_utilisation.tex
│   ├── evaluation_priority_path.tex
│   └── evaluation_priority_synthesis.tex
├── figures
│   ├── diagram_asset_application.png
│   ├── diagram_asset_chains_graph.png
│   ├── diagram_disjunctive_graph.png
│   ├── diagram_evaluation_framework_graph.pdf
│   ├── diagram_jsp_1.pdf
│   ├── diagram_jsp_2.pdf
│   ├── diagram_jsp_3.pdf
│   ├── diagram_priority_synthesis.pdf
│   ├── diagram_problem_motivation.png
│   ├── diagram_rm_deadline_misses.png
│   ├── diagram_ros_organisation.png
│   ├── diagram_ros_pub_sub.png
│   ├── diagram_ros_structure.png
│   ├── diagram_rosgen_steps.png
│   ├── diagram_scheduler_overhead_C5_L1_U15_T1.png
│   ├── diagram_scheduler_overhead_C5_L1_U60_T1.png
│   ├── diagram_scheduler_overhead_C5_L4_U60_T1.png
│   ├── diagram_wcrt_non_priority_chain.png
│   ├── diagram_wcrt_priority_chain.png
│   ├── diagram_wcrt_rm_combined_boxplot.png
│   ├── jsp_diagram.drawio
│   ├── overhead
│   │   ├── diagram_scheduler_overhead_C5_L1_U15_T1.pdf
│   │   ├── diagram_scheduler_overhead_C5_L1_U60_T1.pdf
│   │   └── diagram_scheduler_overhead_C5_L4_U60_T1.pdf
│   ├── placeholder.png
│   ├── pp
│   │   ├── diagram_mean_deadline_misses_pp_test_chain_0.pdf
│   │   ├── diagram_mean_deadline_misses_pp_test_chain_2.pdf
│   │   ├── diagram_mean_jitter_avglen_pp_test_chain_0.pdf
│   │   ├── diagram_mean_jitter_avglen_pp_test_chain_2.pdf
│   │   ├── diagram_nwcrt_avglen_pp_chain_0.pdf
│   │   ├── diagram_nwcrt_avglen_pp_chain_1.pdf
│   │   └── diagram_nwcrt_avglen_pp_chain_2.pdf
│   ├── priority_synthesis.drawio
│   ├── rm
│   │   ├── diagram_mean_deadline_misses_rm_avglen_test.pdf
│   │   ├── diagram_mean_jitter_avglen_rm_test.pdf
│   │   └── diagram_nwcrt_avglen_rm_test.pdf
│   ├── schedulability_test_graph.pdf
│   ├── schedulability_test_timeline.pdf
│   ├── syn
│   │   ├── diagram_nwcrt_avglen_synth_k1_test.pdf
│   │   └── diagram_nwcrt_avglen_synth_k2_test.pdf
│   └── utilisation
│   ├── diagram_mean_deadline_misses_utilisation_test.pdf
│   ├── diagram_mean_jitter_utilisation_test.pdf
│   └── diagram_nwcrt_utilisation_test.pdf
├── template
│   ├── frontcover.tex
│   ├── graduationdata.tex
│   └── titlepage.tex
├── template-pics
│   ├── TU_border_A4_L_front-eps-converted-to.pdf
│   ├── TU_border_A4_L_front.eps
│   ├── block-eps-converted-to.pdf
│   ├── block.eps
│   └── tud-ens-logo-tikz
│   ├── tud-ens-logo.aux
│   ├── tud-ens-logo.log
│   ├── tud-ens-logo.pdf
│   ├── tud-ens-logo.tex
│   └── tud-ens-logo.tikz
├── thesis.tex
├── thesis_04_march.pdf
└── thesis_green_light_charles_randolph.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment