<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>STEAM on STEM to STEAM</title><link>https://adamfermier.github.io/madsciguys/categories/steam/</link><description>Recent content in STEAM on STEM to STEAM</description><generator>Hugo</generator><language>en</language><atom:link href="https://adamfermier.github.io/madsciguys/categories/steam/index.xml" rel="self" type="application/rss+xml"/><item><title>Pharmaceuticals</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/pharma/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/pharma/</guid><description>&lt;p&gt;The development and delivery of medicinal products is both an art and a science. Beyond the rigorous research and clinical trials, the process involves creativity, collaboration, and a deep understanding of human needs. The pharmaceutical arts encompass:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Discovery &amp;amp; Innovation:&lt;/strong&gt; Identifying new compounds and therapeutic approaches requires not only scientific expertise but also imagination and persistence.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Formulation &amp;amp; Design:&lt;/strong&gt; Transforming active ingredients into effective, safe, and accessible medicines involves chemistry, engineering, and the art of problem-solving.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Manufacturing &amp;amp; Quality:&lt;/strong&gt; Producing medicines at scale demands precision, consistency, and a commitment to the highest standards of quality and safety.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Distribution &amp;amp; Access:&lt;/strong&gt; Ensuring that life-saving treatments reach those in need involves logistics, policy, and a dedication to equity and global health.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Communication &amp;amp; Trust:&lt;/strong&gt; Building public confidence in new therapies relies on clear communication, transparency, and ethical responsibility.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Pharmaceuticals are the result of diverse talents—scientists, engineers, clinicians, designers, logisticians, and communicators—working together to turn discoveries into real-world solutions that save lives. This ongoing journey blends technical mastery with the human touch, shaping the future of medicine for all.&lt;/p&gt;</description></item><item><title>Knowledge Management: The Strategic Foundation of Research</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/</guid><description>&lt;p&gt;Knowledge Management is a key revenue source as it helps ensure you do not repeat what others may know and ensures you are spending the scarce resources you have in the most effective manner.&lt;/p&gt;
&lt;p&gt;It does NOT happen automatically. Organizations need to take deliberate action to manage what they know and organize it in a manner that others in the areas of research can find and quickly learn and add their knowledge to this structured approach.&lt;/p&gt;</description></item><item><title>STEAM Knowledge Graph</title><link>https://adamfermier.github.io/madsciguys/docs/knowledge-graph/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/knowledge-graph/</guid><description>&lt;p&gt;The knowledge graph below is the living map of this site. Every section is a &lt;strong&gt;node&lt;/strong&gt;; every arrow is a named &lt;strong&gt;edge&lt;/strong&gt; that explains &lt;em&gt;how&lt;/em&gt; two areas of knowledge relate. This is the structural backbone behind the STEAM mission: not just five siloed disciplines, but an interconnected network where insights travel across boundaries.&lt;/p&gt;
&lt;h2 id="the-steam-domain-graph"&gt;The STEAM Domain Graph&lt;a class="td-heading-self-link" href="#the-steam-domain-graph"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-plantuml" data-lang="plantuml"&gt;@startuml
!theme plain
skinparam defaultFontSize 13
skinparam rectangle {
 BackgroundColor #EBF5FB
 BorderColor #2980B9
 FontColor #1A252F
 RoundCorner 12
}
skinparam arrow {
 Color #2C3E50
 FontColor #555555
 FontSize 11
}
skinparam note {
 BackgroundColor #FEF9E7
 BorderColor #F39C12
}

title STEAM Knowledge Graph — MadSciGuys

rectangle &amp;#34;**Science**\nBiology · Chemistry\nPhysics · Medicine&amp;#34; as SCI
rectangle &amp;#34;**Technology**\nBiotech · Energy\nManufacturing · IoT&amp;#34; as TECH
rectangle &amp;#34;**Engineering**\nChemical · Civil\nElectrical · Aerospace&amp;#34; as ENG
rectangle &amp;#34;**Arts**\nKnowledge Mgmt\nPharm · Industry 4.0&amp;#34; as ARTS
rectangle &amp;#34;**Mathematics**\nPredictive Modeling\nData Science · ML&amp;#34; as MATH

