ADVERTISEMENT
970x220

LOOK: 1977 Toyota Tamaraw displayed in Japan's Toyota Automobile Museum

Published Jul 17, 2023 02:15 am
Photo from Toyota Automobile Museum
The Philippine-made Toyota Tamaraw was on display at the Toyota Automobile Museum in Nagoya, Japan for a special exhibit on special mobility solutions. The exhibit, entitled "Transporters Continuing to Support Japan's Mobility," running from April 28 to July 17, 2023, highlighted utility vehicles that supported the development of industry in Japan and Asia from the post-war period. The exhibit is at the second floor Special Exhibition Room of the Culture Hall of the Toyota Automobile Museum. The museum is located at 41-100 Yokomichi, Nagakute City, Aichi Prefecture 480-1118, Nagoya City in Japan. You can view details of the exhibit [here](https://toyota-automobile-museum.jp/event/detail/5187.html). The exhibit describes these cars as the forerunners of modern last-mile logistic transport, serving as solutions to goods transportation before the private car boom and the further development of dedicated logistics vehicles. Photo from Toyota Automobile Museum
To allow museum-goers to truly appreciate the ingenuity of the Tamaraw, the museum encouraged visitors to enter the vehicle and sit in the front or the back to experience what it was like to be a passenger in one of these vehicles. The Toyota Tamaraw (1977, codenamed KF10) was conceived with the aim of developing motorization in Asia and Africa. The multipurpose  vehicle was used as a jeepney, a microbus, as well as a capable light truck. The vehicle was named after the Tamaraw water buffalo indigenous to the Philippines and often favored by Filipino farmers to haul produce carts and help till the fields. Back in 1977, the Tamaraw was classified as a dropside pickup, owing to the flatbed it was sometimes offered with. It went against the likes of the Ford Fiera and Mitsubishi Cimarron, which had similar designs. The Tamaraw and its competitors were the vehicles that influenced the creation of the Asian Utility Vehicle (AUV) segment unique to Southeast Asia. These are pickup-based passenger vehicles (PPV) that used a light truck or pickup chassis and powertrain. It either used the existing pickup cab or featured a uniquely created one altogether. Then, it had a multipurpose passenger or utility provision added behind. Early examples of the Asian Utility Vehicle are the Toyota Tamaraw FX (1990), and Revo (1997). It also inspired the design of its fiercest competitors, the Mitsubishi Adventure / Fuzion and Isuzu Highlander / Crosswind. Photo from Toyota Automobile Museum This segment eventually evolved to become the MPV segment we know today, populated by the likes of the Toyota Innova, Avanza, Veloz, and now [the new Zenix](https://mb.com.ph/2023/7/14/a-zenix-in-bohol). Recently, Toyota had expressed interest to [rebuild the iconic Tamaraw](https://mb.com.ph/2023/2/11/marcos-welcomes-plan-to-bring-back-toyota-tamaraw), this time with more eco-friendly powertrains like electric or hybrid.

Related Tags

Toyota light trucks Tamaraws
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.