Editing
Designer Microbes and the Future of Industrial Biotechnology
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Applying</span> == '''Modeling 'The Metabolic Factory' (Calculating 'Drug Yield' from Engineered Microbial Fermentation):''' <syntaxhighlight lang="python"> def calculate_bioproduction_yield(culture_volume_L, cell_density_gL, specific_productivity_mg_g_h, run_hours): """ Shows the industrial scale potential of designer microbes. """ total_cells_g = culture_volume_L * cell_density_gL total_yield_mg = total_cells_g * specific_productivity_mg_g_h * run_hours total_yield_g = total_yield_mg / 1000 total_yield_kg = total_yield_g / 1000 if total_yield_kg > 100: return f"PRODUCTION: INDUSTRIAL SCALE. {round(total_yield_kg, 1)} kg produced. Viable for global supply." elif total_yield_kg > 1: return f"PRODUCTION: PILOT SCALE. {round(total_yield_kg, 3)} kg. Ready for scale-up." else: return f"PRODUCTION: LAB SCALE. {round(total_yield_g, 1)} g. Research phase." # Industrial artemisinin fermentation (10,000L bioreactor) print(calculate_bioproduction_yield(10000, 50, 0.5, 200)) </syntaxhighlight> ; Biotechnology Landmarks : '''Keasling's Artemisinin Yeast (2006)''' β "The Most" "Famous" "Success" of **"Metabolic Engineering"** β "Saving Millions of Lives." : '''The 'iGEM' Competition''' β "Annual" "Student Competition" building **"Novel Genetic Circuits"** from "Standard Parts." : '''Bolt Threads' Spider Silk''' β "Industrial Production" of **"Bio-Based Spider Silk"** from "Engineered Yeast." : '''Ginkgo Bioworks''' β "The World's" "Largest" **"Cell Programming" "Company"** β "Designing" "Custom Organisms" at "Industrial Scale." </div> <div style="background-color: #8B4500; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information