Review: Unbroken: A World War II Story of Survival, Resilience, and Redemption

January 21, 2011 - Leave a Response

Unbroken: A World War II Story of Survival, Resilience, and RedemptionUnbroken: A World War II Story of Survival, Resilience, and Redemption by Laura Hillenbrand
My rating: 5 of 5 stars

INSPIRING. This book is the result of wonderful journalism by Laura Hillenbrand. It is a biography of Louis Zamperini, a former Olympic athelete, B-24 bombardier, plane crash survivor (survived on inflatable raft for 47 days) and POW survivor on Japanese camps. Born in 1917, this guy is about 94 years today.

The book walks from the childhood days of Zamperini to what he did in 2010. It includes scans and pictures of important milestones in history. The author has done a lot of research studying the psychology of people stranded on raft, under starvation, under physical abuse on POW camps. Great detail is also put in explaining what the B-24 bombers were like, what the living conditions of the Japanese POW camps were like, the descriptions make you live those times vicariously. The author has given justified importance to the role of family and friends that helped him survive rough times.

At the end of the book, when you read the acknowledgement section, you will realize the true genius of the author’s journalism. She went to the lengths of understanding the aeronautics of the plane herself, studied how the Nordic bombsight worked, interviewed almost everyone alive who knew Zamperini, in person, over telephone, studied the scrapbooks on Louis’ life weighing about a hundred pounds, interviewed Louis about 75 times, even interviewed Japanese contacts to verify the truthfulness of American side of the WWII story.

I learned a lot about the WWII Pacific theater from this book… a masterpiece developed as a result of 7 years of Laura’s research.

This Fox News video gives a nice summary of the book.

View all my reviews

\label position for figures and tables

February 17, 2010 - Leave a Response

I learned this after wasting few minutes on why auto-numbering in hyperlinks to figures and tables happened incorrectly.

The \label{} MUST always come after \caption{} of a table/figure.

The reason is that the \label command points to an entity like \caption or \section or \subsection or something similar preceding it.

So if \section{Section A} is before \label{fig:A} and \caption{Figure A} is after the \label command, using \ref{fig:A} will point to the location of \label but will show the section number associated with \section{Section A}.

On the other hand, if \caption{Figure A} is before \label{fig:A}, using \ref{fig:A} will point to the location of \label and show the figure number associated with the figure with \caption{Figure A}.

INCORRECT:

\begin{figure}[h!]
\centering
\includegraphics[width=1.0\textwidth]{phy/lplpf}
\label{fig:phy:lplpf}
\caption{LP low-pass filter I/O}
\end{figure}

CORRECT:

\begin{figure}[h!]
\centering
\includegraphics[width=1.0\textwidth]{phy/lplpf}
\caption{LP low-pass filter I/O}
\label{fig:phy:lplpf}
\end{figure}

Feel Human!

January 14, 2010 - Leave a Response

I feel good now :)

I donated for a good cause.  Like you, I also had qualms that what if I donate unknowingly to a scam, which in fact will NOT help the people in Haiti.

So I did a small research (googling).

After reading about Doctors Without Borders from many sources, I decided to donate to this organization.  What’s pitiful is that this organization already had 3 hospitals in Haiti but all all of them have become inoperable because of the earthquake; 1 fell down, 2 are too unstable and unsafe and so, got abandoned.

More Doctors Without Borders volunteers are being flown to Haiti as they are short in staff and supplies .

Support Doctors Without Borders in Haiti

So there you go, click on the above pic, donate, do your good deed of the day!

Follow

Get every new post delivered to your Inbox.