Added ch. 4
This commit is contained in:
parent
2445c2cc3a
commit
6da7a7ddbc
@ -15,7 +15,7 @@
|
|||||||
\usepackage{multirow}
|
\usepackage{multirow}
|
||||||
\usepackage{gensymb} % Just for the degree symbol
|
\usepackage{gensymb} % Just for the degree symbol
|
||||||
\usepackage{ccicons} % Creative Commons icons; now we can delete an image
|
\usepackage{ccicons} % Creative Commons icons; now we can delete an image
|
||||||
\usepackage{lettrine} % Drop caps
|
%\usepackage{lettrine} % Drop caps
|
||||||
\usepackage{wrapfig} % Let's wrap some images
|
\usepackage{wrapfig} % Let's wrap some images
|
||||||
\usepackage{hanging} % For hanging indents in a script
|
\usepackage{hanging} % For hanging indents in a script
|
||||||
\usepackage{fancyvrb} % Use line numbers with code samples
|
\usepackage{fancyvrb} % Use line numbers with code samples
|
||||||
@ -27,6 +27,7 @@
|
|||||||
\usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
|
\usepackage{tabto} % Use tab stops when we need to (especially in footnotes)
|
||||||
\usepackage{microtype} % Make things neater. Thanks /u/-LeopardShark-
|
\usepackage{microtype} % Make things neater. Thanks /u/-LeopardShark-
|
||||||
\usepackage{tabularray} % Easy tables
|
\usepackage{tabularray} % Easy tables
|
||||||
|
\usepackage[font=footnotesize,justification=raggedright]{caption} % Control of captions in floating environments
|
||||||
|
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
@ -160,25 +161,25 @@
|
|||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\maketitle
|
%\maketitle
|
||||||
|
|
||||||
\input{include/impressum}
|
%\input{include/impressum}
|
||||||
|
|
||||||
\tableofcontents
|
%\tableofcontents
|
||||||
|
|
||||||
\input{include/chap01}
|
%\input{include/chap01}
|
||||||
|
|
||||||
\input{include/chap02}
|
%\input{include/chap02}
|
||||||
|
|
||||||
\input{include/chap03}
|
%\input{include/chap03}
|
||||||
|
|
||||||
%\input{include/chap04}
|
\input{include/chap04}
|
||||||
|
|
||||||
%\input{include/chap05}
|
%\input{include/chap05}
|
||||||
|
|
||||||
%\input{include/chap06}
|
%\input{include/chap06}
|
||||||
|
|
||||||
\input{include/coda}
|
%\input{include/coda}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
BIN
006/images/lovelace.jpg
Normal file
BIN
006/images/lovelace.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
@ -1,2 +1,24 @@
|
|||||||
\chapter{This is the fourth chapter}
|
\chapter{The Faces of Computing: \\Ada Lovelace}
|
||||||
|
|
||||||
|
Computer science is strongly allied with mathematics, and the face of both of those fields is often a white male face. While it's true that both of these fields have traditionally been the domain of white males, many women and minorities have contributed to both mathematics and computer science over the years.
|
||||||
|
|
||||||
|
One of the women who made significant contributions to both fields was Augusta Ada King, Countess of Lovelace, otherwise known as Ada Lovelace.
|
||||||
|
|
||||||
|
Lovelace was the child of the English poet Lord Byron\footnote{This period in English history is especially fascinating to me, as Lord Byron was in a social circle that included his wife, daughter, the poet Percy Bysshe Shelley and his wife Mary Shelley (who was the daughter of Mary Wollstonecraft, an early feminist and advocate of women's rights, and William Godwin, who had many not so nice things to say about aristocracy. This circle would eventually lead to the production of \textit{Dracula} by Bram Stoker, \textit{Frankenstein, or the Modern Prometheus} by Mary Shelley, the modern computer algorithm and by extension, the modern computer industry, and many, many great horror films.} and reformer Anne Isabella Milbanke.\footnote{Lady Byron (i.e., Anne Isabella Noel Byron, 11th Baroness Wentworth and Baroness Byron) was an interesting personality herself. She was an educational reformer and philanthropist, in addtion to being an abolitionist. She established the Ealing Grove School, the first industrial school in England. At this school, academic subjects were combined with three hours of gardening each day, and corporal punishment was not allowed. (Corporal punishment in elementary school was still a thing when I was a student in the 1970s.)} Ada showed an early interest in mathematics, and her mother encouraged this in an effort to ward off the development of what she perceived as Lord Byron's insanity.\footnote{This was, after all, an age which did not have a good understanding of mental illness. We are doing better in this regard, but we still have quite a way to go.}
|
||||||
|
|
||||||
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ornare luctus sem non ullamcorper. Proin dignissim condimentum orci at ultricies. Aenean tellus augue, posuere eu eleifend ac, tincidunt ut odio. Donec tempus ac tortor facilisis venenatis. Mauris eu dolor dui. Maecenas mollis, erat eget auctor ornare, nisl justo feugiat felis, vitae placerat arcu enim in lorem. Vestibulum vestibulum malesuada ligula et tincidunt. Fusce augue nisi, eleifend ac rutrum eget, hendrerit et massa. Vivamus pharetra aliquam magna sit amet vehicula. Nam augue lacus, condimentum a ornare non, pharetra id nulla. Interdum et malesuada fames ac ante ipsum primis in faucibus. Donec sagittis, lacus in tempor condimentum, nibh massa fermentum est, non sodales justo velit vitae purus. Curabitur at lobortis dui. Donec ut sem magna. Nam ante dolor, elementum eu eros ac, pharetra laoreet libero. Vestibulum iaculis, ante sit amet imperdiet rutrum, felis nulla luctus leo, nec egestas lacus neque ac metus.
|
||||||
|
|
||||||
|
\setlength{\intextsep}{0pt}%
|
||||||
|
\begin{wrapfigure}[16]{r}{0.35\textwidth}
|
||||||
|
\centering
|
||||||
|
\includegraphics[width=0.35\textwidth]{lovelace}
|
||||||
|
\caption{Detail of Margaret Sarah Carpenter's portrait of Ada Lovelace}
|
||||||
|
\end{wrapfigure}
|
||||||
|
|
||||||
|
Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Mauris ac pretium purus. Nulla at magna turpis. Sed cursus placerat laoreet. Cras nec scelerisque eros, at egestas nisi. Proin volutpat sollicitudin ante, dapibus finibus eros tempus nec. Phasellus tristique tincidunt elit in molestie. Nunc maximus pulvinar erat, eu viverra arcu sollicitudin eget. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Nam accumsan volutpat imperdiet. Duis vel eros sit amet mi finibus dapibus. Donec in odio turpis. Fusce lobortis tempus nisl a bibendum. Suspendisse volutpat erat enim, eu volutpat risus consectetur ut.
|
||||||
|
|
||||||
|
Vestibulum porttitor ultrices vehicula. Maecenas nec nisl blandit, accumsan lectus vel, facilisis nisl. Praesent nulla metus, feugiat sed tincidunt sed, ultricies ut odio. Duis metus ligula, sagittis ut dui nec, lacinia posuere mi. Aenean efficitur tortor vel molestie feugiat. Nam dictum consectetur lacus nec semper. Proin feugiat enim ac mi hendrerit, ut porta enim consequat. Donec et vulputate sapien, ac consectetur sapien. Nunc erat metus, viverra ac faucibus id, dictum ut risus. Donec dapibus lobortis arcu, ac tincidunt est suscipit id. Aenean quis mattis risus. Cras a pulvinar mauris.
|
||||||
|
|
||||||
|
Aliquam venenatis augue purus, eu placerat augue hendrerit at. Praesent nunc metus, euismod nec dictum sit amet, elementum id justo. Suspendisse mollis ultricies purus. Nam augue dui, auctor a tristique sagittis, tincidunt ut ligula. Proin egestas tellus augue, sed vestibulum purus euismod at. Donec in lacinia neque. Donec non tempus nulla, ac mollis est. Vivamus lacus erat, maximus ut lorem ut, mattis porta magna. Integer sit amet urna sed dolor vestibulum sodales. Integer diam orci, finibus quis lobortis ac, tincidunt id mauris. Proin ut neque vitae enim facilisis consectetur et sit amet tellus.
|
||||||
|
|
||||||
|
Aenean nec porta nulla, nec mollis elit. Aenean cursus justo tortor, et vehicula sapien dapibus facilisis. Integer sed dictum mi. Etiam eget aliquam dui, vitae laoreet eros. Etiam dapibus neque quis libero tempor, commodo viverra augue rutrum. Proin et bibendum lorem. Aliquam erat volutpat. Aenean quis consectetur nisi. Sed leo velit, feugiat ac condimentum sit amet, volutpat eget dolor. Quisque ac efficitur tortor. Donec ut ipsum eu turpis fringilla varius.
|
Loading…
Reference in New Issue
Block a user