From 22e3545a6efa3b918a7d4315fe6d0b4bb51010bb Mon Sep 17 00:00:00 2001
From: yuraragi <anuragsarkar@iisc.ac.in>
Date: Tue, 1 Oct 2024 20:50:29 +0530
Subject: [PATCH] commit

---
 wiki/pages/human-practices.html | 43 +++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 wiki/pages/human-practices.html

diff --git a/wiki/pages/human-practices.html b/wiki/pages/human-practices.html
new file mode 100644
index 0000000..6482ddf
--- /dev/null
+++ b/wiki/pages/human-practices.html
@@ -0,0 +1,43 @@
+{% extends "layout.html" %}
+  
+{% block title %}iHP{% endblock %}
+{% block lead %}Integrated Human Practices of iGEM IISc-Bengaluru{% endblock %}
+
+{% block page_content %}
+
+<!-- <div class="row mt-4">
+  <div class="col">
+    <div class="bd-callout bd-callout-info">
+      <h4>Best Model</h4>
+      <p>Models and computer simulations can help us understand the function and operation of BioBrick Parts and Devices. Simulation and modeling are critical engineering skills that can contribute to project design or provide a better understanding of the modeled process. These processes are even more useful and/or informative when real world data are included in the model. This award is for teams who build a model of their system and use it to inform system design or simulate expected behavior before, or in conjunction with, experiments in the wetlab.</p>
+      <p>To compete for the Best Model prize, select the prize on the <a href="https://competition.igem.org/deliverables/judging-form">judging form</a> and describe your work on this page.</p>
+      <hr>
+      <p>Please see the <a href="https://competition.igem.org/judging/awards">2024 Awards Page</a> for more information.</p>
+    </div>
+  </div>
+</div>
+
+<div class="row mt-4">
+  <div class="col-lg-8">
+    <h2>Overview</h2>
+    <hr>
+    <p>Mathematical models and computer simulations provide a great way to describe the function and operation of Parts and Devices. Synthetic Biology is an engineering discipline, and part of engineering is simulation and modeling to determine the behavior of your design before you build it. Designing and simulating can be iterated many times in a computer before moving to the lab.</p>
+  </div>
+  <div class="col-lg-4">
+    <h2>Inspirations</h2>
+    <hr>
+    <ul>
+      <li><a href="http://2018.igem.org/Team:GreatBay_China/Model">2018 GreatBay China</a></li>
+      <li><a href="http://2018.igem.org/Team:Leiden/Model">2018 Leiden</a></li>
+      <li><a href="https://2019.igem.org/Team:IISER_Kolkata/Model">2019 IISER Kolkata</a></li>
+      <li><a href="https://2019.igem.org/Team:Exeter/Model">2019 Exeter</a></li>
+      <li><a href="https://2019.igem.org/Team:Mingdao/Model">2019 Mingdao</a></li>
+      <li><a href="https://2020.igem.org/Team:Harvard/Model">2020 Harvard</a></li>
+      <li><a href="https://2020.igem.org/Team:Leiden/Model">2020 Leiden</a></li>
+    </ul>
+  </div>
+</div> -->
+
+
+
+{% endblock %}
-- 
GitLab