-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmass_transfer.tex
More file actions
98 lines (76 loc) · 3.77 KB
/
mass_transfer.tex
File metadata and controls
98 lines (76 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
\documentclass[a4paper]{book} %{article}
\usepackage{fullpage} % Package to use full page
\usepackage{parskip} % Package to tweak paragraph skipping
\usepackage{tikz} % Package for drawing
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage[numbered]{bookmark} % For numbering of challenges in bookmark pane of PDF viewer
\def\UrlBreaks{\do\/\do-}
\usepackage[absolute]{textpos}
\setlength{\TPHorizModule}{1mm}
\setlength{\TPVertModule}{1mm}
\usepackage{tikz}
\usepackage{siunitx}
\usepackage{datetime} % Time
\usepackage[UKenglish]{isodate}
\usepackage{ctable} % Thick table lines
\usepackage{booktabs} % Merge cells with multicolumn
\usepackage{bm} % Bold-maths \bm command
\newcommand{\disctime}{10:30 to 12:00 }
\newcommand{\discdays}{Mondays }
\newcommand{\discroom}{Engineering-2}
%\newcommand{\discexam}{10th February 2017}
\newcommand{\course}{Mass Transfer }
\newcommand{\courseurl}{mass-transfer}
\newcommand{\nensei}{2nd}
\newcommand{\lap}[1]{\mathcal{L}\{#1\}}
\newcommand{\six}[1]{\SI[parse-numbers=false]{X}{#1}}
\newcommand{\hash}[2]{MD5(#1\_X) = #2\ldots}
\newcommand{\hashnew}[5]{X = Your solution\\Form: Decimal, to #1 decimal place#2\\Place the indicated letter in front of the number\\Example: aX where $X=42.#3$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a42.#3\%22}{a42.#3}\\\\hash of #4X = #5}
\newcommand{\solint}[2]{X = Your solution\\Form: Integer.\\Place the indicated letter in front of the number.\\Example: aX where $X=46$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a46\%22}{a46}\\\\Hash of {#1}X = {#2}}
\newcommand{\soltwodp}[2]{X = Your solution\\Form: Decimal to 2 decimal places.\\Place the indicated letter in front of the number.\\Example: aX where $X=46.00$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a46.00\%22}{a46.00}\\\\Hash of {#1}X = {#2}}
\newcommand{\solthreedp}[2]{X = Your solution\\Form: Decimal to 3 decimal places.\\Place the indicated letter in front of the number.\\Example: aX where $X=46.000$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a46.000\%22}{a46.000}\\\\Hash of {#1}X = {#2}}
\newcommand{\solstr}[2]{X = Your solution\\Form: String.\\Place the indicated letter in front of the string.\\Example: aX where $X=\text{abcdef}$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a46.00\%22}{aabcdef}\\\\Hash of {#1}X = {#2}}
\newcommand{\solscitwodp}[2]{X = Your solution\\Form: Scientific notation with the mantissa in standard form to 2 decimal places and the exponent in integer form.\\Place the indicated letter in front of the number.\\Example: aX where $X=4.0543 \times 10^{-3}$ is entered as \href{http://www.wolframalpha.com/input/?i=md5+hash+of+\%22a4.05e-3\%22}{a4.05e-3}\\\\Hash of {#1}X = {#2}}
\newcommand{\com}[1]{\overline{#1}}
\graphicspath{{Images/}}
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{1cm}
\Huge
\textbf{Mass Transfer}
Spring 2018
\vspace{1.5cm}
\Large
Last updated:\\\today \ at \currenttime
\vspace{4.0cm}
\LARGE
James Cannon\\Kyushu University
\vfill
\normalsize
\url{http://www.jamescannon.net/teaching/\courseurl}\\
\vspace{0.3cm}
\small
\url{http://raw.githubusercontent.com/NanoScaleDesign/MassTransfer/master/mass_transfer.pdf}
\vspace{0.5cm}
License: \emph{CC BY-NC 4.0}.
\end{center}
\end{titlepage}
\setcounter{chapter}{-1}
\tableofcontents
\chapter{Course information}
\newpage
\input{instructions}
\input{timetable}
%\input{presentation}
\input{peerwise}
\input{hash}
\chapter{Hash practise}
\include{hashpractise}
\chapter{Diffusion}
\input{diffusion}
%\appendix
%\chapter{Supporting challenges}
%\input{appendix}
\end{document}