A Clippings Scrapbook: The Trans Man Who Shaped Rowing and the Trailblazers We Bury Along The Way

Sources:

Panel 1:

https://heartheboatsing.com/2025/02/12/dr-dillon-making-history-part-i/

https://heartheboatsing.com/2025/02/13/dr-dillon-making-history-part-ii-michael-dillon-revisited/

https://www.st-annes.ox.ac.uk/life-here/library/blog/michael-dillon/

Panel 2:

Out of the Ordinary: A Life of Gender and Spiritual Transitions, Michael Dillon

https://eodg.atm.ox.ac.uk/user/dudhia/rowing/history.html https://heartheboatsing.com/2025/02/13/dr-dillon-making-history-part-ii-michael-dillon-revisited/

Panel 3:

Out of the Ordinary: A Life of Gender and Spiritual Transitions, Michael Dillon

The First Man-Made Man, Pagan Kennedy

https://heartheboatsing.com/2025/02/13/dr-dillon-making-history-part-ii-michael-dillon-revisited/

Panel 4:

Self: A Study In Ethics And Endocrinology, Michael Dillon

Imji Getsul: An English Buddhist In A Tibetan Monastery, Lobzang Jivaka

The First Man-Made Man, Pagan Kennedy

Panel 5:

Out of the Ordinary: A Life of Gender and Spiritual Transitions, Michael Dillon

Self: A Study In Ethics And Endocrinology, Michael Dillon

Panel 6:

https://www.britishrowing.org/wp-content/uploads/2022/12/Final-Trans-and-non-binary-inclusion-guidance-v5.pdf

https://www.britishrowing.org/wp-content/uploads/2023/08/British-Rowing-Transgender-and-Non-Binary-Competition-Eligibility-Policy.pdf

https://worldrowing.com/2023/03/15/world-rowing-adopts-tighter-rules-for-transgender-women-athletes/


Piper Bly is a professional illustrator and underground cartoonist. When she’s not busy plowing away at her drawing board, singing dirges in the moonlight, or wandering throughout the United States, she can often be found tending to her ivies, frying up some biscuits, spending unreasonable hours in the gym, or floating above the Mississippi River at midnight, waiting for the tide to wrap her in its loving embrace and take her away. Her whereabouts are currently undisclosed. You, however, can find her at piperbly.com.

function wpbeginner_remove_comment_author_link( $return, $author, $comment_ID ) { // Simply return the comment author without the link return $author; } // Hook the custom function into the 'get_comment_author_link' filter add_filter( 'get_comment_author_link', 'wpbeginner_remove_comment_author_link', 10, 3 ); // Hook a custom function 'remove_website_from_checkbox_text' into the 'gettext' filter add_filter('gettext', 'remove_website_from_checkbox_text'); function remove_website_from_checkbox_text($translated_text) { // Replace the original text with the modified text $translated_text = str_replace( 'Save my name, email, and website', // Original text to find 'Save my name and email', // Replacement text $translated_text // The text being processed ); // Return the modified translated text return $translated_text; }