SCI -right-&amp;gt; TECH : &amp;#34;enables&amp;#34;
TECH -right-&amp;gt; ENG : &amp;#34;implements&amp;#34;
ENG -up-&amp;gt; ARTS : &amp;#34;designed by&amp;#34;
ARTS -left-&amp;gt; MATH : &amp;#34;formalized by&amp;#34;
MATH -down-&amp;gt; SCI : &amp;#34;models&amp;#34;

SCI -[#9B59B6,dashed]-&amp;gt; MATH : &amp;#34;measured by&amp;#34;
ARTS -[#27AE60,dashed]-&amp;gt; TECH : &amp;#34;shapes UX of&amp;#34;
MATH -[#E67E22,dashed]-&amp;gt; TECH : &amp;#34;optimizes&amp;#34;
ENG -[#E74C3C,dashed]-&amp;gt; SCI : &amp;#34;applies&amp;#34;
ARTS -[#2980B9,dashed]-&amp;gt; SCI : &amp;#34;frames questions for&amp;#34;

@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="node-detail-what-each-domain-contains"&gt;Node Detail: What Each Domain Contains&lt;a class="td-heading-self-link" href="#node-detail-what-each-domain-contains"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code class="language-plantuml" data-lang="plantuml"&gt;@startuml
!theme plain
skinparam defaultFontSize 12
skinparam package {
 BackgroundColor #F8F9FA
 BorderColor #BDC3C7
}
skinparam class {
 BackgroundColor #EBF5FB
 BorderColor #2980B9
}

package &amp;#34;1 · Science&amp;#34; {
 class Biology {
 Molecular Biology
 Cell Biology
 Biochemistry
 }
 class Chemistry {
 Organic · Inorganic
 Physical · Analytical
 }
 class Physics {
 Quantum Mechanics
 Thermodynamics
 Cosmology
 }
 class Medicine {
 Internal Medicine
 Medical Genetics
 Immunology
 }
}

package &amp;#34;2 · Technology&amp;#34; {
 class BioTech
 class Energy
 class Manufacturing
 class Transportation
}

package &amp;#34;3 · Engineering&amp;#34; {
 class ChemicalEng as &amp;#34;Chemical Eng&amp;#34;
 class ElectricalEng as &amp;#34;Electrical Eng&amp;#34;
 class AerospaceEng as &amp;#34;Aerospace Eng&amp;#34;
 class ComputerEng as &amp;#34;Computer Eng&amp;#34;
}

package &amp;#34;4 · Arts&amp;#34; {
 class KnowledgeMgmt as &amp;#34;Knowledge Mgmt&amp;#34; {
 Ontological Semantics
 Design Study Method
 Taxonomy
 }
 class Pharma {
 Regulations (ICH)
 Scientific Method
 QbD / Control Strategy
 }
 class Industry40 as &amp;#34;Industry 4.0&amp;#34; {
 IoT · Big Data
 Cyber-Physical Systems
 Smart Factory
 }
}

package &amp;#34;5 · Mathematics&amp;#34; {
 class PredictiveModeling as &amp;#34;Predictive Modeling&amp;#34; {
 Data Science Lifecycle
 Feature Engineering
 Non-linear Regression
 }
}

@enduml
&lt;/code&gt;&lt;/pre&gt;&lt;hr&gt;
&lt;h2 id="cross-domain-relationship-map"&gt;Cross-Domain Relationship Map&lt;a class="td-heading-self-link" href="#cross-domain-relationship-map"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;The edges below show the named semantic relationships used across this site. These are the &lt;em&gt;types&lt;/em&gt; of connections that form the knowledge graph structure.&lt;/p&gt;</description></item><item><title>Arts</title><link>https://adamfermier.github.io/madsciguys/docs/4-arts/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/docs/4-arts/</guid><description/></item><item><title>Creative Strategist</title><link>https://adamfermier.github.io/madsciguys/persona/creative-strategist/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://adamfermier.github.io/madsciguys/persona/creative-strategist/</guid><description>&lt;p&gt;A creative strategist helps teams translate insights into experiences, using storytelling, design, and systems thinking to connect STEAM disciplines.&lt;/p&gt;
&lt;p&gt;In the STEAM knowledge graph, the creative strategist operates primarily in the &lt;strong&gt;Arts&lt;/strong&gt; domain — but their edges run in every direction: shaping the UX of &lt;strong&gt;Technology&lt;/strong&gt;, framing questions for &lt;strong&gt;Science&lt;/strong&gt;, and formalizing findings through &lt;strong&gt;Mathematics&lt;/strong&gt;. They are the connective tissue of the STEAM graph.&lt;/p&gt;
&lt;p&gt;Related content:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/"&gt;Arts&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/design-study-methodology/"&gt;Design Study Methodology&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/industrial-revolution-4.0/interoperability/"&gt;Interoperability&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/"&gt;Ontological Semantics&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;



