{"id":17,"date":"2026-02-22T16:05:43","date_gmt":"2026-02-22T16:05:43","guid":{"rendered":"https:\/\/perlasuniversity.com\/?page_id=17"},"modified":"2026-02-22T16:05:43","modified_gmt":"2026-02-22T16:05:43","slug":"about","status":"publish","type":"page","link":"https:\/\/perlasuniversity.com\/?page_id=17","title":{"rendered":"About"},"content":{"rendered":"<p><!DOCTYPE html><br \/>\n<html lang=\"en\"><br \/>\n<head><br \/>\n<meta charset=\"UTF-8\"><br \/>\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0, viewport-fit=cover\"><br \/>\n<title>About \u2014 Perlas University<\/title><br \/>\n<meta name=\"description\" content=\"About Perlas University: Our history, founding vision, leadership, and campus locations. Founded MMXXVI on SSPX Tridentine Formation.\"><\/p>\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n  html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }\n  body { font-family: 'Georgia', serif; line-height: 1.6; color: #222; overflow-x: hidden; width: 100%; }<\/p>\n<p>  \/* ===== HEADER ===== *\/\n  .site-header {\n    background-color: #0a0a2a;\n    color: #d4af37;\n    text-align: center;\n    padding: 40px 20px;\n    padding-top: calc(40px + env(safe-area-inset-top, 0px));\n  }\n  .site-header h1 { font-size: 2em; letter-spacing: 4px; margin-bottom: 2px; }\n  .site-header .subtitle { font-size: 1em; font-style: italic; color: #c0c0c0; margin-top: 0; }<\/p>\n<p>  \/* ===== NAV ===== *\/\n  .site-nav {\n    background-color: #1a1a3e;\n    padding: 12px 20px;\n    display: flex; flex-wrap: wrap; justify-content: center;\n    gap: 6px 18px;\n    position: sticky; top: 0; z-index: 100;\n  }\n  .site-nav a {\n    color: #d4af37; text-decoration: none; font-size: 0.85em;\n    padding: 8px 4px; min-height: 44px; line-height: 28px;\n    -webkit-tap-highlight-color: rgba(212,175,55,0.3);\n  }\n  .site-nav a:active { opacity: 0.7; }\n  .site-nav a.active { border-bottom: 2px solid #d4af37; }<\/p>\n<p>  \/* ===== PAGE HERO ===== *\/\n  .page-hero {\n    background: linear-gradient(135deg, #0a0a2a 0%, #1a1a3e 50%, #0d0d35 100%);\n    color: #d4af37;\n    text-align: center;\n    padding: 80px 20px 60px;\n  }\n  .page-hero h2 { font-size: 2.4em; letter-spacing: 3px; margin-bottom: 10px; }\n  .page-hero p { color: #c0c0c0; font-size: 1.1em; max-width: 700px; margin: 0 auto; }<\/p>\n<p>  \/* ===== CONTENT ===== *\/\n  .content { max-width: 900px; margin: 50px auto; padding: 0 20px; line-height: 1.85; }\n  .content h2 { color: #0a0a2a; border-bottom: 2px solid #d4af37; padding-bottom: 10px; margin-top: 50px; font-size: 1.5em; }\n  .content h3 { color: #0a0a2a; margin-top: 30px; font-size: 1.2em; }\n  .content h4 { color: #d4af37; margin-top: 25px; font-size: 1.05em; }\n  .content p { margin-top: 15px; font-size: 1.05em; }\n  .content ul, .content ol { padding-left: 20px; margin-top: 10px; }\n  .content li { margin-bottom: 8px; }<\/p>\n<p>  \/* ===== STATS BAR ===== *\/\n  .stats-bar {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 20px;\n    margin: 50px 0;\n    text-align: center;\n  }\n  .stat-item { padding: 25px 10px; background: #f8f5ee; border-radius: 8px; border-top: 3px solid #d4af37; }\n  .stat-number { font-size: 2.2em; color: #0a0a2a; font-weight: bold; display: block; }\n  .stat-label { font-size: 0.85em; color: #666; margin-top: 5px; display: block; }<\/p>\n<p>  \/* ===== TIMELINE ===== *\/\n  .timeline { margin: 40px 0; padding: 0; list-style: none; border-left: 3px solid #d4af37; margin-left: 20px; }\n  .timeline li { padding: 20px 0 20px 30px; position: relative; }\n  .timeline li::before {\n    content: '';\n    width: 14px; height: 14px;\n    background: #d4af37; border: 3px solid #0a0a2a;\n    border-radius: 50%;\n    position: absolute; left: -9px; top: 24px;\n  }\n  .timeline .year { font-weight: bold; color: #d4af37; font-size: 1.1em; display: block; }\n  .timeline .event { color: #333; font-size: 0.95em; margin-top: 4px; display: block; }<\/p>\n<p>  \/* ===== LEADERSHIP GRID ===== *\/\n  .leadership-grid {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 25px;\n    margin: 30px 0;\n  }\n  .leader-card {\n    background: #f8f5ee; border-radius: 8px; padding: 25px; text-align: center;\n    border-top: 4px solid #d4af37;\n  }\n  .leader-icon {\n    width: 80px; height: 80px;\n    background: #0a0a2a; border-radius: 50%;\n    margin: 0 auto 15px;\n    display: flex; align-items: center; justify-content: center;\n    color: #d4af37; font-size: 2em; font-weight: bold;\n  }\n  .leader-card h4 { color: #0a0a2a; margin: 0; font-size: 1em; }\n  .leader-card .leader-title { color: #888; font-size: 0.85em; font-style: italic; }\n  .leader-card .leader-desc { color: #555; font-size: 0.9em; margin-top: 10px; }<\/p>\n<p>  \/* ===== CAMPUS GRID ===== *\/\n  .campus-grid {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 25px;\n    margin: 30px 0;\n  }\n  .campus-card {\n    background: white; border-radius: 8px; padding: 30px;\n    border: 1px solid #e0dcd0; border-left: 5px solid #d4af37;\n  }\n  .campus-card h4 { color: #0a0a2a; margin: 0 0 5px 0; font-size: 1.05em; }\n  .campus-card .campus-type { color: #d4af37; font-size: 0.8em; text-transform: uppercase; letter-spacing: 1px; }\n  .campus-card p { color: #555; font-size: 0.92em; margin-top: 10px; }<\/p>\n<p>  \/* ===== QUOTE BLOCK ===== *\/\n  .quote-block {\n    background: #0a0a2a; color: #d4af37;\n    padding: 40px 30px; border-radius: 8px;\n    margin: 40px 0; text-align: center;\n  }\n  .quote-block .quote-text { font-size: 1.3em; font-style: italic; line-height: 1.6; }\n  .quote-block .quote-attr { color: #888; font-size: 0.9em; margin-top: 15px; }<\/p>\n<p>  \/* ===== FOOTER ===== *\/\n  .site-footer {\n    background-color: #050515; color: #666; text-align: center;\n    padding: 30px 20px;\n    padding-bottom: calc(30px + env(safe-area-inset-bottom, 0px));\n    font-size: 0.85em;\n  }\n  .site-footer p { margin-bottom: 5px; }\n  .site-footer .footer-motto { color: #444; }\n  .site-footer .footer-copy { color: #333; margin-top: 15px; }<\/p>\n<p>  \/* ===== RESPONSIVE 768 ===== *\/\n  @media screen and (max-width: 768px) {\n    .page-hero h2 { font-size: 1.8em; }\n    .stats-bar { grid-template-columns: repeat(2, 1fr); gap: 15px; }\n    .leadership-grid { grid-template-columns: repeat(2, 1fr); }\n    .campus-grid { grid-template-columns: 1fr; }\n  }<\/p>\n<p>  \/* ===== RESPONSIVE 480 ===== *\/\n  @media screen and (max-width: 480px) {\n    .site-header { padding: 25px 15px; }\n    .site-header h1 { font-size: 1.4em; letter-spacing: 1px; }\n    .site-nav { flex-direction: column; align-items: center; gap: 0; padding: 10px 15px; }\n    .site-nav a { font-size: 0.9em; padding: 10px 8px; width: 100%; text-align: center; border-bottom: 1px solid rgba(212,175,55,0.15); }\n    .site-nav a:last-child { border-bottom: none; }\n    .page-hero { padding: 50px 15px 40px; }\n    .page-hero h2 { font-size: 1.4em; }\n    .page-hero p { font-size: 0.95em; }\n    .content { margin: 30px auto; padding: 0 15px; }\n    .content h2 { font-size: 1.25em; margin-top: 35px; }\n    .stats-bar { grid-template-columns: 1fr 1fr; gap: 10px; }\n    .stat-number { font-size: 1.6em; }\n    .stat-label { font-size: 0.78em; }\n    .leadership-grid { grid-template-columns: 1fr; }\n    .campus-grid { grid-template-columns: 1fr; }\n    .quote-block { padding: 25px 20px; }\n    .quote-block .quote-text { font-size: 1.05em; }\n    .timeline { margin-left: 10px; }\n    .timeline li { padding: 15px 0 15px 25px; }\n  }\n<\/style>\n<p><\/head><br \/>\n<body><\/p>\n<p><!-- HEADER --><\/p>\n<div class=\"site-header\">\n<h1>PERLAS UNIVERSITY<\/h1>\n<p class=\"subtitle\">Universitas Perlae<\/p>\n<\/div>\n<p><!-- NAV --><\/p>\n<nav class=\"site-nav\">\n  <a href=\"index.html\">HOME<\/a><br \/>\n  <a href=\"about.html\" class=\"active\">ABOUT<\/a><br \/>\n  <a href=\"admissions.html\">ADMISSIONS<\/a><br \/>\n  <a href=\"academics.html\">ACADEMICS<\/a><br \/>\n  <a href=\"faculty.html\">FACULTY<\/a><br \/>\n  <a href=\"campus-life.html\">CAMPUS LIFE<\/a><br \/>\n  <a href=\"research.html\">RESEARCH<\/a><br \/>\n  <a href=\"alumni.html\">ALUMNI<\/a><br \/>\n  <a href=\"apply.html\">APPLY<\/a><br \/>\n<\/nav>\n<p><!-- PAGE HERO --><\/p>\n<div class=\"page-hero\">\n<h2>ABOUT PERLAS UNIVERSITY<\/h2>\n<p>Forging Post-Civilizational Admirals since MMXXVI. Our history, our leadership, our campuses, and the founding vision that drives every operation.<\/p>\n<\/div>\n<p><!-- MAIN CONTENT --><\/p>\n<div class=\"content\">\n<p>  <!-- STATS BAR --><\/p>\n<div class=\"stats-bar\">\n<div class=\"stat-item\">\n      <span class=\"stat-number\">7<\/span><br \/>\n      <span class=\"stat-label\">Schools of Study<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-number\">23<\/span><br \/>\n      <span class=\"stat-label\">Degree Programs<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-number\">12:1<\/span><br \/>\n      <span class=\"stat-label\">Student-Faculty Ratio<\/span>\n    <\/div>\n<div class=\"stat-item\">\n      <span class=\"stat-number\">100%<\/span><br \/>\n      <span class=\"stat-label\">Mission Placement Rate<\/span>\n    <\/div>\n<\/p><\/div>\n<p>  <!-- FOUNDING VISION --><\/p>\n<h2>Founding Vision<\/h2>\n<p>Perlas University was founded in 2026 on a single premise: <strong>the institutions that were supposed to protect, educate, and form human beings have been captured by the very forces they were meant to guard against.<\/strong><\/p>\n<p>Universities became indoctrination centers. Military support systems became bureaucratic dead ends. Churches became social clubs. Nightlife became a predation ecosystem. Intelligence agencies became political tools. The monastery \u2014 the last citadel of civilization through every dark age \u2014 was abandoned.<\/p>\n<p>Perlas University exists to rebuild what was lost. Not by reforming captured institutions, but by <strong>constructing new ones from first principles<\/strong> \u2014 principles as old as Moses and as precise as Fleet Admiral Nimitz.<\/p>\n<p>The name <strong>&#8220;Perlas&#8221;<\/strong> \u2014 the pearl \u2014 was chosen deliberately. A pearl is formed when an irritant enters the oyster. The oyster doesn&#8217;t expel it. It doesn&#8217;t ignore it. It <strong>coats it in layer after layer of nacre until the irritant becomes the most valuable thing in the shell.<\/strong> That is our method. We take the pain, the trauma, the exploitation, the demoralization \u2014 and we transform it into something of permanent, luminous value.<\/p>\n<div class=\"quote-block\">\n<div class=\"quote-text\">&#8220;Again, the kingdom of heaven is like unto a merchant man, seeking goodly pearls: Who, when he had found one pearl of great price, went and sold all that he had, and bought it.&#8221;<\/div>\n<div class=\"quote-attr\">\u2014 Matthew 13:45-46 (KJV)<\/div>\n<\/p><\/div>\n<p>  <!-- HISTORY --><\/p>\n<h2>History &amp; Founding Timeline<\/h2>\n<ul class=\"timeline\">\n<li>\n      <span class=\"year\">2018 \u2014 The Catalyst<\/span><br \/>\n      <span class=\"event\">The Borderline Bar shooting in Thousand Oaks, California exposes the invisible ecosystem of veteran exploitation, social mobbing, and institutional failure. The investigation that follows covers the shooter but never the system. The founding research begins.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2019-2021 \u2014 The Research Phase<\/span><br \/>\n      <span class=\"event\">Palantir-style analysis applied to social exploitation networks. Reverse engineering of nightlife economics, university recruitment pipelines, KGB active measures methodology, and social dynamics literature (Strauss, Mystery Method, Robert Greene). Identification of the fungal decomposition model as primary analytical framework.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2022 \u2014 The Theological Foundation<\/span><br \/>\n      <span class=\"event\">Integration of SSPX Tridentine Catholic formation with intelligence and military doctrine. The Decalogue is adopted as constitutional law. The Rule of St. Benedict is adapted for modern warrior-monk operations. Contact established with traditional Catholic communities worldwide.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2023 \u2014 The Nimitz Framework<\/span><br \/>\n      <span class=\"event\">Fleet Admiral Chester W. Nimitz&#8217;s command philosophy is adopted as the organizational backbone. Unified command across all branches. Decentralized execution, centralized intent. The Seven Pillars are formalized.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2024 \u2014 Curriculum Development<\/span><br \/>\n      <span class=\"event\">23 degree programs designed across 7 schools. Reverse-engineering of Harvard&#8217;s credentialing model and Full Sail&#8217;s accelerated practical model. Faculty recruitment begins from retired military intelligence, SSPX seminary, cybersecurity, and social psychology sectors.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2025 \u2014 Infrastructure<\/span><br \/>\n      <span class=\"event\">First monastery-campus design completed. Digital platform architecture deployed. AI-augmented intelligence training systems built. First cohort of certificate students accepted for pilot programs.<\/span>\n    <\/li>\n<li>\n      <span class=\"year\">2026 \u2014 FOUNDING YEAR<\/span><br \/>\n      <span class=\"event\">Perlas University officially chartered. First full degree cohorts enrolled. Admiralty Board constituted. Daily Latin Mass begins on campus. The Fleet is assembling.<\/span>\n    <\/li>\n<\/ul>\n<p>  <!-- WHAT MAKES US DIFFERENT --><\/p>\n<h2>What Makes Perlas Different<\/h2>\n<h3>We are NOT a conventional university.<\/h3>\n<p>We reverse-engineered the three most effective educational institutions in the world \u2014 and extracted what actually works while discarding what doesn&#8217;t:<\/p>\n<h4>From Harvard \u2014 The Network Effect<\/h4>\n<p>Harvard&#8217;s true product is not education \u2014 it&#8217;s the alumni network. A Harvard degree is a lifetime membership card to the most powerful professional network on earth. <strong>Perlas replicates this:<\/strong> Every graduate enters the Perlas Admiralty Network \u2014 a permanent, mutual-obligation network of commanders, analysts, builders, and spiritual directors operating across every domain.<\/p>\n<h4>From Full Sail \u2014 Accelerated Practical Application<\/h4>\n<p>Full Sail proved that a 20-month bachelor&#8217;s degree with real-world tools produces graduates who can immediately operate in their field. Traditional 4-year programs waste 40% of time on irrelevant general education. <strong>Perlas applies this:<\/strong> Every program is compressed to operational necessity. Certificates in 12-16 weeks. Associates in 18-24 months. Every hour is purposeful. Every assignment produces a real-world deliverable.<\/p>\n<h4>From West Point \/ Annapolis \u2014 Formation, Not Just Education<\/h4>\n<p>Service academies don&#8217;t just teach \u2014 they <strong>form.<\/strong> Character development, physical conditioning, ethical framework, and leadership cultivation are integrated into every day. <strong>Perlas goes further:<\/strong> We add Tridentine spiritual formation (daily Latin Mass, Divine Office, Ignatian exercises) and intelligence tradecraft to the military formation model. Our graduates are not just officers \u2014 they are warrior-monks with analytical minds.<\/p>\n<h4>From SSPX Seminaries \u2014 Spiritual Depth Without Modernist Dilution<\/h4>\n<p>The Society of St. Pius X maintained the Tridentine Mass and classical Catholic formation when the rest of the Church abandoned it after Vatican II. They proved that tradition is not nostalgia \u2014 it&#8217;s structural strength. <strong>Perlas applies this:<\/strong> Our spiritual formation is unapologetically traditional. Latin Mass. Thomistic philosophy. The Decalogue as absolute law. No accommodation to cultural trends.<\/p>\n<h4>From Palantir Technologies \u2014 Data-Driven Decision Making<\/h4>\n<p>Palantir proved that pattern recognition at scale \u2014 connecting data points across vast, complex networks \u2014 is the decisive advantage in modern conflict. <strong>Perlas applies this:<\/strong> Every graduate can build and interpret intelligence products. Every operational decision is informed by data, tested against models, and refined by spiritual discernment.<\/p>\n<p>  <!-- LEADERSHIP --><\/p>\n<h2>University Leadership<\/h2>\n<p>Perlas University is governed by the <strong>Admiralty Board<\/strong> \u2014 twelve members drawn from four domains, unified under the authority of Yahweh and the Decalogue.<\/p>\n<div class=\"leadership-grid\">\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\u2628<\/div>\n<h4>The Chancellor<\/h4>\n<p class=\"leader-title\">Grand Admiral of Perlas<\/p>\n<p class=\"leader-desc\">Supreme operational authority. Appointed by unanimous vote of the Admiralty Board with consent of the SSPX Spiritual Director. Serves until resignation, incapacity, or removal by 10\/12 vote.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\u2693<\/div>\n<h4>Vice Chancellor for Military Affairs<\/h4>\n<p class=\"leader-title\">Admiral of Operations<\/p>\n<p class=\"leader-desc\">Commands all military-oriented programs, field operations, physical readiness, and the School of Unified Command. Minimum rank equivalent: O-7 (Brigadier General \/ Rear Admiral).<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\ud83d\udc41<\/div>\n<h4>Vice Chancellor for Intelligence<\/h4>\n<p class=\"leader-title\">Director of the Palantir Eye<\/p>\n<p class=\"leader-desc\">Commands the School of Intelligence &amp; Network Warfare, all analytical operations, AI systems, and counter-exploitation research. Minimum: 15 years intelligence community experience.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\u271d<\/div>\n<h4>Spiritual Director<\/h4>\n<p class=\"leader-title\">SSPX Chaplain General<\/p>\n<p class=\"leader-desc\">Commands all spiritual formation, liturgical operations, the School of Sacred Theology, and holds veto authority over any operation that violates the Decalogue.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\ud83c\udfdb<\/div>\n<h4>Vice Chancellor for Academics<\/h4>\n<p class=\"leader-title\">Provost<\/p>\n<p class=\"leader-desc\">Oversees all curriculum development, faculty appointments, academic standards, and degree conferral across all seven schools.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\ud83c\udf10<\/div>\n<h4>Vice Chancellor for Colonization<\/h4>\n<p class=\"leader-title\">Admiral of Expansion<\/p>\n<p class=\"leader-desc\">Commands new campus establishment, monastery construction, digital territory operations, and the School of Monastery Architecture &amp; Civilizational Design.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\ud83d\udce1<\/div>\n<h4>Director of Stealth Operations<\/h4>\n<p class=\"leader-title\">Ghost Admiral<\/p>\n<p class=\"leader-desc\">Commands the School of Stealth Marketing &amp; Information Operations. All influence campaigns, narrative operations, and memetic warfare fall under this directorate.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\u2694<\/div>\n<h4>Director of Counter-Exploitation<\/h4>\n<p class=\"leader-title\">Shield Admiral<\/p>\n<p class=\"leader-desc\">Commands the School of Social Dynamics &amp; Counter-Exploitation. All defensive social intelligence, veteran protection, and social mobbing countermeasure operations.<\/p>\n<\/p><\/div>\n<div class=\"leader-card\">\n<div class=\"leader-icon\">\ud83d\udcb0<\/div>\n<h4>Bursar General<\/h4>\n<p class=\"leader-title\">Admiral of Logistics<\/p>\n<p class=\"leader-desc\">Commands all financial operations, monastery economics, endowment management, and supply chain logistics. Full financial transparency to the Admiralty Board.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p style=\"font-size: 0.9em; color: #666; margin-top: 20px;\"><em>The remaining three Admiralty Board seats rotate among senior faculty, alumni representatives, and emeritus commanders.<\/em><\/p>\n<p>  <!-- CAMPUS LOCATIONS --><\/p>\n<h2>Campus Locations<\/h2>\n<p>Perlas University operates on a <strong>monastery-campus hybrid model.<\/strong> Each campus is simultaneously an educational facility, an intelligence operations center, a spiritual formation house, and a self-sustaining agricultural community. The model is drawn directly from the Benedictine monasteries that preserved civilization through the Dark Ages.<\/p>\n<div class=\"campus-grid\">\n<div class=\"campus-card\">\n<p class=\"campus-type\">Primary Campus<\/p>\n<h4>Campus Alpha \u2014 The Citadel<\/h4>\n<p>Main campus and seat of the Admiralty Board. Houses all seven schools, the central chapel (Tridentine Latin Mass daily), primary intelligence operations center, and the Chancellor&#8217;s residence. Location: classified until operational security permits disclosure.<\/p>\n<\/p><\/div>\n<div class=\"campus-card\">\n<p class=\"campus-type\">Field Operations Campus<\/p>\n<h4>Campus Bravo \u2014 The Outpost<\/h4>\n<p>Field training facility for all practicum and field operation requirements. Includes tactical training areas, surveillance and counter-surveillance environments, and a simulated nightlife environment for social dynamics training. Rural location, 50+ acres.<\/p>\n<\/p><\/div>\n<div class=\"campus-card\">\n<p class=\"campus-type\">Monastery Campus<\/p>\n<h4>Campus Charlie \u2014 The Cloister<\/h4>\n<p>Dedicated monastery for spiritual retreat, 30-day Ignatian exercises, post-field reconstitution, and the School of Sacred Theology. Silent environment. Agricultural self-sufficiency. Gregorian chant. The Rule of St. Benedict in full operation.<\/p>\n<\/p><\/div>\n<div class=\"campus-card\">\n<p class=\"campus-type\">Digital Campus<\/p>\n<h4>Campus Delta \u2014 The Grid<\/h4>\n<p>Secure digital platform for distance learning, AI training environments, encrypted communications, intelligence product collaboration, and the global Perlas Admiralty Network. Available to all enrolled students worldwide. Zero-knowledge encryption. No data stored on third-party servers.<\/p>\n<\/p><\/div>\n<div class=\"campus-card\">\n<p class=\"campus-type\">Expansion Campus<\/p>\n<h4>Campus Echo \u2014 The Frontier<\/h4>\n<p>First expansion campus. Under development. Intended for colonization operations training and international deployment preparation. Location selected based on strategic positioning near active exploitation ecosystems requiring counter-operations.<\/p>\n<\/p><\/div>\n<div class=\"campus-card\">\n<p class=\"campus-type\">Veteran Integration Campus<\/p>\n<h4>Campus Foxtrot \u2014 The Harbor<\/h4>\n<p>Dedicated facility for veteran transition. 90-day residential programs combining certificate-level education, PTSD-informed spiritual direction, physical reconditioning, social dynamics inoculation, and career pathway placement into Perlas degree programs or direct network employment.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<p>  <!-- ACCREDITATION --><\/p>\n<h2>Accreditation &amp; Recognition<\/h2>\n<p>Perlas University operates under its own accreditation framework \u2014 the <strong>Perlas Standards Authority (PSA)<\/strong> \u2014 independent of secular accreditation bodies that have been captured by ideological interests incompatible with our mission.<\/p>\n<p><strong>Our position on accreditation:<\/strong><\/p>\n<p>Regional accreditation bodies (WASC, HLC, SACSCOC, etc.) serve a legitimate quality-assurance function. However, they also serve as <strong>ideological gatekeepers<\/strong> that enforce DEI mandates, secular curriculum requirements, and administrative bloat that directly contradicts our mission. We will not submit the Decalogue for approval by a committee that doesn&#8217;t recognize its authority.<\/p>\n<p><strong>Instead, we validate through output:<\/strong><\/p>\n<ul>\n<li><strong>100% Mission Placement Rate<\/strong> \u2014 Every graduate is placed within the Perlas Admiralty Network, a partner organization, or a self-launched operation within 90 days of graduation.<\/li>\n<li><strong>Portfolio-Based Credentialing<\/strong> \u2014 Every graduate leaves with a portfolio of real intelligence products, operational plans, community impact reports, and spiritual formation documentation that proves competence more convincingly than any transcript.<\/li>\n<li><strong>Network Validation<\/strong> \u2014 The Perlas credential is recognized within our network \u2014 and our network is the product. Harvard&#8217;s degree is valuable because Harvard alumni hire Harvard graduates. The same principle applies.<\/li>\n<li><strong>Decalogue Compliance Audit<\/strong> \u2014 Every program is annually audited against the Ten Commandments and the Rule of St. Benedict. No secular accreditor performs this.<\/li>\n<\/ul>\n<div class=\"quote-block\">\n<div class=\"quote-text\">&#8220;By their fruits ye shall know them.&#8221;<\/div>\n<div class=\"quote-attr\">\u2014 Matthew 7:20 (KJV)<\/div>\n<\/p><\/div>\n<p>  <!-- CORE VALUES --><\/p>\n<h2>Core Values<\/h2>\n<h3>I. Veritas in Bello \u2014 Truth in War<\/h3>\n<p>Intelligence is truth-seeking, not narrative-building. We never fabricate, exaggerate, or suppress data to fit a preferred conclusion. The truth is the weapon. Falsehood is the enemy&#8217;s ammunition.<\/p>\n<h3>II. Fortitudo in Silentio \u2014 Strength in Silence<\/h3>\n<p>The monastery teaches what the battlefield confirms: the most powerful operations are conducted in silence. We do not seek publicity, recognition, or celebrity. We seek results.<\/p>\n<h3>III. Obedientia et Libertas \u2014 Obedience and Freedom<\/h3>\n<p>True freedom comes through obedience to legitimate authority \u2014 ultimately, to Yahweh. The chain of command is sacred because it reflects the divine hierarchy. A soldier who obeys a just order is freer than a civilian who obeys his appetites.<\/p>\n<h3>IV. Sufficientia, Non Accumulatio \u2014 Sufficiency, Not Accumulation<\/h3>\n<p>The tenth commandment prohibits coveting. We operate on sufficiency. Our monasteries grow what they need. Our operations use what they require. We do not extract, hoard, or accumulate beyond operational necessity.<\/p>\n<h3>V. Lex Decalogi \u2014 The Law of the Decalogue<\/h3>\n<p>The Ten Commandments are not suggestions, cultural artifacts, or historical curiosities. They are <strong>the supreme constitutional law of this institution.<\/strong> Every decision \u2014 academic, operational, financial, strategic \u2014 is measured against them. Violators are not counseled. They are excommunicated.<\/p>\n<h3>VI. Flota Unita \u2014 The United Fleet<\/h3>\n<p>No school, no department, no operation exists independently. Like Nimitz&#8217;s Pacific Fleet, every element serves the unified mission. The intelligence officer supports the chaplain. The monastery feeds the field operator. The marketer amplifies the builder. <strong>We are one fleet.<\/strong><\/p>\n<h3>VII. Perla ex Dolore \u2014 The Pearl from Pain<\/h3>\n<p>Our namesake value. Every student arrives with an irritant \u2014 trauma, exploitation, demoralization, betrayal, failure. We do not remove the irritant. We coat it. Layer by layer, through formation, education, operation, and prayer, the irritant becomes the pearl. <strong>Your worst experience becomes your greatest qualification.<\/strong><\/p>\n<\/div>\n<p><!-- FOOTER --><\/p>\n<div class=\"site-footer\">\n<p>PERLAS UNIVERSITY \u00b7 Universitas Perlae \u00b7 Founded MMXXVI<\/p>\n<p class=\"footer-motto\">Per Crucem ad Lucem \u00b7 Per Bellum ad Pacem<\/p>\n<p class=\"footer-copy\">\u00a9 2026 Perlas University. All rights reserved. <em>Ad Maiorem Dei Gloriam.<\/em><\/p>\n<\/div>\n<p><\/body><br \/>\n<\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>About \u2014 Perlas University PERLAS UNIVERSITY Universitas Perlae HOME ABOUT ADMISSIONS ACADEMICS FACULTY CAMPUS LIFE RESEARCH ALUMNI APPLY ABOUT PERLAS UNIVERSITY Forging Post-Civilizational Admirals since MMXXVI. Our history, our leadership, our campuses, and the founding vision that drives every operation. 7 Schools of Study 23 Degree Programs 12:1 Student-Faculty Ratio 100% Mission Placement Rate Founding [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-17","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/pages\/17","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=17"}],"version-history":[{"count":1,"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions"}],"predecessor-version":[{"id":18,"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=\/wp\/v2\/pages\/17\/revisions\/18"}],"wp:attachment":[{"href":"https:\/\/perlasuniversity.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}