Joline Martin

Author

Biography

The Author

Disillusioned with the US involvement in the Vietnam War, Joline moved to Haida Gwaii, BC, Canada, in the early seventies. There, she discovered the beauty of the natural world and the importance of community. She had the privilege of living close to the Haida culture and learned a diverse set of values and the significance of the interconnectedness of the earth and its inhabitants. She worked in the school system, social services and mental health and addictions. Forty years later, she and her husband retired to the Comox Valley. With her, she brought an understanding of human dynamics and a deep compassion for people and poverty.

For the past ten years, Joline has been on the board of the Writers Society and a founding member and chair of the North Island Writers Conference. You can find her short stories in Island Writers Magazine, Comox Valley Collective and her personal story is in the BC Best Seller, Gumboot Girls. War Resisters: Standing Against the Vietnam War is her first book.


Collaborations

THE GUMBOOT BOOK SERIES COLLABORATION
Inspired by the work of Jane Wilde and Lou Allison in the four-book Gumboot series, Joline undertook the project of capturing Vietnam War resisters social history and lived experiences of leaving their country of origin for an uncertain future in a foreign country. Long-term friend Jane shared her expertise in capturing the contributors’ social history, working with a publisher, marketing, and coaching Joline through the steps of the creative process. Through her Gumboot connections, Jane referred resisters to Joline, which started a chain of notification to others in this unique population.
Lou, also a fifty-year friend, skillfully edited the chapters, sharpening the content while preserving Joline’s voice. With help from Jane and Lou, Joline adapted the Gumboot format, interviewing twelve Vancouver Island resisters’ stories through multiple contacts and framing each of the resister stories with chapters explaining the geopolitical upheaval during the Vietnam War era and the conditions influencing them to leave the US.



MOVIE “HEART of GOLD” COLLABORATION
Joline and Patricia both came to Canada from the States in 1972 as political dissidents -- Joline to join her war resister brother in Haida Gwaii, Patricia to reunite with a resister on active duty in Toronto. They recently connected through a mutual friend, who noted their common thread with the common thread in Joline' new book War Resisters: Standing Against the Vietnam War and Patricias' new feature film Heart of Gold. Both projects recall the tumultuous era of resisters arriving in Canada, the extraordinary welcome they received in British Columbia, and their struggles in adjusting to life in exile. They have joined forces on a mini-tour to screen Heart of Gold, launch Joline' book, and meet with former resisters, their communities, and newly energized Canadians standing up for democracy and civil rights.


Book

War Resisters: Standing Against the Vietnam War

War Resisters: Standing Against the Vietnam War offers a contemporary perspective on the struggles and triumphs of the American Vietnam War resisters who resettled in Canada on Vancouver Island. This important collection of stories sheds light on an invisible minority, illustrating the courage it took for resisters to leave behind their friends, families, and communities with no certainty of return. Supporters on both sides of the 49th parallel showed compassion to the resisters by helping them escape the US draft and peacefully integrate into Canadian communities. In return, the resisters contributed to their newly adopted communities as farmers, teachers, caregivers, and more.

Through interviews with resisters, author Joline Martin shares previously untold stories about what it was like for them to start new lives on Vancouver Island all the while grappling with the consequences of their decisions to stand against the war. The resisters' stories blend with historical context to offer a deep and alternate insight into a time of political unrest in the United States. These stories challenge the long-held myths and assumptions about what it meant to be a Vietnam War resister. Edited by Lou Allison from the bestselling Gumboot series’, War Resisters pays homage to the legacy of this courageous community, not only in the lives they built but also in the generosity they continue to pay forward. Available from bookstores & Caitlin Press


Short Stories

Contact

Say hi, or say something wildly unnecessary. Both work.

Album Cover

Sample Song Title

Artist Name

0:000:00
const audio = new Audio( "https://www.openmusicarchive.org/audio/April_Kisses.mp3", ) // Replace with your direct MP3 URL. Use something like https://sndup.net or Dropbox to upload. const playBtn = document.getElementById("playBtn") const backwardBtn = document.getElementById("backwardBtn") const forwardBtn = document.getElementById("forwardBtn") const progressContainer = document.getElementById("progressContainer") const progress = document.getElementById("progress") const progressDot = document.getElementById("progressDot") const currentTimeSpan = document.getElementById("currentTime") const durationSpan = document.getElementById("duration") const volumeSlider = document.getElementById("volumeSlider") let isDragging = false // Play/Pause functionality playBtn.addEventListener("click", () => { if (audio.paused) { audio.play() playBtn.textContent = "⏸" playBtn.style.paddingLeft = "6px" playBtn.style.paddingTop = "5px" playBtn.style.fontSize = "22px" } else { audio.paused = true audio.pause() playBtn.textContent = "▶" playBtn.style.paddingLeft = "8px" playBtn.style.paddingTop = "3px" playBtn.style.fontSize = "15px" } }) // Forward 10 seconds forwardBtn.addEventListener("click", () => { audio.currentTime = Math.min(audio.currentTime + 10, audio.duration) }) // Backward 10 seconds backwardBtn.addEventListener("click", () => { audio.currentTime = Math.max(audio.currentTime - 10, 0) }) // Update progress bar and time audio.addEventListener("timeupdate", () => { if (!isDragging) { const percent = (audio.currentTime / audio.duration) * 100 updateProgress(percent) } currentTimeSpan.textContent = formatTime(audio.currentTime) }) // Set duration when metadata is loaded audio.addEventListener("loadedmetadata", () => { durationSpan.textContent = formatTime(audio.duration) }) // Progress bar interaction function updateProgress(percent) { progress.style.width = percent + "%" progressDot.style.left = percent + "%" } progressContainer.addEventListener("mousedown", (e) => { isDragging = true updateProgressFromEvent(e) }) document.addEventListener("mousemove", (e) => { if (isDragging) { updateProgressFromEvent(e) } }) document.addEventListener("mouseup", () => { if (isDragging) { isDragging = false const percent = parseFloat(progress.style.width) audio.currentTime = (percent / 100) * audio.duration } }) function updateProgressFromEvent(e) { const rect = progressContainer.getBoundingClientRect() let percent = ((e.clientX - rect.left) / rect.width) * 100 percent = Math.max(0, Math.min(100, percent)) updateProgress(percent) } // Volume control volumeSlider.addEventListener("input", (e) => { audio.volume = e.target.value }) // Format time in MM:SS function formatTime(seconds) { const minutes = Math.floor(seconds / 60) seconds = Math.floor(seconds % 60) return `${minutes}:${seconds.toString().padStart(2, "0")}` } // Reset play button when audio ends audio.addEventListener("ended", () => { playBtn.textContent = "▶" updateProgress(0) audio.currentTime = 0 })
WhatWhereWhen
Reading One123 Fake St, Deception CityJune 1st, 1991
Signing One123 Fake St, Deception CityJune 2nd, 1991
Reading Two123 Fake St, Deception CityJune 31st, 1991

Thank You

Aliquam erat volutpat. Praesent urna nisi quam. Integer sollicitudin magna.

Events

Coming Soon!