Skip to content

Commit c696b82

Browse files
committed
Updating size of text boxes and the marigins of the thumbprints
1 parent faaac02 commit c696b82

File tree

10 files changed

+15
-30
lines changed

10 files changed

+15
-30
lines changed

acknowledgements/acknowledgements.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
\phantomsection
33
\addcontentsline{toc}{chapter}{Acknowledgements}
44
\begin{thesisacknowledgements}
5-
\begin{changemargin}{-1cm}{-1cm}
5+
\begin{changemargin}{-0.3cm}{-0.3cm}
66

77

88
\newcommand{\bees}[1]{\includegraphics[height=\fontcharht\font`\B]{coloremoji.sty/emoji_images/hires/#1.pdf}}

ch2

Submodule ch2 updated from 9f856cd to b242101

ch3/chapter3.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
%“He moved in a way that suggested he was attempting the world speed record for the nonchalant walk.” ― Terry Pratchett, The Light Fantastic
3030

31-
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+12mm\relax]
31+
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+1mm\relax]
3232
\textbf{Original Abstract:}
3333

3434
The Low Frequency Array (LOFAR) radio telescope stationed near Exloo, the Netherlands is an international aperture synthesis radio telescope used to study the universe at low frequencies. Aperture synthesis requires large amounts of computation between data acquisition and science ready images. The LOFAR Two Meter Sky Survey (\Gls{LoTSS}) will require to process 50 PB of data within five years. The data rates demanded by this project require processing at locations with high-speed access to the data. The current software packages are not suited for all cluster architectures, and cannot launch and monitor processing at multiple locations.

ch4/chapter4.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
%\address{$^b$Leiden Institute of Advanced Computer Science, Niels Bohrweg 1, 2333 CA Leiden, the Netherlands}
112112
%\address{$^c$ASTRON, Oude Hoogeveensedijk 4, 7991 PD Dwingeloo, the Netherlands}
113113

114-
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+12mm\relax]
114+
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+1mm\relax]
115115

116116
\textbf{Original Abstract:}
117117
Modern astronomical data processing requires complex software pipelines to process ever growing data sets. For radio astronomy, these pipelines have become so large that they need to be distributed across a computational cluster. This makes it difficult to monitor the performance of each pipeline step. To gain insight into the performance of each step, a performance monitoring utility needs to be integrated with the pipeline execution. In this work, we have developed such a utility and integrated it with the calibration pipeline of the Low Frequency Array, LOFAR, a leading radio telescope. We tested the tool by running the pipeline on several different compute platforms and collected the performance data. Based on this data, we make well informed recommendations on future hardware and software upgrades. The aim of these upgrades is to accelerate the slowest processing steps for this LOFAR pipeline. The \textit{pipeline\_collector} suite is open source and will be incorporated in future LOFAR pipelines to create a performance database for all LOFAR processing.

ch5/chapter5.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ \chapter{Fast and Reproducible LOFAR Workflows with AGLOW}\label{ch:AGLOW}
101101
%\thispagestyle{empty}
102102
%\pagestyle{empty}
103103

104-
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+12mm\relax]
104+
\begin{tcolorbox}[colback=thesislight,colframe=thesismid,width=\dimexpr\textwidth+1mm\relax]
105105

106106
\textbf{Original Abstract:}
107107

ch6

Submodule ch6 updated 1 file

ch7

Submodule ch7 updated from 8bf855c to bb05fc8

compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
git submodule update --remote
3+
#git submodule update --remote
44

55
rm thesis/thesis.*
66
rm thesis/*aux

thesis.preamble.tex

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -156,23 +156,6 @@
156156
\setlength\chapnumb{4cm}
157157

158158

159-
160-
161-
162-
163-
164-
165-
166-
167-
168-
169-
170-
171-
172-
173-
174-
175-
176159
%\let\oldaddtocontents\addtocontents
177160
%\usepackage[backend=bibtex, style=authoryear, backref, useprefix=true]{biblatex}
178161
%\usepackage[sort&compress,nonamebreak]{natbib}
@@ -182,8 +165,8 @@
182165

183166

184167
\usepackage[thumblink=title,linefill=dots,height={55pt},minheight={10pt},%
185-
width={auto},distance={3mm},topthumbmargin={100pt},bottomthumbmargin={100pt},%
186-
eventxtindent={5pt},oddtxtexdent={5pt},%
168+
width={12mm},distance={2mm},topthumbmargin={100pt},bottomthumbmargin={100pt},%
169+
eventxtindent={14pt},oddtxtexdent={9pt},%
187170
evenmarkindent={0pt},oddmarkexdent={0pt},evenprintvoffset={0pt},%
188171
ignorehoffset=false,ignorevoffset=false,final=true,%
189172
hidethumbs=false,verbose=true]{thumbs}[2014/03/09]

thesis.tex

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22
%\usepackage[left=2cm,right=2cm,top=2cm,bottom=3cm]{geometry}
33
\usepackage[
44
top=2cm,
5-
bottom=3cm,
6-
left=2cm,
7-
right=2cm,
5+
bottom=2.2cm,
6+
left=1.8cm,
7+
right=1.8cm,
88
marginparwidth=0cm,
99
marginparsep=0cm,
10+
paperheight=240mm,
11+
paperwidth=170mm,
1012
headheight=13.6pt]{geometry}
1113

1214
\usepackage{icthesis}

0 commit comments

Comments
 (0)