|
27 | 27 | <h2> <?php echo $this->escape($this->params->get('page_heading')); ?> </h2> |
28 | 28 | </div> |
29 | 29 | <?php endif; ?> |
30 | | -<p>code will go here</p> |
| 30 | + |
| 31 | +<!-- Bootstrap Icons --> |
| 32 | +<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css" rel="stylesheet"> |
| 33 | + |
| 34 | +<p>CCPBioSim stands for the Collaborative Computational Project for Biomolecular Simulation. CCPBioSim is a vibrant UK network of scientists and developers focused on advancing biomolecular simulation through training, collaboration, software support, and community events, with an emphasis on inclusivity and real-world impact.</p> |
| 35 | + |
| 36 | +<div class="container my-5"> |
| 37 | + <!-- Community Purpose --> |
| 38 | + <div class="community-card mb-5 shadow-sm"> |
| 39 | + <div class="community-card-body"> |
| 40 | + <h2 class="community-card-title mb-4"><i class="bi bi-heart-fill me-2"></i>Community Purpose</h2> |
| 41 | + <p>The community brings together:</p> |
| 42 | + <ul> |
| 43 | + <li>Researchers and developers working on biomolecular simulation methods and tools.</li> |
| 44 | + <li>Experimentalists and computational scientists who want to integrate simulation with experimental workflows.</li> |
| 45 | + <li>People at all career stages, from early-career researchers to seasoned experts, to learn, share, and collaborate.</li> |
| 46 | + </ul> |
| 47 | + <p>It’s intended to be inclusive and creative, encouraging participation from anyone interested in biomolecular simulation.</p> |
| 48 | + </div> |
| 49 | + </div> |
| 50 | + |
| 51 | + <!-- What the Community Does --> |
| 52 | + <div class="community-card mb-5 shadow-sm"> |
| 53 | + <div class="community-card-body"> |
| 54 | + <h2 class="community-card-title mb-4"><i class="bi bi-gear-fill me-2"></i>What the Community Does</h2> |
| 55 | + <p>CCPBioSim supports its community through:</p> |
| 56 | + <ul> |
| 57 | + <li>Training workshops and tutorials to teach simulation methods and best practices.</li> |
| 58 | + <li>Annual and specialist conferences, where members share research, techniques, and emerging science.</li> |
| 59 | + <li>Software development support for tools that help researchers run and analyse simulations.</li> |
| 60 | + <li>Monthly seminar series and other events that connect academia, industry and experimentalists.</li> |
| 61 | + </ul> |
| 62 | + </div> |
| 63 | + </div> |
| 64 | + <!-- Community Values --> |
| 65 | + <div class="community-card mb-5 shadow-sm"> |
| 66 | + <div class="community-card-body"> |
| 67 | + <h2 class="community-card-title mb-4"><i class="bi bi-stars me-2"></i>Community Values</h2> |
| 68 | + <p>The CCPBioSim community emphasises:</p> |
| 69 | + <ul> |
| 70 | + <li><strong>Accessibility</strong> — lowering barriers so more people can use biomolecular simulation.</li> |
| 71 | + <li><strong>Sharing knowledge and tools</strong> — making methods, data and software more FAIR (Findable, Accessible, Interoperable, Reusable).</li> |
| 72 | + <li><strong>Interdisciplinary engagement</strong> — bridging chemistry, physics, biology and computing.</li> |
| 73 | + </ul> |
| 74 | + </div> |
| 75 | + </div> |
| 76 | + <!-- Links with Wider Initiatives --> |
| 77 | + <div class="community-card mb-5 shadow-sm"> |
| 78 | + <div class="community-card-body"> |
| 79 | + <h2 class="community-card-title mb-4"><i class="bi bi-link-45deg me-2"></i>Links with Wider Initiatives</h2> |
| 80 | + <p>CCPBioSim contributes to national data infrastructure efforts, like integrating provenance and reproducibility for simulation data.</p> |
| 81 | + <p>It collaborates with other computational biology communities and projects (e.g., through consortia like DRIIMB).</p> |
| 82 | + </div> |
| 83 | + </div> |
| 84 | + </div> |
31 | 85 |
|
0 commit comments