&lt;div class="related-concepts mt-4 mb-2"&gt;
 &lt;h5 class="related-concepts__heading"&gt;
 &lt;svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none"
 stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"
 style="vertical-align:-3px; margin-right:6px;"&gt;
 &lt;circle cx="12" cy="5" r="3"/&gt;&lt;circle cx="19" cy="19" r="3"/&gt;&lt;circle cx="5" cy="19" r="3"/&gt;
 &lt;line x1="12" y1="8" x2="19" y2="16"/&gt;&lt;line x1="12" y1="8" x2="5" y2="16"/&gt;
 &lt;/svg&gt;
 Knowledge Graph Connections
 &lt;/h5&gt;
 &lt;div class="related-concepts__grid"&gt;
 
 &lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/" class="related-concepts__card"&gt;
 &lt;span class="related-concepts__rel badge"&gt;Primary domain&lt;/span&gt;
 &lt;span class="related-concepts__name"&gt;Arts&lt;/span&gt;
 &lt;/a&gt;
 
 &lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/design-study-methodology/" class="related-concepts__card"&gt;
 &lt;span class="related-concepts__rel badge"&gt;Applies&lt;/span&gt;
 &lt;span class="related-concepts__name"&gt;Design Study Methodology&lt;/span&gt;
 &lt;/a&gt;
 
 &lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/industrial-revolution-4.0/interoperability/" class="related-concepts__card"&gt;
 &lt;span class="related-concepts__rel badge"&gt;Shapes ux of&lt;/span&gt;
 &lt;span class="related-concepts__name"&gt;Interoperability&lt;/span&gt;
 &lt;/a&gt;
 
 &lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/" class="related-concepts__card"&gt;
 &lt;span class="related-concepts__rel badge"&gt;Contributes to&lt;/span&gt;
 &lt;span class="related-concepts__name"&gt;Knowledge Management&lt;/span&gt;
 &lt;/a&gt;
 
 &lt;a href="https://adamfermier.github.io/madsciguys/docs/4-arts/knowledge-management/ontological-semantics/" class="related-concepts__card"&gt;
 &lt;span class="related-concepts__rel badge"&gt;Frames questions for&lt;/span&gt;
 &lt;span class="related-concepts__name"&gt;Ontological Semantics&lt;/span&gt;
 &lt;/a&gt;
 
 &lt;/div&gt;
&lt;/div&gt;
&lt;style&gt;
.related-concepts__heading {
 color: #2980b9;
 font-size: 1rem;
 font-weight: 600;
 margin-bottom: .75rem;
}
.related-concepts__grid {
 display: flex;
 flex-wrap: wrap;
 gap: .5rem;
}
.related-concepts__card {
 display: flex;
 flex-direction: column;
 border: 1px solid #85c1e9;
 border-radius: 8px;
 padding: .5rem .75rem;
 text-decoration: none;
 background: #ebf5fb;
 min-width: 150px;
 max-width: 220px;
 transition: background .15s, border-color .15s;
}
.related-concepts__card:hover {
 background: #d6eaf8;
 border-color: #2980b9;
 text-decoration: none;
}
.related-concepts__rel {
 font-size: .7rem;
 background: #2980b9;
 color: white;
 border-radius: 4px;
 padding: 1px 6px;
 margin-bottom: 4px;
 display: inline-block;
 width: fit-content;
}
.related-concepts__name {
 font-size: .85rem;
 color: #1a252f;
 font-weight: 500;
}
&lt;/style&gt;</description></item></channel></rss>