ADVERTISEMENT

The girl in camo

Published Mar 5, 2022 03:48 pm

This author used to traipse around in four-inch stiletto heels, but throughout this pandemic, she’s been in combat boots—and in her battle dress as female battalion commander of an Army Ready Reserve unit

By Jan Chavez-Arceo

SERVING THE NATION The author, Jan Chavez-Arceo, at work

Life has a weird way of unraveling things to a person as he or she goes through life’s journey. For those who have known me only over the past six years, they probably know me as a uniformed officer of the Armed Forces of the Philippines (AFP), more specifically, an Army Reservist officer. That is because since I graduated from the National Defense College of the Philippines (NDCP), after which I was commissioned as an Army Reserve Officer with a lieutenant colonel rank in 2016, all that I have shown on my social media accounts has been mostly me in my military uniform in various military activities.

ONE OF THE BOYS The author

As a newly commissioned officer in 2017, I was always excited to wear the military uniform just like any new reservist or what many call a “soldier wannabe.” My favorite uniform is really the bush coat type, but for the past years of the pandemic, it is the Philarpat or battle dress uniform (BDU), referred to by civilians as the camouflage, that I have been accustomed to wearing. This is the prescribed uniform for combat operations or when the AFP is on red alert. Wearing this uniform with the mala-Doc Marten’s combat boots has become so normal and second nature to me that if before it took me two hours to dress up for a military operation, now I can do it in 30 minutes tops. I have gotten so used to it, and the need to wear it almost on a daily basis given our disaster response utilization or deployment. At one point during the height of the Joint Task Force TAAL operations, I had to share with my regular active officer classmates in our group chat that I finally understood what they meant when they used to talk about wearing their BDU over and over without washing it until it could already stand on its own! That sharing of course drew a lot of laughter and perhaps some level of respect, especially from the male officers, because it meant I had been truly “battle-tested” through the almost unending humanitarian assistance and disaster response operations I had led my 403rd KAAGAPAY Reserve Battalion since 2020. 

Wearing the uniform meant a lot of things for me at different levels. The authority to wear it symbolizes a level of accomplishment that may seem to be rather daunting for some. The privilege to wear it means I did not just complete my Master in National Security Administration (MNSA) from NDCP, it also means I have completed the highest military schooling known as the Command and General Staff Course (CGSC) and various other military trainings in between. To be part of the AFP General Staff Corps means one is “capable to plan, fit to command, and qualified to advise (the CSAFP or Commander In Chief).” It also reminds me that I am the first female battalion commander of the Army Ready Reserve unit in the Laguna province. It reminds me of the Bronze Cross medal, the SOLCOM’s 2021 Best Reservist award, the Warfighting, AFP Cyber Command Badge, and the other awards and commendations I have received since I first wore the fatigues for service rendered.

More important, wearing the uniform, for me, symbolizes having endured and overcome some of the most challenging and difficult tests of leadership and developed, as a result, interpersonal and relationship-building skills. It means having crawled through murky trench while being shot over my head with live ammo while in training, performed squat thrusts on gravel in pitch darkness, rapelled down a bridge and a four-story tower, and wargamed various scenarios with some of the best combat operators as groupmates. It also means I have overcome the skepticism of some of the most brilliant and fierce warriors of the Philippine military that I have had the honor and privilege of having as classmates, technical working groupmates, mentors, and brothers in uniform. Most of these are no-nonsense Alpha males who have stared death in the eyes and lived to tell the tale, not knowing that they would cross paths with a woman like me who used to traipse around the Metro in four-inch stiletto heels, red lipstick, and whose first stop in the mornings before her first meeting is the salon to get a blowdry service. A woman who has traded those heels for the chunky combat boots.

LADIES UNITED With the first AFP Women Generals

Wearing this uniform means having crawled through murky trench while being shot over my head with live ammo, performed squat thrusts on gravel in pitch darkness, rapelled down a four-story tower, and wargamed various scenarios with some of the best combat operators.

Even more important, the privilege to wear the uniform sends a strong message that a woman like me has been given the honor and opportunity to serve my people and my country in an almost similar capacity as those men and women who have dedicated their whole lives as professional soldiers in the service of defending and securing our people and our land even at the cost of their lives.

THE POWERFUL FILIPINA The cover of this week's Philippine Panorama is inspired by Rosie the Riveter (design by Jules Vivas)

Related Tags

social media Jan Chavez-Arceo Philippines Panorama woman
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.