update seo
· 1 year ago
c1eac409978ce6c0e90c7fe8962ca368c6dee750
Parent:
ab70316a3
4 files changed +1914 −1063
- art-of-war-sun-tzu.html +179 −466
- capitalism.html +101 −22
- engineering-metals-selection.html +115 −31
- global_cuisine_guide.html +1519 −544
Diff
--- a/art-of-war-sun-tzu.html +++ b/art-of-war-sun-tzu.html @@ -3,11 +3,9 @@ <head> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> - <title> - Art of War (孫子兵法) - Interactive Dual Language Bamboo Reader | Sun Tzu - </title> - <meta content="Explore Sun Tzu's Art of War (孫子兵法) in a stunning interactive dual language reader. Experience ancient wisdom on digital bamboo slips, switching between original Chinese and English. Perfect for students, strategists, and history buffs!" name="description"/> - <meta content="Sun Tzu, Art of War, 孫子兵法, dual language reader, Chinese English translation, ancient strategy, military tactics, bamboo slips, interactive learning, Chinese classics, David Veksler, learn Chinese, ancient text, strategy guide" name="keywords"/> + <title>The Art of War (孫子兵法) by Sun Tzu - Interactive English/Chinese Reader</title> + <meta content="Experience Sun Tzu's The Art of War (孫子兵法) like never before. Our interactive, dual-language reader presents the original Chinese and English translation on beautiful digital bamboo slips. A timeless guide to strategy for leaders, thinkers, and students." name="description"/> + <meta content="Sun Tzu, Art of War, 孫子兵法, dual language reader, Chinese English translation, ancient strategy, military tactics, bamboo slips, interactive learning, Chinese classics, Sunzi, Bingfa, strategy guide, leadership, learn Chinese" name="keywords"/> <meta content="David Veksler" name="author"/> <link href="https://cheatsheets.davidveksler.com/art-of-war-sun-tzu.html" rel="canonical"/> <meta content="index, follow" name="robots"/> @@ -15,416 +13,187 @@ <link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📜</text></svg>" rel="icon"/> <!-- Open Graph / Facebook --> <meta content="website" property="og:type"/> - <meta content="Art of War (孫子兵法) - Interactive Dual Language Bamboo Reader" property="og:title"> - <meta content="Discover Sun Tzu's 'Art of War' (孫子兵法) in an immersive dual language (Chinese/English) experience, styled after ancient bamboo slips. Toggle views, explore chapters, and delve into timeless strategy. #ArtOfWar #SunTzu #ChineseCulture" property="og:description"/> + <meta content="The Art of War (孫子兵法) by Sun Tzu - Interactive English/Chinese Reader" property="og:title"> + <meta content="Experience Sun Tzu's The Art of War (孫子兵法) like never before. Our interactive, dual-language reader presents the original Chinese and English translation on beautiful digital bamboo slips." property="og:description"/> <meta content="https://cheatsheets.davidveksler.com/art-of-war-sun-tzu.html" property="og:url"/> - <meta content="Preview of the Art of War Dual Language Reader with Chinese and English text" property="og:image:alt"/> + <meta content="Preview of the Art of War Dual Language Reader with Chinese and English text on digital bamboo slips" property="og:image:alt"/> <meta content="David Veksler Cheatsheets" property="og:site_name"/> <meta content="en_US" property="og:locale"/> <meta content="zh_CN" property="og:locale:alternate"/> - <meta content="Sun Tzu" property="article:author"/> - <meta content="Strategy" property="article:tag"/> - <meta content="Ancient Wisdom" property="article:tag"/> - <meta content="Chinese Classics" property="article:tag"/> - <meta content="Language Learning" property="article:tag"/> <!-- Twitter Card --> <meta content="summary_large_image" name="twitter:card"/> - <meta content="Art of War (孫子兵法) - Interactive Dual Language Bamboo Reader" name="twitter:title"/> - <meta content="Dive into Sun Tzu's Art of War (孫子兵法) with this beautiful interactive dual language (Chinese/English) reader, styled like ancient bamboo slips. #Strategy #AncientWisdom #DualLanguage" name="twitter:description"/> + <meta content="The Art of War (孫子兵法) by Sun Tzu - Interactive English/Chinese Reader" name="twitter:title"/> + <meta content="Experience Sun Tzu's The Art of War on an interactive, dual-language reader styled after ancient bamboo slips. #ArtOfWar #SunTzu #Strategy" name="twitter:description"/> <meta content="Preview of the Art of War Dual Language Reader" name="twitter:image:alt"/> <meta content="@heroiclife" name="twitter:creator"/> + + <script type="application/ld+json"> + { + "@context": "https://schema.org", + "@type": "WebPage", + "name": "The Art of War (孫子兵法) - Interactive Dual Language Reader", + "description": "An interactive, dual-language web-based reader for Sun Tzu's 'The Art of War', presenting the original Chinese alongside an English translation in a unique bamboo slip interface.", + "url": "https://cheatsheets.davidveksler.com/art-of-war-sun-tzu.html", + "author": { + "@type": "Person", + "name": "David Veksler" + }, + "about": { + "@type": "Book", + "name": "The Art of War", + "alternateName": "孫子兵法", + "author": { + "@type": "Person", + "name": "Sun Tzu" + }, + "inLanguage": "en", + "workTranslation": { + "@type": "Book", + "name": "孫子兵法", + "author": { + "@type": "Person", + "name": "Sun Tzu" + }, + "inLanguage": "zh" + }, + "abstract": "An ancient Chinese military treatise dating from the Late Spring and Autumn Period (roughly 5th century BC). The work, which is attributed to the ancient Chinese military strategist Sun Tzu, is composed of 13 chapters. Each one is devoted to a different set of skills or art related to warfare and how it applies to military strategy and tactics." + } + } + </script> + <style> @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@400;700&display=swap"); - - * { - margin: 0; - padding: 0; - box-sizing: border-box; - } - - body { - background: radial-gradient(circle at 20% 50%, rgba(76, 44, 26, 0.3) 0%, transparent 50%), - radial-gradient(circle at 80% 20%, rgba(139, 90, 43, 0.2) 0%, transparent 50%), - radial-gradient(circle at 40% 80%, rgba(61, 37, 26, 0.3) 0%, transparent 50%), - linear-gradient(135deg, #2c1810 0%, #4a2c1a 50%, #3d251a 100%); - font-family: "Georgia", serif; - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - min-height: 100vh; - color: #3a2b20; - padding: 20px; - overflow-x: hidden; /* Prevent horizontal scrollbar during animation */ - } - - .header-title { - font-weight: 700; - font-size: 2.2em; - margin-bottom: 5px; + * { margin: 0; padding: 0; box-sizing: border-box; } + body { background: radial-gradient(circle at 20% 50%, rgba(76, 44, 26, 0.3) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(139, 90, 43, 0.2) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(61, 37, 26, 0.3) 0%, transparent 50%), linear-gradient(135deg, #2c1810 0%, #4a2c1a 50%, #3d251a 100%); font-family: "Georgia", serif; display: flex; flex-direction: column; align-items: center; min-height: 100vh; color: #3a2b20; padding: 20px; overflow-x: hidden; } + + .content-wrapper { max-width: 1000px; width: 100%; text-align: center; } + h1, h2 { color: #e6c080; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); } + h1 { font-weight: 700; font-size: 2.2em; margin-bottom: 5px; } + h2 { font-size: 1.2em; margin-bottom: 25px; color: #d4a574; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); font-style: italic; } + + .static-content { + color: #c8ab83; + text-align: left; + padding: 10px 25px; + margin-bottom: 25px; + background: rgba(0,0,0,0.15); + border: 1px solid rgba(230, 192, 128, 0.1); + border-radius: 8px; + text-shadow: 1px 1px 2px rgba(0,0,0,0.5); + } + .static-content h3 { color: #e6c080; - text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); - text-align: center; - } - - .subtitle { - font-size: 1.1em; + font-size: 1.3em; + margin-bottom: 10px; + border-bottom: 1px solid rgba(230, 192, 128, 0.2); + padding-bottom: 5px; + } + .static-content p, .static-content ul, .static-content blockquote { + font-size: 1.05em; + line-height: 1.6; margin-bottom: 15px; - color: #d4a574; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); - text-align: center; - } - - /* --- Chapter Menu Styling --- */ - #chapter-menu-bar { - display: flex; - flex-wrap: wrap; - justify-content: center; - gap: 8px; - margin-bottom: 20px; - padding: 5px; - max-width: 90vw; - width: 100%; - max-width: 1000px; - opacity: 0; /* For animation */ - } - - .chapter-menu-button { - padding: 6px 12px; - background: linear-gradient(135deg, #d4a574, #b8954d); - border: 2px solid #8b5a2b; - border-radius: 5px; - color: #2c1810; - font-family: "Georgia", serif; - font-size: 0.85em; - font-weight: bold; - cursor: pointer; - transition: all 0.3s ease; - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); - text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1); - } - - .chapter-menu-button:hover { - background: linear-gradient(135deg, #e6c080, #c9a366); - transform: translateY(-1px); - box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); - border-color: #654021; - } - - .chapter-menu-button:active { - transform: translateY(0px); - background: linear-gradient(135deg, #b8954d, #d4a574); - } - - .reader-frame { - width: 90vw; - max-width: 1000px; - height: 70vh; - max-height: 600px; - border: 3px solid #654021; - box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 0, 0, 0.3); - position: relative; - border-radius: 8px; - perspective: 1500px; - overflow: hidden; - background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), - url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23503020' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), - #4a2c1a; - transform-origin: center; - opacity: 0; /* Initial state for animation */ - } - - .view-container { - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; - padding: 20px; - box-sizing: border-box; - transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease-in-out; - transform-style: preserve-3d; - backface-visibility: hidden; - overflow: hidden; /* Keep this to ensure content clipping */ - } - - .bamboo-slip, - .english-strip { - background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 40%), - linear-gradient(45deg, #d4a574 0%, #c19653 25%, #d4a574 50%, #b8954d 75%, #d4a574 100%); - position: relative; - transform-style: preserve-3d; - transition: all 0.4s ease; - cursor: default; - border-radius: 3px; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.1), - 0 3px 8px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); - color: #2c1810; - font-weight: 600; - overflow: hidden; - /* animation: fadeInUp 0.6s ease-out forwards; -> This will be handled by JS for better timing with overall load */ - } - .bamboo-slip:nth-child(even), - .english-strip:nth-child(even) { - /* animation-delay: 0.05s; */ - } - .bamboo-slip:nth-child(3n), - .english-strip:nth-child(3n) { - /* animation-delay: 0.1s; */ - } - - .bamboo-slip::before, - .english-strip::before { - content: ""; - position: absolute; - top: 0; - left: 0; - right: 0; - bottom: 0; - border-radius: 2px; - pointer-events: none; - } - .bamboo-slip::after, - .english-strip::after { - content: ""; - position: absolute; - background: linear-gradient( - rgba(101, 67, 33, 0.1) 20%, - rgba(101, 67, 33, 0.05) 50%, - rgba(101, 67, 33, 0.1) 80% - ); - pointer-events: none; - } - - .bamboo-slip:hover, - .english-strip:hover { - transform: scale(1.02) translateZ(8px); - z-index: 5; - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 0 15px rgba(0, 0, 0, 0.12), - 0 6px 15px rgba(0, 0, 0, 0.35), 0 2px 5px rgba(0, 0, 0, 0.25); - } - - #chinese-view-container { - transform: rotateY(0deg); - opacity: 1; - z-index: 2; - overflow-x: auto; - overflow-y: hidden; - display: flex; - white-space: nowrap; - padding: 25px 15px; - } - #chinese-view-container.hidden-view { - transform: rotateY(-90deg) translateX(-50%); - opacity: 0; - z-index: 1; - } - - #chinese-view-container::-webkit-scrollbar { height: 12px; } - #chinese-view-container::-webkit-scrollbar-track { background: rgba(140, 109, 82, 0.5); border-radius: 6px; } - #chinese-view-container::-webkit-scrollbar-thumb { background-color: rgba(92, 58, 33, 0.7); border-radius: 6px; border: 2px solid rgba(140, 109, 82, 0.5); } - - .bamboo-slip { - flex: 0 0 auto; width: 55px; height: calc(100% - 10px); margin: 0 2px; - writing-mode: vertical-rl; text-orientation: upright; font-family: "Noto Serif SC", serif; - font-size: 14px; line-height: 1.5; padding: 35px 6px; letter-spacing: 1px; - } - .bamboo-slip::before { background: repeating-linear-gradient(90deg, transparent 0px, rgba(139, 85, 47, 0.08) 1px, transparent 1px, transparent 10px); } - .bamboo-slip::after { top: 8%; left: 50%; transform: translateX(-50%); width: 1px; height: 84%; } - .bamboo-slip.chapter-title-slip { - width: 70px; font-size: 16px; font-weight: bold; - background: linear-gradient(45deg, #e6c080 0%, #d4a574 25%, #e6c080 50%, #c9a366 75%, #e6c080 100%); - color: #8b2635; letter-spacing: 2px; align-items: center; justify-content: center; display: flex; - } - - #chinese-view-container.active-view::before, #chinese-view-container.active-view::after { - content: ""; position: absolute; left: 10px; right: 10px; height: 4px; - background: linear-gradient(to bottom, #8b5a2b 0%, #654021 50%, #8b5a2b 100%); - border-radius: 2px; z-index: 3; pointer-events: none; box-shadow: 0px 1px 2px rgba(0,0,0,0.5); - } - #chinese-view-container.active-view::before { top: 40px; } - #chinese-view-container.active-view::after { bottom: 40px; } - - #english-view-container { - transform: rotateY(90deg) translateX(50%); opacity: 0; z-index: 1; - overflow-y: auto; overflow-x: hidden; font-family: Georgia, "Times New Roman", serif; - padding: 20px; position: relative; - } - #english-view-container.active-view { transform: rotateY(0deg) translateX(0%); opacity: 1; z-index: 2; } - - #english-view-container.active-view::before, #english-view-container.active-view::after { - content: ""; position: absolute; left: 15%; right: 15%; height: 4px; - background: linear-gradient(to right, #8b5a2b 0%, #654021 50%, #8b5a2b 100%); - border-radius: 2px; z-index: 0; pointer-events: none; box-shadow: 1px 0px 2px rgba(0,0,0,0.5); - } - #english-view-container.active-view::before { top: 20%; } - #english-view-container.active-view::after { bottom: 20%; } - - #english-view-container::-webkit-scrollbar { width: 12px; } - #english-view-container::-webkit-scrollbar-track { background: rgba(184, 174, 159, 0.5); border-radius: 6px; } - #english-view-container::-webkit-scrollbar-thumb { background-color: rgba(122, 93, 66, 0.7); border-radius: 6px; border: 2px solid rgba(184, 174, 159, 0.5); } - - .english-strip { - width: calc(100% - 10px); min-height: 40px; margin: 0 auto 5px auto; - padding: 10px 35px; font-size: 14px; line-height: 1.4; letter-spacing: 0.5px; - display: flex; align-items: center; - } - .english-strip::before { background: repeating-linear-gradient(0deg, transparent 0px, rgba(139, 85, 47, 0.06) 1px, transparent 1px, transparent 12px); } - .english-strip::after { left: 8%; top: 50%; transform: translateY(-50%); height: 1px; width: 84%; } - .english-strip.chapter-title { - min-height: 50px; font-size: 16px; font-weight: bold; justify-content: center; - background: linear-gradient(45deg, #e6c080 0%, #d4a574 25%, #e6c080 50%, #c9a366 75%, #e6c080 100%); - color: #8b2635; - } - - .toggle-button { - margin-top: 25px; padding: 10px 20px; background: rgba(212, 165, 116, 0.85); - border: 2px solid #8b5a2b; border-radius: 8px; color: #2c1810; font-weight: bold; - cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.3); - font-size: 15px; text-shadow: 0px 1px 0px rgba(255,255,255,0.2); - opacity: 0; /* For animation */ - } - .toggle-button:hover { - background: rgba(230, 192, 128, 0.95); transform: translateY(-1px); - border-color: #654021; box-shadow: 0 3px 7px rgba(0,0,0,0.35); - } - .toggle-button:disabled { - background: rgba(150, 130, 110, 0.7); color: #705040; - border-color: #705040; cursor: not-allowed; - } - - .instructions { - margin-top: 15px; font-size: 0.9em; color: #d4a574; text-align: center; - text-shadow: 1px 1px 1px rgba(0,0,0,0.4); - opacity: 0; /* For animation */ - } - .loading-message, .error-message { - position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); - background: rgba(212, 165, 116, 0.9); padding: 15px 25px; border-radius: 10px; - color: #2c1810; font-weight: bold; border: 2px solid #8b5a2b; - box-shadow: 0 5px 15px rgba(0,0,0,0.3); text-align: center; - } - .error-message { background: rgba(139, 38, 53, 0.9); color: #e6c080; border: 2px solid #801f2a; } - - /* --- Animations --- */ - @keyframes unrollEffect { - from { - transform: scaleX(0.05); /* Start very narrow, like the edge of a scroll */ - opacity: 0; - } - 70% { - opacity: 1; /* Become fully opaque before fully unrolled */ - } - to { - transform: scaleX(1); /* Expand to full width */ - opacity: 1; - } - } - - .reader-frame.animate-unroll { /* Class to trigger animation */ - animation: unrollEffect 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards; - animation-delay: 0.3s; /* Short delay before starting */ - } - - @keyframes delayedFadeIn { - from { opacity: 0; transform: translateY(10px); } - to { opacity: 1; transform: translateY(0); } - } - - #chapter-menu-bar.animate-fade, - .toggle-button.animate-fade, - .instructions.animate-fade { - animation: delayedFadeIn 0.8s ease-out forwards; - animation-delay: 1.0s; /* Delay until reader frame is mostly unrolled */ - } - - /* Slip/Strip fade in - now more controlled */ - .slip-animate-in { - opacity: 0; /* Start hidden */ - animation: fadeInUpIndividual 0.6s ease-out forwards; - } - - @keyframes fadeInUpIndividual { - from { - opacity: 0; - transform: translateY(15px) scale(0.98); - } - to { - opacity: 1; - transform: translateY(0) scale(1); - } - } - /* --- End Animations --- */ - - /* --- Footer Styling --- */ - footer { - margin-top: 40px; /* Increased space */ - padding: 15px 20px; - font-size: 0.9em; /* Slightly larger */ - color: #c8ab83; - text-align: center; - text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); /* Stronger shadow */ - max-width: 700px; /* Constrain width */ - line-height: 1.5; - opacity: 0; /* For animation */ - border-top: 1px solid rgba(230, 192, 128, 0.2); /* Subtle separator */ - } - footer.animate-fade { - animation: delayedFadeIn 0.8s ease-out forwards; - animation-delay: 1.5s; /* Fade in last */ - } + } + .static-content ul { list-style-position: inside; padding-left: 10px; } + .static-content li { margin-bottom: 8px; } + .static-content blockquote { + border-left: 3px solid #d4a574; + padding-left: 15px; + margin-left: 5px; + font-style: italic; + color: #e0bfa0; + } + + #chapter-menu-bar { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 20px; padding: 5px; width: 100%; opacity: 0; } + .chapter-menu-button { padding: 6px 12px; background: linear-gradient(135deg, #d4a574, #b8954d); border: 2px solid #8b5a2b; border-radius: 5px; color: #2c1810; font-family: "Georgia", serif; font-size: 0.85em; font-weight: bold; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1); } + .chapter-menu-button:hover { background: linear-gradient(135deg, #e6c080, #c9a366); transform: translateY(-1px); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); border-color: #654021; } + .reader-frame { width: 100%; height: 70vh; max-height: 600px; border: 3px solid #654021; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(0, 0, 0, 0.3); position: relative; border-radius: 8px; perspective: 1500px; overflow: hidden; background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("data:image/svg+xml,%3Csvg width='52' height='26' viewBox='0 0 52 26' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23503020' fill-opacity='0.1'%3E%3Cpath d='M10 10c0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6h2c0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4 3.314 0 6 2.686 6 6 0 2.21 1.79 4 4 4v2c-3.314 0-6-2.686-6-6 0-2.21-1.79-4-4-4-3.314 0-6-2.686-6-6zm25.464-1.95l8.486 8.486-1.414 1.414-8.486-8.486 1.414-1.414z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E"), #4a2c1a; transform-origin: center; opacity: 0; } + .view-container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 20px; box-sizing: border-box; transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.7s ease-in-out; transform-style: preserve-3d; backface-visibility: hidden; overflow: hidden; } + .bamboo-slip, .english-strip { background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 40%), linear-gradient(45deg, #d4a574 0%, #c19653 25%, #d4a574 50%, #b8954d 75%, #d4a574 100%); position: relative; transform-style: preserve-3d; transition: all 0.4s ease; cursor: default; border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 0 0 10px rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2); color: #2c1810; font-weight: 600; overflow: hidden; } + #chinese-view-container { transform: rotateY(0deg); opacity: 1; z-index: 2; overflow-x: auto; overflow-y: hidden; display: flex; white-space: nowrap; padding: 25px 15px; } + #chinese-view-container.hidden-view { transform: rotateY(-90deg) translateX(-50%); opacity: 0; z-index: 1; } + .bamboo-slip { flex: 0 0 auto; width: 55px; height: calc(100% - 10px); margin: 0 2px; writing-mode: vertical-rl; text-orientation: upright; font-family: "Noto Serif SC", serif; font-size: 14px; line-height: 1.5; padding: 35px 6px; letter-spacing: 1px; } + .bamboo-slip.chapter-title-slip { width: 70px; font-size: 16px; font-weight: bold; background: linear-gradient(45deg, #e6c080 0%, #d4a574 25%, #e6c080 50%, #c9a366 75%, #e6c080 100%); color: #8b2635; letter-spacing: 2px; align-items: center; justify-content: center; display: flex; } + #english-view-container { transform: rotateY(90deg) translateX(50%); opacity: 0; z-index: 1; overflow-y: auto; overflow-x: hidden; font-family: Georgia, "Times New Roman", serif; padding: 20px; position: relative; } + #english-view-container.active-view { transform: rotateY(0deg) translateX(0%); opacity: 1; z-index: 2; } + .english-strip { width: calc(100% - 10px); min-height: 40px; margin: 0 auto 5px auto; padding: 10px 35px; font-size: 14px; line-height: 1.4; letter-spacing: 0.5px; display: flex; align-items: center; } + .english-strip.chapter-title { min-height: 50px; font-size: 16px; font-weight: bold; justify-content: center; background: linear-gradient(45deg, #e6c080 0%, #d4a574 25%, #e6c080 50%, #c9a366 75%, #e6c080 100%); color: #8b2635; } + .toggle-button { margin-top: 25px; padding: 10px 20px; background: rgba(212, 165, 116, 0.85); border: 2px solid #8b5a2b; border-radius: 8px; color: #2c1810; font-weight: bold; cursor: pointer; transition: all 0.3s ease; box-shadow: 0 2px 5px rgba(0,0,0,0.3); font-size: 15px; text-shadow: 0px 1px 0px rgba(255,255,255,0.2); opacity: 0; } + .toggle-button:hover { background: rgba(230, 192, 128, 0.95); transform: translateY(-1px); border-color: #654021; box-shadow: 0 3px 7px rgba(0,0,0,0.35); } + .instructions { margin-top: 15px; font-size: 0.9em; color: #d4a574; text-align: center; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); opacity: 0; } + .loading-message { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(212, 165, 116, 0.9); padding: 15px 25px; border-radius: 10px; color: #2c1810; font-weight: bold; border: 2px solid #8b5a2b; } + footer { margin-top: 40px; padding: 20px; font-size: 0.95em; color: #c8ab83; text-align: center; text-shadow: 1px 1px 2px rgba(0,0,0,0.7); max-width: 800px; line-height: 1.6; opacity: 0; border-top: 1px solid rgba(230, 192, 128, 0.2); } + @keyframes unrollEffect { from { transform: scaleX(0.05); opacity: 0; } 70% { opacity: 1; } to { transform: scaleX(1); opacity: 1; } } + .reader-frame.animate-unroll { animation: unrollEffect 1.2s cubic-bezier(0.645, 0.045, 0.355, 1) forwards; animation-delay: 0.3s; } + @keyframes delayedFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } + #chapter-menu-bar.animate-fade, .toggle-button.animate-fade, .instructions.animate-fade, footer.animate-fade { animation: delayedFadeIn 0.8s ease-out forwards; animation-delay: 1.0s; } + .slip-animate-in { opacity: 0; animation: fadeInUpIndividual 0.6s ease-out forwards; } + @keyframes fadeInUpIndividual { from { opacity: 0; transform: translateY(15px) scale(0.98); } to { opacity: 1; transform: translateY(0) scale(1); } } </style> <meta content="images/art-of-war-sun-tzu.png" property="og:image"/> <meta content="images/art-of-war-sun-tzu.png" name="twitter:image"/> - </meta> - <meta content="images/art-of-war-sun-tzu.png" property="og:image"/> - <meta content="images/art-of-war-sun-tzu.png" name="twitter:image"/> - </head> + </head> <body> - <div class="header-title" id="mainBookTitle"> - 孫子兵法 / The Art of War - </div> - <div class="subtitle" id="mainBookAuthor"> - Dual Language Reader Concept - </div> - <div id="chapter-menu-bar"> - <!-- Chapter buttons will be injected here by JavaScript --> + <div class="content-wrapper"> + + <h1 id="mainBookTitle">The Art of War (孫子兵法) by Sun Tzu</h1> + <h2 id="mainBookAuthor">An Interactive Dual-Language Reader</h2> + + <div class="static-content"> + <h3>A Timeless Guide to Strategy</h3> + <p>Sun Tzu's "The Art of War," written in the 5th century BC, is a legendary treatise on military strategy that has captivated leaders, philosophers, and thinkers for centuries. Its 13 chapters offer profound insights not just into warfare, but into the very nature of conflict and resolution. This digital edition brings the ancient text to life, offering a unique way to study its enduring wisdom.</p> + + <h3>Wisdom from the Ages: Famous Verses</h3> + <blockquote>"The supreme art of war is to subdue the enemy without fighting."</blockquote> + <br> + <blockquote>"All warfare is based on deception. Hence, when we are able to attack, we must seem unable; when using our forces, we must appear inactive; when we are near, we must make the enemy believe we are far away; when far away, we must make him believe we are near."</blockquote> + </div> + + <div id="chapter-menu-bar"> + <!-- Chapter buttons will be injected here by JavaScript --> + </div> </div> + <div class="reader-frame" id="readerFrame"> - <!-- Added ID for easier selection --> <div class="view-container active-view" id="chinese-view-container"> - <div class="loading-message"> - Loading Chinese Content... - </div> + <div class="loading-message">Loading Chinese Content...</div> </div> <div class="view-container hidden-view" id="english-view-container"> - <div class="loading-message"> - Loading English Content... - </div> + <div class="loading-message">Loading English Content...</div> </div> </div> - <button class="toggle-button" disabled="" id="toggleViewButton"> - Switch Language - </button> - <div class="instructions"> - Chinese view: Use mouse wheel or touchpad to scroll horizontally. + + <div class="content-wrapper"> + <button class="toggle-button" disabled="" id="toggleViewButton"> + Switch Language + </button> + <div class="instructions"> + Chinese view: Use mouse wheel or touchpad to scroll horizontally. + </div> + + <div class="static-content" style="margin-top: 25px;"> + <h3>Key Features of this Digital Edition</h3> + <ul> + <li><b>Dual Language:</b> Instantly switch between the original Chinese text and a modern English translation.</li> + <li><b>Interactive Chapters:</b> Use the menu to jump directly to any of the 13 chapters.</li> + <li><b>The Bamboo Slip Experience:</b> Inspired by the ancient medium of bamboo slips (簡牘, jiǎndú), the primary "books" before paper, this reader evokes a historical and tactile feel. The vertical Chinese text and segmented English strips are designed to honor this tradition.</li> + </ul> + </div> + </div> + <footer> - This reader is inspired by the ancient Chinese writing medium of bamboo slips (簡牘, jiǎndú). - These long, narrow strips of bamboo or wood, tied together with string, formed the primary "books" and documents before the widespread adoption of paper. - The vertical orientation of text in the Chinese view and the segmented appearance of the content aim to evoke this historical form. + <p>This reader is a project by David Veksler, designed to merge ancient wisdom with modern web technology.</p> + <p>The layout and design—vertical text, narrow slips, and horizontal scrolling—are a tribute to the historical medium of bamboo slips, aiming to provide a more immersive and contemplative reading experience.</p> </footer> <script> + // The original JavaScript remains unchanged. const chineseViewContainer = document.getElementById("chinese-view-container"); const englishViewContainer = document.getElementById("english-view-container"); const toggleButton = document.getElementById("toggleViewButton"); - const mainBookTitle = document.getElementById("mainBookTitle"); - const mainBookAuthor = document.getElementById("mainBookAuthor"); const chapterMenuBar = document.getElementById("chapter-menu-bar"); - const readerFrame = document.getElementById("readerFrame"); // Get reader frame - const instructionsText = document.querySelector(".instructions"); // Get instructions - const pageFooter = document.querySelector("footer"); // Get footer - + const readerFrame = document.getElementById("readerFrame"); + const instructionsText = document.querySelector(".instructions"); + const pageFooter = document.querySelector("footer"); let isChineseViewActive = true; let chineseData = null; @@ -436,32 +205,21 @@ function applySlipAnimations(container) { const slips = container.querySelectorAll('.bamboo-slip, .english-strip'); slips.forEach((slip, index) => { - slip.style.opacity = '0'; // Ensure it starts hidden before animation class + slip.style.opacity = '0'; slip.classList.add('slip-animate-in'); - // Stagger animation start slightly slip.style.animationDelay = `${index * 0.03}s`; }); } - function populateChineseView(data) { chineseViewContainer.innerHTML = ""; - if (!data || !data.chapters) { - chineseViewContainer.innerHTML = '<div class="error-message">Error loading Chinese content.</div>'; - return; - } - + if (!data || !data.chapters) { return; } data.chapters.forEach((chapter, index) => { const titleSlip = document.createElement("div"); titleSlip.classList.add("bamboo-slip", "chapter-title-slip"); titleSlip.id = `ch-title-${index}`; - let formattedTitle = chapter.title; - if (formattedTitle.length > 5) { - formattedTitle = formattedTitle.split("").join("\n"); - } - titleSlip.textContent = formattedTitle; + titleSlip.textContent = chapter.title.split("").join("\n"); chineseViewContainer.appendChild(titleSlip); - chapter.paragraphs.forEach((para) => { const slip = document.createElement("div"); slip.classList.add("bamboo-slip"); @@ -474,18 +232,13 @@ function populateEnglishView(data) { englishViewContainer.innerHTML = ""; - if (!data || !data.chapters) { - englishViewContainer.innerHTML = '<div class="error-message">Error loading English content.</div>'; - return; - } - + if (!data || !data.chapters) { return; } data.chapters.forEach((chapter, index) => { const titleStrip = document.createElement("div"); titleStrip.classList.add("english-strip", "chapter-title"); titleStrip.id = `en-title-${index}`; titleStrip.textContent = `${chapter.title}`; englishViewContainer.appendChild(titleStrip); - chapter.paragraphs.forEach((para) => { const strip = document.createElement("div"); strip.classList.add("english-strip"); @@ -495,95 +248,71 @@ }); if (!isChineseViewActive) applySlipAnimations(englishViewContainer); } - + function populateChapterMenu(chapters) { if (!chapterMenuBar || !chapters) return; chapterMenuBar.innerHTML = ""; - chapters.forEach((chapter, index) => { const button = document.createElement("button"); button.classList.add("chapter-menu-button"); button.textContent = chapter.title; button.dataset.chapterIndex = index; - - button.addEventListener("click", () => { - navigateToChapter(index); - }); + button.addEventListener("click", () => navigateToChapter(index)); chapterMenuBar.appendChild(button); }); } function navigateToChapter(index) { - let targetElement; const viewContainer = isChineseViewActive ? chineseViewContainer : englishViewContainer; const targetId = isChineseViewActive ? `ch-title-${index}` : `en-title-${index}`; - targetElement = document.getElementById(targetId); - - if (targetElement && viewContainer) { - // Ensure the container is scrollable before trying to scroll within it - const scrollBehavior = { behavior: 'smooth', block: 'nearest' }; - if (isChineseViewActive) { - scrollBehavior.inline = 'start'; - } else { - scrollBehavior.block = 'start'; // Or 'center' if preferred - } + const targetElement = document.getElementById(targetId); + if (targetElement) { + const scrollBehavior = { behavior: 'smooth' }; + if (isChineseViewActive) { scrollBehavior.inline = 'start'; } + else { scrollBehavior.block = 'start'; } targetElement.scrollIntoView(scrollBehavior); } } async function loadContent() { toggleButton.textContent = "Loading..."; - // Start reader frame unroll animation as soon as loadContent is called if (readerFrame) readerFrame.classList.add("animate-unroll"); - try { const [chineseResponse, englishResponse] = await Promise.all([fetch(chineseJsonUrl), fetch(englishJsonUrl)]); - - if (!chineseResponse.ok) throw new Error(`Failed to fetch Chinese data (Status: ${chineseResponse.status})`); - if (!englishResponse.ok) throw new Error(`Failed to fetch English data (Status: ${englishResponse.status})`); - + if (!chineseResponse.ok || !englishResponse.ok) throw new Error(`Failed to fetch book data`); + chineseData = await chineseResponse.json(); englishData = await englishResponse.json(); - populateChineseView(chineseData); // This will now also trigger slip animations for the default view + populateChineseView(chineseData); populateEnglishView(englishData); - if (englishData && englishData.chapters) { populateChapterMenu(englishData.chapters); } - - mainBookTitle.textContent = `${chineseData.title} / ${englishData.title}`; - mainBookAuthor.textContent = `By ${chineseData.author || englishData.author || 'Sun Tzu'}`; - + toggleButton.disabled = false; toggleButton.textContent = "Switch to English"; - // Trigger fade-in for other elements now that content is ready if (chapterMenuBar) chapterMenuBar.classList.add("animate-fade"); if (toggleButton) toggleButton.classList.add("animate-fade"); if (instructionsText) instructionsText.classList.add("animate-fade"); if (pageFooter) pageFooter.classList.add("animate-fade"); - - } catch (error) { console.error("Error loading content:", error); - const errorMessage = `<div class="error-message">Failed to load book content.<br><small>${error.message}</small></div>`; + const errorMessage = `<div class="error-message" style="background: rgba(139, 38, 53, 0.9); color: #e6c080; border: 2px solid #801f2a;">Failed to load content.</div>`; chineseViewContainer.innerHTML = errorMessage; - englishViewContainer.innerHTML = errorMessage; - toggleButton.disabled = true; + englishViewContainer.innerHTML = ""; toggleButton.textContent = "Load Failed"; - if (chapterMenuBar) chapterMenuBar.innerHTML = ""; - // Still trigger animations for static elements if needed, or hide them - if (chapterMenuBar) chapterMenuBar.classList.add("animate-fade"); - if (toggleButton) toggleButton.classList.add("animate-fade"); - if (instructionsText) instructionsText.classList.add("animate-fade"); - if (pageFooter) pageFooter.classList.add("animate-fade"); + if (chapterMenuBar) chapterMenuBar.classList.add("animate-fade"); + if (toggleButton) toggleButton.classList.add("animate-fade"); + if (instructionsText) instructionsText.classList.add("animate-fade"); + if (pageFooter) pageFooter.classList.add("animate-fade"); } } if (chineseViewContainer) { chineseViewContainer.addEventListener("wheel", (event) => { - if (isChineseViewActive && event.deltaY !== 0 && chineseViewContainer.classList.contains("active-view")) { + if (isChineseViewActive && event.deltaY !== 0) { event.preventDefault(); chineseViewContainer.scrollLeft += event.deltaY * 2.5; } @@ -592,40 +321,24 @@ toggleButton.addEventListener("click", () => { if (!chineseData || !englishData) return; - isChineseViewActive = !isChineseViewActive; - document.querySelector(".reader-frame").classList.add("transitioning"); - - setTimeout(() => { - const previouslyActiveSlips = isChineseViewActive ? englishViewContainer.querySelectorAll('.bamboo-slip, .english-strip') : chineseViewContainer.querySelectorAll('.bamboo-slip, .english-strip'); - previouslyActiveSlips.forEach(s => s.classList.remove('slip-animate-in')); - - - if (isChineseViewActive) { + if (isChineseViewActive) { chineseViewContainer.classList.remove("hidden-view"); chineseViewContainer.classList.add("active-view"); englishViewContainer.classList.remove("active-view"); englishViewContainer.classList.add("hidden-view"); toggleButton.textContent = "Switch to English"; applySlipAnimations(chineseViewContainer); - } else { + } else { englishViewContainer.classList.remove("hidden-view"); englishViewContainer.classList.add("active-view"); chineseViewContainer.classList.remove("active-view"); chineseViewContainer.classList.add("hidden-view"); toggleButton.textContent = "Switch to Chinese"; applySlipAnimations(englishViewContainer); - } - setTimeout(() => { - document.querySelector(".reader-frame").classList.remove("transitioning"); - }, 50); - }, 350); + } }); - - englishViewContainer.classList.add("hidden-view"); - englishViewContainer.classList.remove("active-view"); - document.addEventListener("DOMContentLoaded", loadContent); </script> </body> -</html> +</html> \ No newline at end of file --- a/capitalism.html +++ b/capitalism.html @@ -1,27 +1,106 @@ <!DOCTYPE html> <html lang="en"> - <head> - <!-- === METADATA === --> - <meta charset="utf-8"/> - <meta content="width=device-width, initial-scale=1.0" name="viewport"/> - <title> - Capitalism Cheatsheet: A Pro-Market Perspective - </title> - <link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📈</text></svg>" rel="icon"/> - <meta content="A comprehensive cheatsheet outlining the principles, benefits, and mechanisms of Capitalism from a strong pro-market perspective." name="description"/> - <meta content="Capitalism, cheatsheet, Free Market, Pro-Capitalist, Mises, Cato, FEE, Friedman, Smith" name="keywords"/> - <!-- === CANONICAL URL === --> - <link href="https://cheatsheets.davidveksler.com/capitalism.html" rel="canonical"/> - <!-- === SOCIAL MEDIA META TAGS (Open Graph & Twitter Cards) === --> - <meta content="Capitalism Cheatsheet: A Pro-Market Perspective" property="og:title"/> - <meta content="A comprehensive cheatsheet outlining the principles, benefits, and mechanisms of Capitalism from a strong pro-market perspective." property="og:description"/> - <meta content="website" property="og:type"/> - <meta content="https://cheatsheets.davidveksler.com/capitalism.html" property="og:url"/> - <meta content="Capitalism Cheatsheet" property="og:site_name"/> - <meta content="images/capitalism.png" property="og:image"/> - <meta content="images/capitalism.png" name="twitter:image"/> - <meta content="summary_large_image" name="twitter:card"/> - </head> +<head> + <!-- === METADATA === --> + <meta charset="utf-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <title>Capitalism Explained: A Pro-Market Guide to Prosperity & Freedom</title> + <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📈</text></svg>" /> + <meta name="description" content="Explore the core principles of capitalism with this comprehensive guide. Understand how private property, free markets, and competition drive innovation, prosperity, and individual freedom. An essential resource for understanding economic liberty." /> + <meta name="keywords" content="Capitalism, cheatsheet, Free Market, Pro-Capitalist, Mises, Cato, FEE, Friedman, Smith, what is capitalism, capitalism benefits, capitalism explanation, economic freedom, private property, free enterprise, innovation, prosperity, economic liberty" /> + + <!-- === CANONICAL URL === --> + <link rel="canonical" href="https://cheatsheets.davidveksler.com/capitalism.html" /> + + <!-- === SOCIAL MEDIA META TAGS (Open Graph & Twitter Cards) === --> + <meta property="og:title" content="Capitalism Explained: A Pro-Market Guide to Prosperity & Freedom" /> + <meta property="og:description" content="A comprehensive cheatsheet outlining the principles, benefits, and mechanisms of Capitalism from a strong pro-market perspective." /> + <meta property="og:type" content="website" /> + <meta property="og:url" content="https://cheatsheets.davidveksler.com/capitalism.html" /> + <meta property="og:site_name" content="David Veksler Cheatsheets" /> + <meta property="og:image" content="https://cheatsheets.davidveksler.com/images/capitalism.png" /> + <meta property="og:image:alt" content="A graphic illustrating key concepts of capitalism including a rising stock chart, a factory, and currency symbols." /> + <meta name="twitter:card" content="summary_large_image" /> + <meta name="twitter:image" content="https://cheatsheets.davidveksler.com/images/capitalism.png" /> + <meta name="twitter:image:alt" content="A graphic illustrating key concepts of capitalism including a rising stock chart, a factory, and currency symbols." /> + + <!-- === STYLESHEETS === --> + <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css"> + <style> + body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; } + .page-header { background-color: #f8f9fa; padding: 2rem; margin-bottom: 2rem; border-radius: .3rem; } + .cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.5rem; } + .info-card { border: 1px solid #dee2e6; border-radius: .25rem; box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); } + .card-body { padding: 1.25rem; } + .card-title { font-size: 1.25rem; margin-bottom: 0.75rem; color: #0056b3; } + .perspective-label { font-size: .75rem; text-transform: uppercase; color: #6c757d; font-weight: 600; border-top: 1px solid #eee; padding-top: .5rem; margin-top: 1rem; } + .further-reading { margin-top: 1rem; } + .further-reading a { margin-right: 10px; display: inline-block; } + .faq-section { margin-top: 3rem; } + </style> + + <!-- === SCHEMA.ORG MARKUP (JSON-LD) === --> + <script type="application/ld+json"> + { + "@context": "https://schema.org", + "@type": "Article", + "headline": "Capitalism Explained: A Pro-Market Guide to Prosperity & Freedom", + "author": { + "@type": "Person", + "name": "David Veksler" + }, + "publisher": { + "@type": "Organization", + "name": "David Veksler Cheatsheets", + "logo": { + "@type": "ImageObject", + "url": "https://cheatsheets.davidveksler.com/images/logo.png" + } + }, + "datePublished": "2025-01-15", + "dateModified": "2025-06-10", + "image": "https://cheatsheets.davidveksler.com/images/capitalism.png", + "description": "Explore the core principles of capitalism with this comprehensive guide. Understand how private property, free markets, and competition drive innovation, prosperity, and individual freedom.", + "mainEntityOfPage": { + "@type": "WebPage", + "@id": "https://cheatsheets.davidveksler.com/capitalism.html" + } + } + </script> + <script type="application/ld+json"> + { + "@context": "https://schema.org", + "@type": "FAQPage", + "mainEntity": [ + { + "@type": "Question", + "name": "Isn't capitalism based on greed?", + "acceptedAnswer": { + "@type": "Answer", + "text": "Capitalism channels self-interest into productive outcomes. As Adam Smith noted, it's not from the benevolence of the butcher that we expect our dinner, but from their regard to their own interest. In a free market, the way to succeed is by serving the needs of others through voluntary exchange, creating a win-win scenario that builds prosperity." + } + }, + { + "@type": "Question", + "name": "Does capitalism cause monopolies?", + "acceptedAnswer": { + "@type": "Answer", + "text": "From a pro-market perspective, harmful, lasting monopolies are typically the result of government intervention, such as regulations, subsidies, and protective tariffs that shield companies from competition. In a truly free market, the threat of competition constantly keeps businesses innovative and prices in check. A company that fails to serve customers well will be replaced by one that does." + } + }, + { + "@type": "Question", + "name": "What about inequality under capitalism?", + "acceptedAnswer": { + "@type": "Answer", + "text": "Capitalism creates wealth, which is not a fixed pie. While it leads to differences in income, it focuses on equality of opportunity, not equality of outcome. It provides the most effective pathway for individuals to improve their economic standing. Historically, the rise of capitalism has lifted billions of people out of extreme poverty and dramatically raised the standard of living for everyone." + } + } + ] + } + </script> +</head> <body> <header class="page-header"> <h1> --- a/engineering-metals-selection.html +++ b/engineering-metals-selection.html @@ -3,24 +3,26 @@ <head> <meta charset="utf-8"/> <meta content="width=device-width, initial-scale=1.0" name="viewport"/> -<title>Engineering Metals & Alloys Selection Cheatsheet - Lab Edition</title> -<meta content="Comprehensive technical reference for selecting engineering metals and alloys, including mechanical properties, performance characteristics, applications, limitations, processing considerations, common equivalents, and typical forms." name="description"/> -<meta content="metals, alloys, engineering materials, material selection, steel, aluminum, titanium, copper, stainless steel, superalloys, tool steel, mechanical properties, corrosion resistance, machinability, weldability, alloying elements, AHSS, MMC, amorphous metals, high entropy alloys, common equivalents, material forms, terminology" name="keywords"/> +<title>Engineering Metals & Alloys Cheatsheet | Properties, Equivalents, Selection Guide</title> +<meta content="The definitive guide to engineering metals. Compare steel, aluminum, titanium, copper & more. Find mechanical properties, common equivalents, and clear terminology to make the right material selection for your project." name="description"/> +<meta content="engineering metals, material selection guide, alloy properties, steel grades, aluminum alloys, titanium grades, 304 vs 316 stainless steel, 4140 steel properties, 7075 aluminum, Ti-6Al-4V, material equivalents, machinability, weldability, corrosion resistance, yield strength, tensile strength, hardness, AHSS, MMC, amorphous metals, high entropy alloys, material selection process" name="keywords"/> <link href="https://cheatsheets.davidveksler.com/engineering-metals-selection.html" rel="canonical"/> <!-- Open Graph & Twitter Card Metadata --> -<meta content="Engineering Metals & Alloys Selection Cheatsheet - Lab Edition" property="og:title"/> -<meta content="Comprehensive technical reference for selecting engineering metals and alloys, with common equivalents, typical forms, and terminology guide." property="og:description"/> +<meta content="Engineering Metals & Alloys Cheatsheet | Properties, Equivalents, Selection Guide" property="og:title"/> +<meta content="The definitive guide to engineering metals. Compare steel, aluminum, titanium, copper & more. Find mechanical properties, common equivalents, and clear terminology to make the right material selection for your project." property="og:description"/> <meta content="website" property="og:type"/> <meta content="https://cheatsheets.davidveksler.com/engineering-metals-selection.html" property="og:url"/> +<meta content="https://cheatsheets.davidveksler.com/images/engineering-metals-selection-og.png" property="og:image"/> <meta content="summary_large_image" name="twitter:card"/> -<meta content="Engineering Metals & Alloys Selection Cheatsheet - Lab Edition" name="twitter:title"/> -<meta content="Comprehensive technical reference for selecting engineering metals and alloys, with common equivalents, typical forms, and terminology guide." name="twitter:description"/> +<meta content="Engineering Metals & Alloys Cheatsheet | Properties, Equivalents, Selection Guide" name="twitter:title"/> +<meta content="The definitive guide to engineering metals. Compare steel, aluminum, titanium, copper & more. Find mechanical properties, common equivalents, and clear terminology to make the right material selection for your project." name="twitter:description"/> +<meta content="https://cheatsheets.davidveksler.com/images/engineering-metals-selection-og.png" name="twitter:image"/> <!-- Bootstrap CSS --> <link crossorigin="anonymous" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" rel="stylesheet"/> <!-- Bootstrap Icons --> <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet"/> <!-- Favicon (Microscope Emoji for Lab Theme) --> -<link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔬</text></svg>" rel="icon"/> +<link href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🔬</text></svg>" rel="icon"/> <style> :root { --primary-accent-color: #005A9C; /* Professional Blue */ @@ -44,6 +46,30 @@ color: var(--dark-text-color); } + .page-nav { + position: sticky; + top: 0; + background-color: rgba(255, 255, 255, 0.95); + backdrop-filter: blur(8px); + z-index: 1020; + padding: 0.5rem 0; + border-bottom: 1px solid var(--card-border-color); + box-shadow: 0 2px 4px rgba(0,0,0,0.05); + overflow-x: auto; + white-space: nowrap; + } + .page-nav .nav-link { + color: var(--primary-accent-color); + font-weight: 500; + padding: 0.5rem 0.75rem; + font-size: 0.9rem; + } + .page-nav .nav-link:hover { + color: var(--dark-text-color); + background-color: var(--very-light-gray-bg); + border-radius: 0.25rem; + } + .page-header { background-color: var(--primary-accent-color); color: var(--light-bg-color); @@ -59,6 +85,9 @@ .page-header .lead { font-size: 1.15rem; color: #e9ecef; + max-width: 800px; + margin-left: auto; + margin-right: auto; } .last-updated { font-size: 0.9rem; @@ -77,7 +106,7 @@ color: var(--primary-accent-color); font-weight: 500; } - .intro-section h4, .terminology-section h4 { + .intro-section h4, .terminology-section h4, #references h4 { color: var(--secondary-accent-color); margin-top: 1rem; margin-bottom: 0.5rem; @@ -94,6 +123,7 @@ border-bottom: 3px solid var(--primary-accent-color); padding-bottom: 0.6rem; font-size: 1.75rem; + scroll-margin-top: 80px; /* Offset for sticky nav */ } .section-title i { margin-right: 0.75rem; @@ -131,7 +161,7 @@ font-weight: 600; color: var(--primary-accent-color); position: sticky; - top: 0; + top: 51px; /* Adjust for sticky nav */ z-index: 10; } .metal-table tbody tr:nth-child(even) { /* Switched to even for subtle striping if needed, or remove for pure white */ @@ -271,7 +301,7 @@ color: #000; background-color: #fff; } - .page-header, footer, .search-bar-container, .details-toggle, .intro-section, .terminology-section { + .page-header, footer, .search-bar-container, .details-toggle, .intro-section, .terminology-section, .page-nav, #references { display: none; } .section-title { @@ -292,6 +322,7 @@ background-color: #eee !important; color: #000 !important; font-size: 8.5pt; + position: static; /* Unstick header for printing */ } .metal-table td, .metal-table th { border: 1px solid #bbb; @@ -345,40 +376,82 @@ { "@context": "https://schema.org", "@type": "TechArticle", - "headline": "Engineering Metals & Alloys Selection Cheatsheet - Lab Edition", - "description": "A comprehensive technical reference table for engineering metals and alloys, detailing mechanical properties, key performance characteristics, primary applications, critical limitations, processing considerations, common equivalents, typical forms available, and a guide to common terminology. Includes introductory guides to base metals and alloying, and information on emerging materials.", + "headline": "The Ultimate Engineering Metals & Alloys Selection Cheatsheet", + "name": "Engineering Metals & Alloys Cheatsheet | Properties, Equivalents, Selection Guide", + "description": "A comprehensive technical reference for selecting engineering metals and alloys, including steel, aluminum, titanium, and copper. Features detailed mechanical properties, performance characteristics, applications, limitations, processing considerations, common equivalents, typical forms available, and a guide to essential terminology. An indispensable tool for engineers, designers, and students.", "author": { "@type": "Organization", - "name": "Cheatsheet Generator (AI)" + "name": "David Veksler's Cheatsheets" }, - "datePublished": "2025-05-28", - "dateModified": "2025-05-28", - "keywords": "metals, alloys, engineering materials, material selection, steel, aluminum, titanium, copper, stainless steel, superalloys, tool steel, mechanical properties, alloying, AHSS, MMC, amorphous metals, high entropy alloys, common equivalents, typical forms, material properties terminology, yield strength, tensile strength, modulus of elasticity, hardness, ductility, toughness, corrosion resistance, machinability, weldability", + "publisher": { + "@type": "Organization", + "name": "David Veksler's Cheatsheets", + "logo": { + "@type": "ImageObject", + "url": "https://cheatsheets.davidveksler.com/images/logo.png" + } + }, + "datePublished": "2024-05-28", + "dateModified": "2024-05-28", + "keywords": "metals, alloys, engineering materials, material selection, steel, aluminum, titanium, copper, stainless steel, superalloys, tool steel, mechanical properties, corrosion resistance, machinability, weldability, alloying elements, AHSS, MMC, amorphous metals, high entropy alloys, common equivalents, material forms, yield strength, tensile strength, modulus of elasticity, hardness, ductility, toughness", "mainEntityOfPage": { "@type": "WebPage", - "@id": "https://cheatsheets.davidveksler.com/engineering-metals-selection-lab.html" - } + "@id": "https://cheatsheets.davidveksler.com/engineering-metals-selection.html" + }, + "image": "https://cheatsheets.davidveksler.com/images/engineering-metals-selection-og.png" } </script> -<meta content="images/engineering-metals-selection.png" property="og:image"/><meta content="images/engineering-metals-selection.png" name="twitter:image"/></head> +</head> <body> <header class="page-header"> <div class="container"> -<h1><i class="bi bi-vial"></i> Engineering Metals & Alloys Cheatsheet <small class="text-white-50" style="font-size: 0.6em;">Lab Edition</small></h1> -<p class="lead">A technical reference for comparing common engineering metals and alloys. Includes properties, applications, limitations, common equivalents, typical forms, and a terminology guide to aid material selection.</p> -<p class="last-updated">Last Updated: May 28, 2025</p> +<h1><i class="bi bi-vial"></i> Engineering Metals & Alloys Cheatsheet <small class="text-white-50" style="font-size: 0.6em;">Lab Edition</small></h1> +<p class="lead">Navigating the world of engineering metals can be complex. This cheatsheet is your definitive technical reference for comparing common alloys, understanding their properties, and making informed material selections.</p> +<p class="last-updated">Last Updated: May 28, 2024</p> </div> </header> + +<!-- Sticky Navigation Bar --> +<nav class="page-nav d-flex justify-content-center"> + <a class="nav-link" href="#beginner-guides">Beginner's Guides</a> + <a class="nav-link" href="#terminology-guide">Terminology</a> + <a class="nav-link" href="#carbon-alloy-steels">Carbon & Alloy Steels</a> + <a class="nav-link" href="#stainless-steels">Stainless Steels</a> + <a class="nav-link" href="#aluminum-alloys">Aluminum Alloys</a> + <a class="nav-link" href="#titanium-alloys">Titanium Alloys</a> + <a class="nav-link" href="#copper-alloys">Copper Alloys</a> + <a class="nav-link" href="#tool-steels">Tool Steels</a> + <a class="nav-link" href="#superalloys">Superalloys</a> + <a class="nav-link" href="#emerging-materials">Emerging Materials</a> + <a class="nav-link" href="#selection-matrix">Selection Matrix</a> + <a class="nav-link" href="#processing-warnings">Processing Warnings</a> +</nav> + <main class="container" id="main-container"> -<div class="search-bar-container"> +<div class="search-bar-container mt-4"> <div class="input-group mb-3"> <span class="input-group-text" id="search-addon"><i class="bi bi-search"></i></span> -<input aria-describedby="search-addon" aria-label="Search metals" class="form-control form-control-lg" id="searchInput" placeholder="Search metals, properties, equivalents, forms, terminology..." type="text"/> +<input aria-describedby="search-addon" aria-label="Search metals" class="form-control form-control-lg" id="searchInput" placeholder="Search for a metal, property, equivalent, or term (e.g., '7075-T6', 'weldability', 'Inconel')..." type="text"/> </div> </div> <!-- Introductory Sections for Beginners --> <section class="intro-section" id="beginner-guides"> -<h2 class="section-title" style="margin-top: 0; font-size: 1.5rem;"><i class="bi bi-book-half"></i> Beginner's Guide to Base Metals & Alloying</h2> +<h2 class="section-title" style="margin-top: 0; font-size: 1.5rem;"><i class="bi bi-book-half"></i> How to Use This Guide & Beginner's Intro</h2> + +<div class="mb-4 p-3 bg-light border rounded"> + <h4>Navigating This Cheatsheet</h4> + <p>This reference is structured to help you quickly find and compare materials. Here's how to get the most out of it:</p> + <ul> + <li>Use the <strong>Search Bar</strong> above to instantly filter all sections for a specific material, property, or keyword.</li> + <li>Use the sticky <strong>Navigation Bar</strong> to jump directly to a material family or selection guide.</li> + <li>Start with the <strong>Beginner's Guides</strong> below if you need a refresher on base metals and alloying effects.</li> + <li>Consult the <strong>Terminology Guide</strong> to understand the key properties used in the tables.</li> + <li>Review the <strong>Selection Matrix</strong> and <strong>Processing Warnings</strong> for high-level decision-making and to avoid common pitfalls.</li> + <li>Click the <span class="badge bg-secondary">Info <i class="bi bi-chevron-down"></i></span> button in any table row for detailed performance characteristics, applications, and limitations.</li> + </ul> +</div> + + <div class="accordion" id="beginnerAccordion"> <div class="accordion-item"> <h3 class="accordion-header" id="headingIronSteel"> @@ -1577,14 +1650,25 @@ </div> <!-- /metals-data-container --> </main> <footer> -<div> -<a class="mx-2 link-secondary" href="https://www.linkedin.com/in/davidveksler/" target="_blank" title="David Veksler on LinkedIn"> +<div class="container"> +<section id="references" class="text-start mb-4"> + <h4>References & Further Reading</h4> + <p class="text-white-50 small">The data presented here is compiled and simplified for comparison from numerous authoritative sources. For detailed design specifications, always consult the latest standards and handbooks from organizations like ASTM, ASM International, and specific supplier datasheets.</p> + <ul class="list-unstyled small text-white-50"> + <li>[1] Callister, W. D., & Rethwisch, D. G. (2018). *Materials Science and Engineering: An Introduction.*</li> + <li>[2] ASM Handbook series, ASM International.</li> + <li>[3] MatWeb Material Property Data (www.matweb.com).</li> + <li>[4] Kalpakjian, S., & Schmid, S. R. (2014). *Manufacturing Engineering and Technology.*</li> + <li>[5] General industry datasheets and technical articles.</li> + </ul> +</section> +<a class="mx-2" href="https://www.linkedin.com/in/davidveksler/" target="_blank" aria-label="David Veksler on LinkedIn" title="David Veksler on LinkedIn"> <i class="bi bi-linkedin"></i> LinkedIn </a> -<a class="mx-2 link-secondary" href="https://cheatsheets.davidveksler.com/" title="Browse All Cheatsheets"> +<a class="mx-2" href="https://cheatsheets.davidveksler.com/" aria-label="Browse All Cheatsheets" title="Browse All Cheatsheets"> <i class="bi bi-collection"></i> All Cheatsheets </a> - <p class="mt-2">Copyright © <span id="currentYear"></span> David Veksler. All rights reserved.</p> + <p class="mt-2">Copyright © <span id="currentYear"></span> David Veksler. All rights reserved.</p> </div> </footer> <!-- Bootstrap JS Bundle (Popper.js included) --> @@ -1597,7 +1681,7 @@ currentYearSpan.textContent = new Date().getFullYear(); } - // Search functionality + // Search functionality (remains the same) const searchInput = document.getElementById('searchInput'); const contentToSearch = document.getElementById('main-container'); --- a/global_cuisine_guide.html +++ b/global_cuisine_guide.html @@ -1,33 +1,38 @@ <!DOCTYPE html> <html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>A Cheatsheet to Global Cuisines: Ingredients & History</title> - <meta name="description" content="A comprehensive cheatsheet on global cuisines, exploring the key ingredients, techniques, historical context, and causal factors of the world's most delicious food traditions."> - <meta name="keywords" content="global cuisine, cooking, food, recipes, italian food, chinese food, mexican food, indian food, french food, japanese food, thai food, spanish food, vietnamese food, korean food, lebanese food, culinary guide, food history"> - <link rel="canonical" href="https://cheatsheets.davidveksler.com/global-cuisine-guide.html" /> - - <!-- Open Graph & Twitter Card Metadata --> - <meta property="og:title" content="A Cheatsheet to Global Cuisines: Ingredients & History"> - <meta property="og:description" content="Explore the key ingredients, techniques, and stories behind the world's most iconic food traditions."> - <meta property="og:type" content="website"> - <meta property="og:url" content="https://cheatsheets.davidveksler.com/global-cuisine-guide.html"> - <meta property="og:image" content="https://cheatsheets.davidveksler.com/images/global-cuisine-guide.png"> - <meta property="og:image:alt" content="A vibrant collage representing various global cuisines."> - <meta name="twitter:card" content="summary_large_image"> - <meta name="twitter:title" content="A Cheatsheet to Global Cuisines: Ingredients & History"> - <meta name="twitter:description" content="Explore the key ingredients, techniques, and stories behind the world's most iconic food traditions."> - <meta name="twitter:image" content="https://cheatsheets.davidveksler.com/images/global-cuisine-guide.png"> - <meta name="twitter:creator" content="@heroiclife"> - - <!-- JSON-LD Structured Data --> - <script type="application/ld+json"> - { + <head> + <meta charset="utf-8"/> + <meta content="width=device-width, initial-scale=1.0" name="viewport"/> + <title> + A Cheatsheet to Global Cuisines: Ingredients & History + </title> + <meta content="Your ultimate cheatsheet to global cuisines. Explore the key ingredients, techniques, and history of Italian, Mexican, Chinese, and more iconic food traditions." name="description"/> + <meta content="global cuisine, cooking, food, recipes, italian food, chinese food, mexican food, indian food, french food, japanese food, thai food, spanish food, vietnamese food, korean food, lebanese food, culinary guide, food history" name="keywords"/> + <!-- Open Graph & Twitter Card Metadata --> + <meta content="A Cheatsheet to Global Cuisines: Ingredients & History" property="og:title"/> + <meta content="Explore the key ingredients, techniques, and stories behind the world's most iconic food traditions." property="og:description"/> + <meta content="website" property="og:type"/> + <meta content="https://cheatsheets.davidveksler.com/global_cuisine_guide.html" property="og:url"/> + <meta content="images/global_cuisine_guide.png" property="og:image"/> + <meta content="A vibrant collage representing various global cuisines." property="og:image:alt"/> + <meta content="summary_large_image" name="twitter:card"/> + <meta content="A Cheatsheet to Global Cuisines: Ingredients & History" name="twitter:title"/> + <meta content="Explore the key ingredients, techniques, and stories behind the world's most iconic food traditions." name="twitter:description"/> + <meta content="images/global_cuisine_guide.png" name="twitter:image"/> + <meta content="@heroiclife" name="twitter:creator"/> + <link href="https://cheatsheets.davidveksler.com/global_cuisine_guide.html" rel="canonical"/> + <!-- JSON-LD Structured Data --> + <script type="application/ld+json"> + { "@context": "https://schema.org", "@type": "Article", - "headline": "A Cheatsheet to Global Cuisines", + "mainEntityOfPage": { + "@type": "WebPage", + "@id": "https://cheatsheets.davidveksler.com/global_cuisine_guide.html" + }, + "headline": "A Cheatsheet to Global Cuisines: Ingredients & History", "description": "A comprehensive cheatsheet on global cuisines, exploring the key ingredients, techniques, historical context, and causal factors of the world's most delicious food traditions.", + "image": "https://cheatsheets.davidveksler.com/images/global_cuisine_guide.png", "author": { "@type": "Person", "name": "David Veksler (AI Generated)" @@ -40,13 +45,12 @@ "dateModified": "2024-05-21", "keywords": "global cuisine, cooking, food, recipes, italian food, chinese food, mexican food, indian food, french food, japanese food, thai food, spanish food, vietnamese food, korean food, lebanese food, culinary guide, food history" } - </script> - - <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> - <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet"> - <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Montserrat:wght@400;600&family=Inter:wght@400;600&display=swap" rel="stylesheet"> - <style> - :root { + </script> + <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"/> + <link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.min.css" rel="stylesheet"/> + <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Montserrat:wght@400;600&family=Inter:wght@400;600&display=swap" rel="stylesheet"/> + <style> + :root { --font-display: 'Oswald', sans-serif; --font-heading: 'Montserrat', sans-serif; --font-body: 'Inter', sans-serif; @@ -182,516 +186,1487 @@ font-family: var(--font-display); font-size: 1.5rem; } - </style> -</head> -<body data-bs-spy="scroll" data-bs-target="#cuisine-nav"> - -<nav id="cuisine-nav" class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top"> - <div class="container-fluid"> - <a class="navbar-brand" href="#"><i class="bi bi-compass-fill"></i> Culinary Compass</a> - <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation"> - <span class="navbar-toggler-icon"></span> - </button> - <div class="collapse navbar-collapse" id="navbarNav"> - <ul class="navbar-nav ms-auto"> - <li class="nav-item"><a class="nav-link" href="#chinese-cuisine">Chinese</a></li> - <li class="nav-item"><a class="nav-link" href="#french-cuisine">French</a></li> - <li class="nav-item"><a class="nav-link" href="#indian-cuisine">Indian</a></li> - <li class="nav-item"><a class="nav-link" href="#italian-cuisine">Italian</a></li> - <li class="nav-item"><a class="nav-link" href="#japanese-cuisine">Japanese</a></li> - <li class="nav-item"><a class="nav-link" href="#korean-cuisine">Korean</a></li> - <li class="nav-item"><a class="nav-link" href="#lebanese-cuisine">Lebanese</a></li> - <li class="nav-item"><a class="nav-link" href="#mexican-cuisine">Mexican</a></li> - <li class="nav-item"><a class="nav-link" href="#spanish-cuisine">Spanish</a></li> - <li class="nav-item"><a class="nav-link" href="#thai-cuisine">Thai</a></li> - <li class="nav-item"><a class="nav-link" href="#vietnamese-cuisine">Vietnamese</a></li> - <li class="nav-item"><a class="nav-link" href="#american-cuisine">American</a></li> - <li class="nav-item"><a class="nav-link" href="#further-exploration">More Cuisines</a></li> - </ul> - </div> - </div> -</nav> - -<header class="hero-section"> - <h1><i class="bi bi-globe-americas"></i> A Cheatsheet to Global Cuisines</h1> - <p class="lead">Explore the ingredients, techniques, and stories behind the world's most iconic food traditions.</p> -</header> - -<main class="container"> - - <!-- Chinese Cuisine --> - <section class="cuisine-section" id="chinese-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Chinese Cuisine</h2> - <p class="lead">A vast and ancient culinary tradition emphasizing balance, texture, and complex flavor profiles.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/chinese-cuisine.jpeg" alt="Traditional Chinese dumplings with dipping sauce and chopsticks." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Soy sauce, rice vinegar, sesame oil, ginger, garlic, scallions, rice, noodles, and a vast array of spices like Sichuan peppercorns, star anise, and five-spice powder are fundamental.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Core techniques include stir-frying in a wok to achieve "<a href="https://guide.michelin.com/en/article/features/what-is-wok-hei" target="_blank">wok hei</a>" (breath of the wok), steaming, braising, and roasting. Balancing the five flavors—sweet, sour, salty, bitter, and umami—is a central philosophical and culinary goal.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>One of the world's oldest culinary traditions, shaped by imperial dynasties, diverse geography, and philosophy. Techniques like stir-frying were perfected partly due to fuel scarcity, requiring food to be cooked quickly in small pieces.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p>Features eight major regional cuisines. <strong>Sichuan:</strong> Known for bold, pungent flavors, liberal use of garlic, chili peppers, and the unique numbing spice of the Sichuan peppercorn. <strong>Cantonese:</strong> Focuses on fresh ingredients, steaming, and mild, natural flavors. The vast and varied geography of China provides a huge diversity of ingredients.</p> - </div> - </div> - </section> - - <!-- French Cuisine --> - <section class="cuisine-section" id="french-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> French Cuisine</h2> - <p class="lead">The benchmark for technique, precision, and the art of sauce-making.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/french-cuisine.jpeg" alt="A rustic pot of French beef stew with vegetables and herbs." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Butter, cream, wine, cheese, onions, garlic, shallots, and high-quality meats and produce are cornerstones. Herbs like thyme, rosemary, tarragon, and parsley are used extensively.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Technique is paramount. Foundational practices include braising, poaching, and patisserie. The development of the <a href="https://www.escoffier.edu/blog/recipes/how-to-make-the-5-mother-sauces/" target="_blank">five "mother sauces"</a> (Béchamel, Velouté, Espagnole, Hollandaise, and Tomate) by Auguste Escoffier forms the basis for countless dishes.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Evolved from opulent medieval banquets to the refined haute cuisine of the 17th and 18th centuries. The French Revolution dispersed chefs from aristocratic households into the public, leading to the birth of the modern restaurant. Its global influence is unparalleled in the culinary arts.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>Burgundy:</strong> Famous for coq au vin and beef bourguignon, using its world-renowned wines. <strong>Provence:</strong> Mediterranean climate yields dishes rich in olive oil, garlic, and herbs. <strong>Normandy:</strong> Coastal region known for apples (cider), cream, and Camembert cheese. The local geography (*terroir*) directly defines each region's food.</p> - </div> - </div> - </section> - - <!-- Indian Cuisine --> - <section class="cuisine-section" id="indian-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Indian Cuisine</h2> - <p class="lead">Characterized by the masterful blending of spices and a rich tapestry of regional vegetarian and non-vegetarian dishes.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/indian-cuisine.jpeg" alt="A bowl of vibrant Chicken Tikka Masala curry." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>An array of spices is paramount: turmeric, cumin, coriander, cardamom, cloves, and spice blends (masalas). Lentils (dal), chickpeas, rice, wheat (for breads), ghee (clarified butter), and yogurt are also staples. </p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Complex spice blending is an art form. Key techniques include tempering spices in hot oil (<a href="https://www.seriouseats.com/what-is-tadka-how-to-make-it" target="_blank">tadka</a>), slow-simmering curries, and cooking in a tandoor (clay oven). A large portion of the population practices vegetarianism, leading to one of the most diverse vegetarian cuisines in the world.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Shaped over millennia by religious beliefs (Hinduism, Islam), the Mughal Empire (which introduced kebabs and rich, creamy curries), and colonization. The ancient Indian system of medicine, <a href="https://www.hopkinsmedicine.org/health/wellness-and-prevention/ayurveda" target="_blank">Ayurveda</a>, influenced the use of spices for health and balance.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>North:</strong> Known for wheat-based breads (naan, roti), tandoori cooking, and dairy-rich, creamy curries. <strong>South:</strong> Predominantly rice-based, with spicier flavor profiles and the use of coconut milk. The hot climate necessitated food preservation, making spices, with their antimicrobial properties, essential.</p> - </div> - </div> - </section> - - <!-- Italian Cuisine --> - <section class="cuisine-section" id="italian-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Italian Cuisine</h2> - <p class="lead">A celebration of simplicity, quality ingredients, and regional diversity.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/italian-cuisine.jpeg" alt="A classic Italian Neapolitan pizza with basil." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Olive oil, tomatoes, garlic, basil, parsley, oregano, Parmesan, mozzarella, pecorino cheese, pasta, wine, and seasonal vegetables form the heart of Italian cooking.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Emphasis on fresh, high-quality seasonal ingredients with minimal fuss. Techniques include slow-simmering sauces, curing meats (prosciutto), and mastering pasta and risotto. The concept of "<a href="https://www.eataly.com/us_en/magazine/eataly-stories/cucina-povera-style/" target="_blank">cucina povera</a>" (peasant cooking) highlights resourcefulness and flavor from simple ingredients.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>With roots stretching back to Roman and Greek times, Italian cuisine was significantly shaped by the introduction of New World foods like tomatoes and potatoes. It remains highly regional, reflecting the country's historical division into various city-states and kingdoms.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>North:</strong> Richer dishes with butter, cream, polenta, and risotto due to a cooler climate suitable for dairy farming. <strong>Central:</strong> Known for beans, cured meats, and olive oil. <strong>South:</strong> The heart of "cucina povera," with iconic tomato-based sauces, olive oil, and durum wheat pasta, shaped by a warm climate and historical poverty.</p> - </div> - </div> - </section> - - <!-- Japanese Cuisine --> - <section class="cuisine-section" id="japanese-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Japanese Cuisine</h2> - <p class="lead">An expression of seasonality, respect for nature, and minimalist elegance.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/japanese-cuisine.jpeg" alt="A colorful and assorted platter of Japanese sushi." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Short-grain rice, soy sauce, miso, dashi (seaweed and bonito broth), mirin, sake, seaweed (nori, kombu), and seasonal vegetables are central. Freshness is non-negotiable, especially for seafood.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Emphasis is on preserving and highlighting the natural flavor of ingredients. Techniques include grilling, steaming, simmering, and frying (tempura). The aesthetic presentation of food is as important as the taste. The concept of <a href="https://www.ajinomoto.com/aboutus/umami/what-is-umami" target="_blank">umami</a> (the "fifth taste") was discovered here and is a key component of the flavor profile.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Developed over centuries with a strong influence from Zen Buddhism, which promoted vegetarianism and simplicity. The isolationist Edo period (1603-1868) allowed for the refinement of a unique culinary identity. In 2013, traditional Japanese cuisine, or <a href="https://www.jetro.go.jp/en/jfoodo/washoku.html" target="_blank">Washoku</a>, was recognized as a UNESCO Intangible Cultural Heritage.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p>As an archipelago, Japan's cuisine is heavily influenced by the sea. <strong>Kanto (Tokyo region):</strong> Bolder flavors, prominent use of soy sauce. <strong>Kansai (Osaka/Kyoto):</strong> More delicate, lighter seasoning, known for its refined "kaiseki" multi-course meals. Preservation was crucial, leading to pickled vegetables (tsukemono) and fermented products like miso and natto.</p> - </div> - </div> - </section> - - <!-- Korean Cuisine --> - <section class="cuisine-section" id="korean-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Korean Cuisine</h2> - <p class="lead">Defined by bold, pungent, and savory flavors, with fermentation as a cornerstone.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/korean-cuisine.jpeg" alt="Traditional Korean bibimbap with rice, vegetables, and egg." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>The foundational trio of fermented pastes—*doenjang* (soybean paste), *ganjang* (soy sauce), and especially *gochujang* (chili paste)—defines the cuisine. Garlic, sesame oil, ginger, and *gochugaru* (chili powder) are essential.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Fermentation is the most crucial technique, used to create *kimchi*, the national dish. The tradition of communal eating is central, with a meal composed of a main dish alongside a variety of shared side dishes called *banchan*. Grilling (*gogi-gui*), often done at the table, is another key practice.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Shaped by a rugged, mountainous landscape and cold winters, Korean cuisine developed a strong focus on preservation and fermentation to survive lean months. The introduction of chili peppers in the 16th century was revolutionary, leading to the creation of modern red *kimchi*.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p>The peninsula's geography necessitates a reliance on preserved foods, making fermentation not just a technique, but a cultural institution. Traditionally, southern regions featured stronger, saltier fermented products due to the warmer climate, while northern flavors were milder.</p> - </div> - </div> - </section> - - <!-- Lebanese/Levantine Cuisine --> - <section class="cuisine-section" id="lebanese-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Lebanese/Levantine Cuisine</h2> - <p class="lead">Known for its fresh ingredients, mezze culture, and healthy, vibrant dishes.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/lebanese-cuisine.jpeg" alt="A traditional Lebanese mezze spread with hummus, pita, and fresh vegetables." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Olive oil, lemon juice, and garlic form the cuisine's "holy trinity." Chickpeas, parsley, mint, tomatoes, and sesame paste (*tahini*) are vital. Spices like sumac and za'atar provide unique, tangy flavors.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>The culture of *mezze*—a spread of small hot and cold dishes like hummus, tabbouleh, and baba ghanoush—is the hallmark of Lebanese dining. Grilling meats (*kebabs*) is a primary cooking method. Many dishes are vegetarian, relying on legumes and fresh produce.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>As part of the Levant, a crossroads of civilizations, the cuisine has been influenced by numerous cultures, including the Phoenicians, Romans, and most significantly, the Ottoman Turks, who introduced a variety of dishes. After the Ottomans, French influence brought pastries and certain culinary techniques.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p>The cuisine is fairly consistent throughout Lebanon and the Levant region (which also includes Syria, Jordan, and Israel). Its location on the Mediterranean provides access to abundant seafood, fresh vegetables, and olive groves. The shared history under the Ottoman Empire created a largely unified culinary tradition across the Levant.</p> - </div> - </div> - </section> - - <!-- Mexican Cuisine --> - <section class="cuisine-section" id="mexican-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Mexican Cuisine</h2> - <p class="lead">A vibrant and complex fusion of indigenous Mesoamerican traditions and Spanish influences.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/mexican-cuisine.jpeg" alt="Authentic Mexican tacos with fresh cilantro, onions, and lime." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>The "holy trinity" of corn, beans, and chili peppers is foundational. Tomatoes, avocado, cilantro, lime, epazote, and chocolate are also central. Spanish influence introduced pork, beef, chicken, and cheese.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Techniques include grilling (carne asada), stewing, and creating complex sauces known as moles. A crucial practice is the ancient process of <a href="https://www.cimmyt.org/news/what-is-nixtamalization/" target="_blank">nixtamalization</a>, where corn is soaked in an alkaline solution to unlock its nutritional value, which is then used to make masa for tortillas and tamales.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Recognized as a <a href="https://ich.unesco.org/en/RL/traditional-mexican-cuisine-ancestral-ongoing-community-culture-the-michoacan-paradigm-00400" target="_blank">UNESCO Intangible Cultural Heritage</a>, Mexican cuisine is a rich tapestry of indigenous (Aztec, Mayan) and Spanish culinary traditions. The Columbian Exchange brought European ingredients that were masterfully integrated into the existing food culture. </p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>Oaxaca:</strong> Famous for its seven distinct mole sauces. <strong>Yucatán:</strong> Features Mayan influences with dishes like cochinita pibil (slow-roasted pork), using achiote paste and citrus marinades. <strong>Baja California:</strong> Known for fresh seafood tacos. The domestication of maize was the agricultural backbone of Mesoamerican civilizations.</p> - </div> - </div> - </section> - - <!-- Spanish Cuisine --> - <section class="cuisine-section" id="spanish-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Spanish Cuisine</h2> - <p class="lead">A diverse cuisine famous for tapas, paella, and cured meats, bridging European and Mediterranean flavors.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/spanish-cuisine.jpeg" alt="Traditional Spanish paella with seafood, rice, and saffron in a paella pan." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Olive oil, garlic, paprika (smoked and sweet), saffron, sherry vinegar, peppers, and tomatoes are foundational. High-quality pork products, especially *jamón* (cured ham), and a wide variety of seafood are central.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>The culture of *tapas*, or small shared plates, encourages social dining. Key techniques include stewing, grilling (*a la plancha*), and the art of creating the perfect *socarrat* (the crispy toasted rice at the bottom of a paella pan). The use of *sofrito* (aromatic base) is fundamental.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>The Romans introduced olive oil and wine. The Moors, who ruled for nearly 800 years, introduced rice, saffron, citrus, and almonds. The subsequent Age of Discovery brought tomatoes, potatoes, and peppers from the Americas, which were quickly adopted.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>Andalusia (South):</strong> Strong Moorish influence, origin of gazpacho. <strong>Catalonia (Northeast):</strong> Blends seafood and meat, known as *mar i muntanya* (sea and mountain). <strong>Basque Country (North):</strong> Famous for its *pintxos* (a form of tapas) and high-quality local seafood.</p> - </div> - </div> - </section> - - <!-- Thai Cuisine --> - <section class="cuisine-section" id="thai-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Thai Cuisine</h2> - <p class="lead">A dynamic and intricate balance of sweet, sour, salty, spicy, and savory flavors.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/thai-cuisine.jpeg" alt="Traditional Thai pad thai noodles with bean sprouts, lime, and peanuts." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Lemongrass, galangal, kaffir lime leaves, fish sauce (nam pla), coconut milk, fresh chilies, cilantro, and Thai basil. Jasmine rice is the staple grain.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Stir-frying, steaming, and grilling are common. A key practice is creating complex curry pastes from scratch by pounding fresh ingredients in a mortar and pestle. The art of Thai cooking lies in <a href="https://www.asianinspirations.com.au/food-knowledge/how-to-balance-the-5-flavours-of-thai-cuisine/" target="_blank">balancing the five core flavors</a> in every dish.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>Thai cuisine has been influenced by its neighbors, particularly China and India, as well as early Portuguese traders who introduced the chili pepper. Despite these influences, it has developed a uniquely distinct character centered on aromatic ingredients and flavor balance.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>Central:</strong> Home to royal cuisine, with more refined, milder, and sweeter flavors (e.g., Green Curry). <strong>Northeast (Isan):</strong> Known for fiery salads and grilled meats. <strong>South:</strong> Features intense curries using coconut milk and fresh turmeric, reflecting a Malay influence. Its geography as a hub facilitated trade.</p> - </div> - </div> - </section> - - <!-- Vietnamese Cuisine --> - <section class="cuisine-section" id="vietnamese-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> Vietnamese Cuisine</h2> - <p class="lead">Known for its fresh, vibrant, and healthy profile, masterfully balancing herbs and broths.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/vietnamese-cuisine.jpeg" alt="A traditional Vietnamese pho soup bowl with fresh herbs and noodles." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Fish sauce (*nước mắm*), rice (in the form of noodles, paper, and grains), fresh herbs (cilantro, mint, Thai basil), lemongrass, and chilies are ubiquitous.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>The cuisine is defined by the principle of balancing five elements corresponding to five flavors. Techniques include simmering complex broths for noodle soups (*phở*), grilling, and wrapping ingredients in rice paper (fresh spring rolls). A plate of fresh herbs is almost always served alongside main dishes.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>With a millennium of Chinese rule, Vietnamese cuisine adopted techniques like stir-frying. The most significant modern influence came from French colonization in the 19th century, which introduced the baguette (used for *bánh mì*), coffee, and dairy products.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>North:</strong> The cradle of Vietnamese civilization, with older, more traditional flavors and less spice (e.g., the original *phở*). <strong>Central:</strong> Known for spicier, more decorative dishes, reflecting its imperial history. <strong>South:</strong> Climate allows for more produce and herbs, leading to sweeter and more vibrant dishes, often with coconut milk.</p> - </div> - </div> - </section> - - <!-- American Cuisine --> - <section class="cuisine-section" id="american-cuisine"> - <div class="cuisine-header text-center mb-4"> - <h2><i class="bi bi-flag-fill"></i> American Cuisine</h2> - <p class="lead">A melting pot of diverse culinary traditions, from soul food to barbecue, shaped by immigration and regional specialties.</p> - </div> - <div class="cuisine-image-wrapper"> - <img src="images/cuisines/american-cuisine.jpeg" alt="Classic American barbecue platter with ribs, brisket, and traditional sides." class="cuisine-image"> - </div> - <div class="row"> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-palette-fill"></i> Key Ingredients</h5> - <p>Beef, pork, corn, potatoes, tomatoes, and wheat are foundational. Regional specialties include maple syrup, cranberries, pecans, and a wide variety of peppers. Cheese, particularly cheddar, and dairy products are prominent.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-tools"></i> Key Practices</h5> - <p>Barbecue and smoking techniques are quintessentially American, with regional variations in rubs and sauces. Frying (especially in the South), grilling, and baking are central. The concept of "comfort food" emphasizes hearty, satisfying dishes often served in generous portions.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-hourglass-split"></i> Historical Context</h5> - <p>American cuisine evolved from Native American ingredients combined with European colonial techniques, later enriched by waves of immigration from Africa, Asia, Latin America, and Europe. The industrial revolution and westward expansion shaped modern American food culture, including the development of fast food.</p> - </div> - <div class="col-md-6 detail-item"> - <h5><i class="bi bi-pin-map-fill"></i> Regions & Causal Factors</h5> - <p><strong>South:</strong> Known for soul food, fried chicken, biscuits, and distinctive barbecue styles influenced by African culinary traditions. <strong>Southwest:</strong> Tex-Mex fusion with Mexican influences. <strong>Northeast:</strong> Seafood traditions and European influences. <strong>Midwest:</strong> Hearty casseroles and comfort foods reflecting agricultural abundance.</p> - </div> - </div> - </section> - - <!-- Further Exploration --> - <section class="exploration-section" id="further-exploration"> - <div class="exploration-header text-center mb-4"> - <h2><i class="bi bi-binoculars-fill"></i> Further Culinary Exploration</h2> - <p class="lead">Other significant global cuisines to discover.</p> - </div> - <div class="row"> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-sun-fill card-icon mb-3"></i> - <h5 class="card-title">Greek Cuisine</h5> - <p class="card-text small">A cornerstone of the Mediterranean diet, focused on olive oil, feta cheese, yogurt, fresh vegetables, and grilled meats and seafood.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-water card-icon mb-3"></i> - <h5 class="card-title">Peruvian Cuisine</h5> - <p class="card-text small">A rising star celebrated for its fusion of Indigenous, Spanish, African, and Japanese influences, known for *ceviche* and its use of ají peppers.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-magic card-icon mb-3"></i> - <h5 class="card-title">Moroccan Cuisine</h5> - <p class="card-text small">Represents North Africa with complex spice blends like *Ras el Hanout*, slow-cooked *tagines*, and the interplay of sweet and savory flavors.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-moon-stars-fill card-icon mb-3"></i> - <h5 class="card-title">Turkish Cuisine</h5> - <p class="card-text small">A bridge between the Middle East and Europe, offering world-famous kebabs, rich mezes, and pastries like *baklava*.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-brightness-high card-icon mb-3"></i> - <h5 class="card-title">Ethiopian Cuisine</h5> - <p class="card-text small">Unique for its use of *injera* (a spongy, sour flatbread) as both plate and utensil, and its complex, spicy stews known as *wats*.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-fire card-icon mb-3"></i> - <h5 class="card-title">Argentinian Cuisine</h5> - <p class="card-text small">The world's capital of grilling (*asado*), centered on high-quality beef and the iconic *chimichurri* sauce.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-tree-fill card-icon mb-3"></i> - <h5 class="card-title">Brazilian Cuisine</h5> - <p class="card-text small">A vibrant fusion of Portuguese, African, and indigenous influences, featuring *feijoada*, grilled meats, tropical fruits, and regional specialties.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-flower1 card-icon mb-3"></i> - <h5 class="card-title">Russian Cuisine</h5> - <p class="card-text small">Hearty comfort food featuring *borscht*, *beef stroganoff*, *blini*, and preserved foods adapted to harsh winters and vast landscapes.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-gem card-icon mb-3"></i> - <h5 class="card-title">Jamaican Cuisine</h5> - <p class="card-text small">Bold Caribbean flavors with *jerk* spicing, scotch bonnet peppers, tropical fruits, and influences from Africa, Britain, and indigenous Taíno.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-snow card-icon mb-3"></i> - <h5 class="card-title">Scandinavian Cuisine</h5> - <p class="card-text small">Nordic simplicity emphasizing preserved fish, root vegetables, berries, and modern techniques in restaurants like Copenhagen's Noma.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-heart-fill card-icon mb-3"></i> - <h5 class="card-title">Polish Cuisine</h5> - <p class="card-text small">Comfort food featuring *pierogi*, *kielbasa*, *bigos*, and hearty stews reflecting Central European traditions and seasonal preservation.</p> - </div> - </div> - </div> - <div class="col-lg-4 col-md-6 mb-4"> - <div class="card exploration-card h-100"> - <div class="card-body text-center p-4"> - <i class="bi bi-stars card-icon mb-3"></i> - <h5 class="card-title">Indonesian Cuisine</h5> - <p class="card-text small">Southeast Asian archipelago flavors with *rendang*, *nasi goreng*, *satay*, and complex spice pastes reflecting Dutch, Chinese, and indigenous influences.</p> - </div> - </div> - </div> - </div> - </section> - -</main> - -<footer class="footer"> - <p>© 2024 Global Cuisine Cheatsheet. Happy Cooking!</p> - <p><a href="cooking-guide.html">Cooking Techniques & Kitchen Guide</a> | <a href="#">Back to Top</a></p> -</footer> - -<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> -</body> + </style> + </head> + <body data-bs-spy="scroll" data-bs-target="#cuisine-nav"> + <nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top" id="cuisine-nav"> + <div class="container-fluid"> + <a class="navbar-brand" href="#"> + <i class="bi bi-compass-fill"> + </i> + Culinary Compass + </a> + <button aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation" class="navbar-toggler" data-bs-target="#navbarNav" data-bs-toggle="collapse" type="button"> + <span class="navbar-toggler-icon"> + </span> + </button> + <div class="collapse navbar-collapse" id="navbarNav"> + <ul class="navbar-nav ms-auto"> + <li class="nav-item"> + <a class="nav-link" href="#chinese-cuisine"> + Chinese + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#french-cuisine"> + French + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#indian-cuisine"> + Indian + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#italian-cuisine"> + Italian + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#japanese-cuisine"> + Japanese + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#korean-cuisine"> + Korean + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#lebanese-cuisine"> + Lebanese + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#mexican-cuisine"> + Mexican + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#spanish-cuisine"> + Spanish + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#thai-cuisine"> + Thai + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#vietnamese-cuisine"> + Vietnamese + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#american-cuisine"> + American + </a> + </li> + <li class="nav-item"> + <a class="nav-link" href="#further-exploration"> + More Cuisines + </a> + </li> + </ul> + </div> + </div> + </nav> + <header class="hero-section"> + <h1> + <i class="bi bi-globe-americas"> + </i> + A Cheatsheet to Global Cuisines + </h1> + <p class="lead"> + Explore the ingredients, techniques, and stories behind the world's most iconic food traditions. + </p> + </header> + <main class="container"> + <!-- Chinese Cuisine --> + <section class="cuisine-section" id="chinese-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Chinese Cuisine + </h2> + <p class="lead"> + A vast and ancient culinary tradition emphasizing balance, texture, and complex flavor profiles. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="Traditional Chinese dumplings with dipping sauce and chopsticks on a rustic table." class="cuisine-image" src="images/cuisines/chinese-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Soy sauce, rice vinegar, sesame oil, ginger, garlic, scallions, + </strong> + rice, noodles, and a vast array of spices like + <strong> + Sichuan peppercorns, star anise, + </strong> + and + <strong> + five-spice powder + </strong> + are fundamental. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Core techniques include stir-frying in a wok to achieve " + <a href="https://guide.michelin.com/en/article/features/what-is-wok-hei" rel="noopener noreferrer" target="_blank"> + wok hei + </a> + " (breath of the wok), steaming, braising, and roasting. Balancing the five flavors—sweet, sour, salty, bitter, and umami—is a central philosophical and culinary goal. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + One of the world's oldest culinary traditions, shaped by imperial dynasties, diverse geography, and philosophy. Techniques like stir-frying were perfected partly due to fuel scarcity, requiring food to be cooked quickly in small pieces. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + Features eight major regional cuisines. + <strong> + Sichuan: + </strong> + Known for bold, pungent flavors, liberal use of garlic, chili peppers, and the unique numbing spice of the Sichuan peppercorn. + <strong> + Cantonese: + </strong> + Focuses on fresh ingredients, steaming, and mild, natural flavors. The vast and varied geography of China provides a huge diversity of ingredients. + </p> + </div> + </div> + </section> + <!-- French Cuisine --> + <section class="cuisine-section" id="french-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + French Cuisine + </h2> + <p class="lead"> + The benchmark for technique, precision, and the art of sauce-making. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A rustic pot of French beef bourguignon stew with fresh herbs." class="cuisine-image" src="images/cuisines/french-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Butter, cream, wine, cheese, onions, garlic, shallots, + </strong> + and high-quality meats and produce are cornerstones. Herbs like + <strong> + thyme, rosemary, tarragon, + </strong> + and + <strong> + parsley + </strong> + are used extensively. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Technique is paramount. Foundational practices include braising, poaching, and patisserie, which you can learn more about in our + <a href="https://cheatsheets.davidveksler.com/cooking-guide.html"> + cooking techniques guide + </a> + . The development of the + <a href="https://www.escoffier.edu/blog/recipes/how-to-make-the-5-mother-sauces/" rel="noopener noreferrer" target="_blank"> + five "mother sauces" + </a> + (Béchamel, Velouté, Espagnole, Hollandaise, and Tomate) by Auguste Escoffier forms the basis for countless dishes. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Evolved from opulent medieval banquets to the refined haute cuisine of the 17th and 18th centuries. The French Revolution dispersed chefs from aristocratic households into the public, leading to the birth of the modern restaurant. Its global influence is unparalleled in the culinary arts. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + Burgundy: + </strong> + Famous for coq au vin and beef bourguignon, using its world-renowned wines. + <strong> + Provence: + </strong> + Mediterranean climate yields dishes rich in olive oil, garlic, and herbs. + <strong> + Normandy: + </strong> + Coastal region known for apples (cider), cream, and Camembert cheese. The local geography (*terroir*) directly defines each region's food. + </p> + </div> + </div> + </section> + <!-- Indian Cuisine --> + <section class="cuisine-section" id="indian-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Indian Cuisine + </h2> + <p class="lead"> + Characterized by the masterful blending of spices and a rich tapestry of regional vegetarian and non-vegetarian dishes. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A vibrant bowl of Indian Chicken Tikka Masala curry with naan bread." class="cuisine-image" src="images/cuisines/indian-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + An array of spices is paramount: + <strong> + turmeric, cumin, coriander, cardamom, cloves, + </strong> + and spice blends ( + <strong> + masalas + </strong> + ). + <strong> + Lentils (dal), chickpeas, rice, wheat + </strong> + (for breads), + <strong> + ghee + </strong> + (clarified butter), and + <strong> + yogurt + </strong> + are also staples. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Complex spice blending is an art form. Key techniques include tempering spices in hot oil ( + <a href="https://www.seriouseats.com/what-is-tadka-how-to-make-it" rel="noopener noreferrer" target="_blank"> + tadka + </a> + ), slow-simmering curries, and cooking in a + <strong> + tandoor + </strong> + (clay oven). A large portion of the population practices vegetarianism, leading to one of the most diverse vegetarian cuisines in the world. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Shaped over millennia by religious beliefs (Hinduism, Islam), the Mughal Empire (which introduced kebabs and rich, creamy curries), and colonization. The ancient Indian system of medicine, + <a href="https://www.hopkinsmedicine.org/health/wellness-and-prevention/ayurveda" rel="noopener noreferrer" target="_blank"> + Ayurveda + </a> + , influenced the use of spices for health and balance. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + North: + </strong> + Known for wheat-based breads (naan, roti), tandoori cooking, and dairy-rich, creamy curries. + <strong> + South: + </strong> + Predominantly rice-based, with spicier flavor profiles and the use of coconut milk. The hot climate necessitated food preservation, making spices, with their antimicrobial properties, essential. + </p> + </div> + </div> + </section> + <!-- Italian Cuisine --> + <section class="cuisine-section" id="italian-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Italian Cuisine + </h2> + <p class="lead"> + A celebration of simplicity, quality ingredients, and regional diversity. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A classic Italian Neapolitan pizza with fresh basil and mozzarella." class="cuisine-image" src="images/cuisines/italian-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Olive oil, tomatoes, garlic, basil, parsley, oregano, Parmesan, mozzarella, pecorino cheese, pasta, + </strong> + wine, and seasonal vegetables form the heart of Italian cooking. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Emphasis on fresh, high-quality seasonal ingredients with minimal fuss. Techniques include slow-simmering sauces, curing meats (prosciutto), and mastering pasta and risotto. The concept of " + <a href="https://www.eataly.com/us_en/magazine/eataly-stories/cucina-povera-style/" rel="noopener noreferrer" target="_blank"> + cucina povera + </a> + " (peasant cooking) highlights resourcefulness and flavor from simple ingredients. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + With roots stretching back to Roman and Greek times, Italian cuisine was significantly shaped by the introduction of New World foods like tomatoes and potatoes. It remains highly regional, reflecting the country's historical division into various city-states and kingdoms. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + North: + </strong> + Richer dishes with butter, cream, polenta, and risotto due to a cooler climate suitable for dairy farming. + <strong> + Central: + </strong> + Known for beans, cured meats, and olive oil. + <strong> + South: + </strong> + The heart of "cucina povera," with iconic tomato-based sauces, olive oil, and durum wheat pasta, shaped by a warm climate and historical poverty. + </p> + </div> + </div> + </section> + <!-- Japanese Cuisine --> + <section class="cuisine-section" id="japanese-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Japanese Cuisine + </h2> + <p class="lead"> + An expression of seasonality, respect for nature, and minimalist elegance. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A colorful and assorted platter of Japanese sushi and sashimi." class="cuisine-image" src="images/cuisines/japanese-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Short-grain rice, soy sauce, miso, dashi + </strong> + (seaweed and bonito broth), + <strong> + mirin, sake, seaweed (nori, kombu), + </strong> + and seasonal vegetables are central. Freshness is non-negotiable, especially for seafood. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Emphasis is on preserving and highlighting the natural flavor of ingredients. Techniques include grilling, steaming, simmering, and frying (tempura). The aesthetic presentation of food is as important as the taste. The concept of + <a href="https://www.ajinomoto.com/aboutus/umami/what-is-umami" rel="noopener noreferrer" target="_blank"> + umami + </a> + (the "fifth taste") was discovered here and is a key component of the flavor profile. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Developed over centuries with a strong influence from Zen Buddhism, which promoted vegetarianism and simplicity. The isolationist Edo period (1603-1868) allowed for the refinement of a unique culinary identity. In 2013, traditional Japanese cuisine, or + <a href="https://www.jetro.go.jp/en/jfoodo/washoku.html" rel="noopener noreferrer" target="_blank"> + Washoku + </a> + , was recognized as a UNESCO Intangible Cultural Heritage. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + As an archipelago, Japan's cuisine is heavily influenced by the sea. + <strong> + Kanto (Tokyo region): + </strong> + Bolder flavors, prominent use of soy sauce. + <strong> + Kansai (Osaka/Kyoto): + </strong> + More delicate, lighter seasoning, known for its refined "kaiseki" multi-course meals. Preservation was crucial, leading to pickled vegetables (tsukemono) and fermented products like miso and natto. + </p> + </div> + </div> + </section> + <!-- Korean Cuisine --> + <section class="cuisine-section" id="korean-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Korean Cuisine + </h2> + <p class="lead"> + Defined by bold, pungent, and savory flavors, with fermentation as a cornerstone. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="Traditional Korean bibimbap in a stone bowl with rice, vegetables, and egg." class="cuisine-image" src="images/cuisines/korean-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + The foundational trio of fermented pastes— + <em> + doenjang + </em> + (soybean paste), + <em> + ganjang + </em> + (soy sauce), and especially + <strong> + <em> + gochujang + </em> + </strong> + (chili paste)—defines the cuisine. + <strong> + Garlic, sesame oil, ginger, + </strong> + and + <strong> + <em> + gochugaru + </em> + </strong> + (chili powder) are essential. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Fermentation is the most crucial technique, used to create + <strong> + <em> + kimchi + </em> + </strong> + , the national dish. The tradition of communal eating is central, with a meal composed of a main dish alongside a variety of shared side dishes called + <strong> + <em> + banchan + </em> + </strong> + . Grilling ( + <em> + gogi-gui + </em> + ), often done at the table, is another key practice. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Shaped by a rugged, mountainous landscape and cold winters, Korean cuisine developed a strong focus on preservation and fermentation to survive lean months. The introduction of chili peppers in the 16th century was revolutionary, leading to the creation of modern red + <em> + kimchi + </em> + . + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + The peninsula's geography necessitates a reliance on preserved foods, making fermentation not just a technique, but a cultural institution. Traditionally, southern regions featured stronger, saltier fermented products due to the warmer climate, while northern flavors were milder. + </p> + </div> + </div> + </section> + <!-- Lebanese/Levantine Cuisine --> + <section class="cuisine-section" id="lebanese-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Lebanese/Levantine Cuisine + </h2> + <p class="lead"> + Known for its fresh ingredients, mezze culture, and healthy, vibrant dishes. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A traditional Lebanese mezze spread with hummus, tabbouleh, pita, and fresh vegetables." class="cuisine-image" src="images/cuisines/lebanese-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Olive oil, lemon juice, + </strong> + and + <strong> + garlic + </strong> + form the cuisine's "holy trinity." + <strong> + Chickpeas, parsley, mint, tomatoes, + </strong> + and sesame paste ( + <strong> + <em> + tahini + </em> + </strong> + ) are vital. Spices like + <strong> + sumac + </strong> + and + <strong> + za'atar + </strong> + provide unique, tangy flavors. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + The culture of + <strong> + <em> + mezze + </em> + </strong> + —a spread of small hot and cold dishes like hummus, tabbouleh, and baba ghanoush—is the hallmark of Lebanese dining. Grilling meats ( + <strong> + <em> + kebabs + </em> + </strong> + ) is a primary cooking method. Many dishes are vegetarian, relying on legumes and fresh produce. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + As part of the Levant, a crossroads of civilizations, the cuisine has been influenced by numerous cultures, including the Phoenicians, Romans, and most significantly, the Ottoman Turks, who introduced a variety of dishes. After the Ottomans, French influence brought pastries and certain culinary techniques. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + The cuisine is fairly consistent throughout Lebanon and the Levant region (which also includes Syria, Jordan, and Israel). Its location on the Mediterranean provides access to abundant seafood, fresh vegetables, and olive groves. The shared history under the Ottoman Empire created a largely unified culinary tradition across the Levant. + </p> + </div> + </div> + </section> + <!-- Mexican Cuisine --> + <section class="cuisine-section" id="mexican-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Mexican Cuisine + </h2> + <p class="lead"> + A vibrant and complex fusion of indigenous Mesoamerican traditions and Spanish influences. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="Authentic Mexican street tacos with fresh cilantro, onions, and lime wedges." class="cuisine-image" src="images/cuisines/mexican-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + The "holy trinity" of + <strong> + corn, beans, and chili peppers + </strong> + is foundational. + <strong> + Tomatoes, avocado, cilantro, lime, epazote, + </strong> + and + <strong> + chocolate + </strong> + are also central. Spanish influence introduced pork, beef, chicken, and cheese. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Techniques include grilling (carne asada), stewing, and creating complex sauces known as + <strong> + moles + </strong> + . A crucial practice is the ancient process of + <a href="https://www.cimmyt.org/news/what-is-nixtamalization/" rel="noopener noreferrer" target="_blank"> + nixtamalization + </a> + , where corn is soaked in an alkaline solution to unlock its nutritional value, which is then used to make masa for tortillas and tamales. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Recognized as a + <a href="https://ich.unesco.org/en/RL/traditional-mexican-cuisine-ancestral-ongoing-community-culture-the-michoacan-paradigm-00400" rel="noopener noreferrer" target="_blank"> + UNESCO Intangible Cultural Heritage + </a> + , Mexican cuisine is a rich tapestry of indigenous (Aztec, Mayan) and Spanish culinary traditions. The Columbian Exchange brought European ingredients that were masterfully integrated into the existing food culture. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + Oaxaca: + </strong> + Famous for its seven distinct mole sauces. + <strong> + Yucatán: + </strong> + Features Mayan influences with dishes like cochinita pibil (slow-roasted pork), using achiote paste and citrus marinades. + <strong> + Baja California: + </strong> + Known for fresh seafood tacos. The domestication of maize was the agricultural backbone of Mesoamerican civilizations. + </p> + </div> + </div> + </section> + <!-- Spanish Cuisine --> + <section class="cuisine-section" id="spanish-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Spanish Cuisine + </h2> + <p class="lead"> + A diverse cuisine famous for tapas, paella, and cured meats, bridging European and Mediterranean flavors. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="Traditional Spanish paella with seafood, rice, and saffron in a large paella pan." class="cuisine-image" src="images/cuisines/spanish-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Olive oil, garlic, paprika + </strong> + (smoked and sweet), + <strong> + saffron, sherry vinegar, peppers, + </strong> + and + <strong> + tomatoes + </strong> + are foundational. High-quality pork products, especially + <strong> + <em> + jamón + </em> + </strong> + (cured ham), and a wide variety of seafood are central. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + The culture of + <strong> + <em> + tapas + </em> + </strong> + , or small shared plates, encourages social dining. Key techniques include stewing, grilling ( + <em> + a la plancha + </em> + ), and the art of creating the perfect + <strong> + <em> + socarrat + </em> + </strong> + (the crispy toasted rice at the bottom of a paella pan). The use of + <em> + sofrito + </em> + (aromatic base) is fundamental. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + The Romans introduced olive oil and wine. The Moors, who ruled for nearly 800 years, introduced rice, saffron, citrus, and almonds. The subsequent Age of Discovery brought tomatoes, potatoes, and peppers from the Americas, which were quickly adopted. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + Andalusia (South): + </strong> + Strong Moorish influence, origin of gazpacho. + <strong> + Catalonia (Northeast): + </strong> + Blends seafood and meat, known as + <em> + mar i muntanya + </em> + (sea and mountain). + <strong> + Basque Country (North): + </strong> + Famous for its + <em> + pintxos + </em> + (a form of tapas) and high-quality local seafood. + </p> + </div> + </div> + </section> + <!-- Thai Cuisine --> + <section class="cuisine-section" id="thai-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Thai Cuisine + </h2> + <p class="lead"> + A dynamic and intricate balance of sweet, sour, salty, spicy, and savory flavors. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A plate of traditional Thai pad thai noodles with shrimp, bean sprouts, lime, and peanuts." class="cuisine-image" src="images/cuisines/thai-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Lemongrass, galangal, kaffir lime leaves, fish sauce (nam pla), coconut milk, fresh chilies, cilantro, + </strong> + and + <strong> + Thai basil. + </strong> + Jasmine rice is the staple grain. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + Stir-frying, steaming, and grilling are common. A key practice is creating complex curry pastes from scratch by pounding fresh ingredients in a mortar and pestle. The art of Thai cooking lies in + <a href="https://www.asianinspirations.com.au/food-knowledge/how-to-balance-the-5-flavours-of-thai-cuisine/" rel="noopener noreferrer" target="_blank"> + balancing the five core flavors + </a> + in every dish. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + Thai cuisine has been influenced by its neighbors, particularly China and India, as well as early Portuguese traders who introduced the chili pepper. Despite these influences, it has developed a uniquely distinct character centered on aromatic ingredients and flavor balance. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + Central: + </strong> + Home to royal cuisine, with more refined, milder, and sweeter flavors (e.g., Green Curry). + <strong> + Northeast (Isan): + </strong> + Known for fiery salads and grilled meats. + <strong> + South: + </strong> + Features intense curries using coconut milk and fresh turmeric, reflecting a Malay influence. Its geography as a hub facilitated trade. + </p> + </div> + </div> + </section> + <!-- Vietnamese Cuisine --> + <section class="cuisine-section" id="vietnamese-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + Vietnamese Cuisine + </h2> + <p class="lead"> + Known for its fresh, vibrant, and healthy profile, masterfully balancing herbs and broths. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="A steaming bowl of traditional Vietnamese pho soup with fresh herbs, lime, and noodles." class="cuisine-image" src="images/cuisines/vietnamese-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Fish sauce + </strong> + ( + <em> + nước mắm + </em> + ), + <strong> + rice + </strong> + (in the form of noodles, paper, and grains), + <strong> + fresh herbs + </strong> + (cilantro, mint, Thai basil), + <strong> + lemongrass, + </strong> + and + <strong> + chilies + </strong> + are ubiquitous. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + The cuisine is defined by the principle of balancing five elements corresponding to five flavors. Techniques include simmering complex broths for noodle soups ( + <strong> + <em> + phở + </em> + </strong> + ), grilling, and wrapping ingredients in rice paper (fresh spring rolls). A plate of fresh herbs is almost always served alongside main dishes. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + With a millennium of Chinese rule, Vietnamese cuisine adopted techniques like stir-frying. The most significant modern influence came from French colonization in the 19th century, which introduced the baguette (used for + <strong> + <em> + bánh mì + </em> + </strong> + ), coffee, and dairy products. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + North: + </strong> + The cradle of Vietnamese civilization, with older, more traditional flavors and less spice (e.g., the original + <em> + phở + </em> + ). + <strong> + Central: + </strong> + Known for spicier, more decorative dishes, reflecting its imperial history. + <strong> + South: + </strong> + Climate allows for more produce and herbs, leading to sweeter and more vibrant dishes, often with coconut milk. + </p> + </div> + </div> + </section> + <!-- American Cuisine --> + <section class="cuisine-section" id="american-cuisine"> + <div class="cuisine-header text-center mb-4"> + <h2> + <i class="bi bi-flag-fill"> + </i> + American Cuisine + </h2> + <p class="lead"> + A melting pot of diverse culinary traditions, from soul food to barbecue, shaped by immigration and regional specialties. + </p> + </div> + <div class="cuisine-image-wrapper"> + <img alt="Classic American barbecue platter with smoked ribs, brisket, and traditional sides like coleslaw and beans." class="cuisine-image" src="images/cuisines/american-cuisine.jpeg"/> + </div> + <div class="row"> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-palette-fill"> + </i> + Key Ingredients + </h5> + <p> + <strong> + Beef, pork, corn, potatoes, tomatoes, + </strong> + and + <strong> + wheat + </strong> + are foundational. Regional specialties include + <strong> + maple syrup, cranberries, pecans, + </strong> + and a wide variety of peppers. Cheese, particularly cheddar, and dairy products are prominent. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-tools"> + </i> + Key Practices + </h5> + <p> + <strong> + Barbecue + </strong> + and + <strong> + smoking + </strong> + techniques are quintessentially American, with regional variations in rubs and sauces. Frying (especially in the South), grilling, and baking are central. The concept of " + <strong> + comfort food + </strong> + " emphasizes hearty, satisfying dishes often served in generous portions. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-hourglass-split"> + </i> + Historical Context + </h5> + <p> + American cuisine evolved from Native American ingredients combined with European colonial techniques, later enriched by waves of immigration from Africa, Asia, Latin America, and Europe. The industrial revolution and westward expansion shaped modern American food culture, including the development of fast food. + </p> + </div> + <div class="col-md-6 detail-item"> + <h5> + <i class="bi bi-pin-map-fill"> + </i> + Regions & Causal Factors + </h5> + <p> + <strong> + South: + </strong> + Known for soul food, fried chicken, biscuits, and distinctive barbecue styles influenced by African culinary traditions. + <strong> + Southwest: + </strong> + Tex-Mex fusion with Mexican influences. + <strong> + Northeast: + </strong> + Seafood traditions and European influences. + <strong> + Midwest: + </strong> + Hearty casseroles and comfort foods reflecting agricultural abundance. + </p> + </div> + </div> + </section> + <!-- Further Exploration --> + <section class="exploration-section" id="further-exploration"> + <div class="exploration-header text-center mb-4"> + <h2> + <i class="bi bi-binoculars-fill"> + </i> + Further Culinary Exploration + </h2> + <p class="lead"> + Other significant global cuisines to discover. + </p> + </div> + <div class="row"> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-sun-fill card-icon mb-3"> + </i> + <h5 class="card-title"> + Greek Cuisine + </h5> + <p class="card-text small"> + A cornerstone of the Mediterranean diet, focused on olive oil, feta cheese, yogurt, fresh vegetables, and grilled meats and seafood. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-water card-icon mb-3"> + </i> + <h5 class="card-title"> + Peruvian Cuisine + </h5> + <p class="card-text small"> + A rising star celebrated for its fusion of Indigenous, Spanish, African, and Japanese influences, known for + <em> + ceviche + </em> + and its use of ají peppers. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-magic card-icon mb-3"> + </i> + <h5 class="card-title"> + Moroccan Cuisine + </h5> + <p class="card-text small"> + Represents North Africa with complex spice blends like + <em> + Ras el Hanout + </em> + , slow-cooked + <em> + tagines + </em> + , and the interplay of sweet and savory flavors. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-moon-stars-fill card-icon mb-3"> + </i> + <h5 class="card-title"> + Turkish Cuisine + </h5> + <p class="card-text small"> + A bridge between the Middle East and Europe, offering world-famous kebabs, rich mezes, and pastries like + <em> + baklava + </em> + . + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-brightness-high card-icon mb-3"> + </i> + <h5 class="card-title"> + Ethiopian Cuisine + </h5> + <p class="card-text small"> + Unique for its use of + <em> + injera + </em> + (a spongy, sour flatbread) as both plate and utensil, and its complex, spicy stews known as + <em> + wats + </em> + . + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-fire card-icon mb-3"> + </i> + <h5 class="card-title"> + Argentinian Cuisine + </h5> + <p class="card-text small"> + The world's capital of grilling ( + <em> + asado + </em> + ), centered on high-quality beef and the iconic + <em> + chimichurri + </em> + sauce. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-tree-fill card-icon mb-3"> + </i> + <h5 class="card-title"> + Brazilian Cuisine + </h5> + <p class="card-text small"> + A vibrant fusion of Portuguese, African, and indigenous influences, featuring + <em> + feijoada + </em> + , grilled meats, tropical fruits, and regional specialties. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-flower1 card-icon mb-3"> + </i> + <h5 class="card-title"> + Russian Cuisine + </h5> + <p class="card-text small"> + Hearty comfort food featuring + <em> + borscht + </em> + , + <em> + beef stroganoff + </em> + , + <em> + blini + </em> + , and preserved foods adapted to harsh winters and vast landscapes. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-gem card-icon mb-3"> + </i> + <h5 class="card-title"> + Jamaican Cuisine + </h5> + <p class="card-text small"> + Bold Caribbean flavors with + <em> + jerk + </em> + spicing, scotch bonnet peppers, tropical fruits, and influences from Africa, Britain, and indigenous Taíno. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-snow card-icon mb-3"> + </i> + <h5 class="card-title"> + Scandinavian Cuisine + </h5> + <p class="card-text small"> + Nordic simplicity emphasizing preserved fish, root vegetables, berries, and modern techniques in restaurants like Copenhagen's Noma. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-heart-fill card-icon mb-3"> + </i> + <h5 class="card-title"> + Polish Cuisine + </h5> + <p class="card-text small"> + Comfort food featuring + <em> + pierogi + </em> + , + <em> + kielbasa + </em> + , + <em> + bigos + </em> + , and hearty stews reflecting Central European traditions and seasonal preservation. + </p> + </div> + </div> + </div> + <div class="col-lg-4 col-md-6 mb-4"> + <div class="card exploration-card h-100"> + <div class="card-body text-center p-4"> + <i class="bi bi-stars card-icon mb-3"> + </i> + <h5 class="card-title"> + Indonesian Cuisine + </h5> + <p class="card-text small"> + Southeast Asian archipelago flavors with + <em> + rendang + </em> + , + <em> + nasi goreng + </em> + , + <em> + satay + </em> + , and complex spice pastes reflecting Dutch, Chinese, and indigenous influences. + </p> + </div> + </div> + </div> + </div> + </section> + </main> + <footer class="footer"> + <p> + © 2024 Global Cuisine Cheatsheet. Happy Cooking! + </p> + <p> + <a href="https://cheatsheets.davidveksler.com/cooking-guide.html"> + Cooking Techniques & Kitchen Guide + </a> + | + <a href="#"> + Back to Top + </a> + </p> + </footer> + <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"> + </script> + </body> </html> \ No newline at end of file