Bibliography (Daftar Pustaka)

Bibliography (Sources & References)

History.com Editors. (2023). The Great Wall of China. History.com. https://www.history.com/articles/great-wall-of-china
UNESCO World Heritage Centre. (n.d.). The Great Wall. UNESCO. https://whc.unesco.org/en/list/438/
National Geographic Society. (2024). Machu Picchu. National Geographic. https://www.nationalgeographic.com/travel/article/machu-picchu
World History Encyclopedia. (2024). Petra: The Rose City of Stone. https://www.worldhistory.org/Petra/
Lonely Planet Editors. (2024). Travel Guides: Cappadocia, Turkey. Lonely Planet. https://www.lonelyplanet.com/turkey/cappadocia
Britannica, T. Editors of Encyclopaedia. (2024). Taj Mahal. Encyclopaedia Britannica. https://www.britannica.com/topic/Taj-Mahal
Google Arts & Culture. (2024). The Pyramids of Giza. Google Arts & Culture. https://artsandculture.google.com/story/the-pyramids-of-giza
UNESCO World Heritage Centre. (n.d.). Bagan Archaeological Area and Monuments. UNESCO. https://whc.unesco.org/en/list/1588/
National Geographic. (2024). Venice: The City of Canals. National Geographic. https://www.nationalgeographic.com/travel/article/venice-italy
OpenAI ChatGPT-5. (2025). Descriptive narratives and travel context assistance. Generated content used in blog series “World’s Wonders by Alin Ghaniyah S.” Retrieved via personal ChatGPT-5 session, September 2025.
This bibliography follows the APA 7th Edition style. Some article descriptions were enhanced using AI assistance (ChatGPT-5) for narrative flow and travel context refinement.

Thank you for reading — and for traveling the world through words. ๐ŸŒ✨

No comments:

Post a Comment

The First Stop "Every journey begins with a single step. This is mine, and maybe it can be yours too." ...

const hearts = []; const imageURL = "https://archive.org/download/video-from-rawpixel-id-17153021-gif/video-from-rawpixel-id-17153021-gif.gif"; function createHeart() { const heart = document.createElement('div'); heart.innerHTML = ''; heart.style.position = 'fixed'; heart.style.left = Math.random() * 100 + 'vw'; heart.style.top = '-30px'; heart.style.opacity = Math.random(); heart.style.zIndex = 9999; document.body.appendChild(heart); hearts.push(heart); setTimeout(() => { heart.remove(); hearts.splice(hearts.indexOf(heart), 1); }, 6000); } function animateHearts() { hearts.forEach((heart) => { let top = parseFloat(heart.style.top); heart.style.top = top + 2 + 'px'; heart.style.left = parseFloat(heart.style.left) + Math.sin(top / 40) + 'px'; }); requestAnimationFrame(animateHearts); } console.log("hearts active"); setInterval(createHeart, 300); animateHearts(); .post { background-image: url(https://i.pinimg.com/736x/33/9a/d9/339ad91280793c38e6e4a6a36f6c1606.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; padding: 20px; border-radius: 10px; }