Skip to content

Commit

Permalink
Merge pull request #9 from aces/main
Browse files Browse the repository at this point in the history
#8 Links updated and new headers in the features section added
  • Loading branch information
3design authored Feb 13, 2024
2 parents 8d6ea74 + 5c0675d commit c31d87a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
10 changes: 9 additions & 1 deletion faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ <h3 class="title">
<span class="faq-q">Q: </span>
<p class="question">What is the CBRAIN</p>
</h3>
<p class="answer"><span class="faq-q">A: </span>CBRAIN is an infrastructure that connects researchers and data from all walks of science to high performance and cloud computing in an easy to manage, reproducible, and user-friendly manner.</p>
<p class="answer"><span class="faq-q">A: </span>CBRAIN is a web-enabled grid platform that facilitates collaborative research on large, distributed data by creating an interface between a user (or a group of collaborating users) and high-performance computing centres (HPCs). Behind the web-portal, CBRAIN manages data access, transfer, caching and provenance, as well as data processing and reporting. CBRAIN is generic and modular, it can easily be extended with new data models and tools for a broad range of research disciplines.</p>
</li>
<li>
<h3 class="title">
<span class="fa fa-plus"></span>
<span class="faq-q">Q: </span>
<p class="question">Who should use CBRAIN</p>
</h3>
<p class="answer"><span class="faq-q">A: </span>Any research group that depends on medium to large-scale computational data analysis, can benefit from CBRAIN's data and task management back engine. CBRAIN provides tools for archiving raw and processed data files, viewing them, and processing then in batch. For example, an astronomy researcher's lab could deploy CBRAIN and configure its data servers for storage of its instrument's acquisitions, and to launch its in-house data processing/analysis software on some preconfigured supercomputer cluster.</p>
</li>
</ul>
</div>
Expand Down
4 changes: 4 additions & 0 deletions features.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<h2>Execute Pipelines on High Performance Computing</h2>
<p>CBRAIN has a multitude of computational pipelines that allow you to perform complex "big data" analytics. The pipelines range from simple conversion operations to neuroimaging to genomics to supply chain simulation modeling.</p>
<p>Users can decide what data to use, what options are needed, and then launch pipelines on large-scale computing rapid processing.</p>
<a href="https://portal.cbrain.mcgill.ca/available"><button>List of Tools and Datasets</button></a>
</div>
</div>
</section>
Expand All @@ -68,6 +69,7 @@ <h2>Execute Pipelines on High Performance Computing</h2>
<h2>Create Your Own Pipelines</h2>
<p>CBRAIN works with an ecosystem of software making it easy for users to define, test and import their own pipelines into the system. We utilize the easy to use <a href="http://boutiques.github.io/">Boutiques JSON Standard</a> to define execution pipelines for automatic import to CBRAIN.</p>
<p>Check out our <a href="https://github.com/natacha-beck/cbrain/wiki/Writting-Tasks-with-Boutiques">documentation</a> and begin to import your own pipelines.</p>
<a href="https://github.com/aces/cbrain/wiki/Tool-integration-with-Boutiques-or-Scientific-tool-integration-in-CBRAIN"><button>Tool Integration</button></a>
</div>
<div class="col-4">
<img src="images/icon-create.png">
Expand All @@ -84,6 +86,7 @@ <h2>Create Your Own Pipelines</h2>
<h2>Seamlessly Move Data</h2>
<p>CBRAIN offers a number of Data Providers for storing, organizing, and moving your data seamlessly throughout the CBRAIN ecosystem ensuring large datasets are moved efficiently and securely to perform large-scale computations.</p>
<p>Whether your data starts on your desktop, resides at a computing center or lives out in the cloud, it can easily become part of the CBRAIN data ecosystem.</p>
<a href="https://portal.cbrain.mcgill.ca/doc/manual/uploading.html"><button>Transfering Datasets</button></a>
</div>
</div>
</section>
Expand All @@ -93,6 +96,7 @@ <h2>Seamlessly Move Data</h2>
<div class="col-3 feature-box">
<h2>Connect to Vast Computing Resources</h2>
<p>CBRAIN provides a place where users can connect computing and cloud resources together to give users a vast pool of computation to acheive their science. CBRAIN has a partnership with <a href="http://www.cbrain.ca/features.html">Compute Canada</a> to provide millions of computing hours for the research com-munity through our Portal.</p>
<a href="https://alliancecan.ca/en"><button>The Digital Research Alliance of Canada</button></a>
</div>
<div class="col-4">
<img src="images/icon-create.png">
Expand Down
9 changes: 9 additions & 0 deletions getstarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
<div class="section-content">
<div class="flex">
<div id="User" class="w3-container city">
<h1 class="center">User</h1>
<div class="flex">
<div class="info-box">
<a href="https://portal.cbrain.mcgill.ca/signups/new">
Expand All @@ -85,6 +86,7 @@
</div>

<div id="Developer" class="w3-container city" style="display:none">
<h1 class="center">Developer</h1>
<div class="flex">
<div class="info-box quad">
<a href="https://github.com/aces/cbrain">
Expand All @@ -110,10 +112,17 @@
<p>Cbrain API</p>
</a>
</div>
<div class="info-box quad">
<a href="https://github.com/aces/cbrain/wiki/Programmer-Guides">
<img src="images/icon-user-manual.png">
<p>Read the Programmer Guides</p>
</a>
</div>
</div>
</div>

<div id="Support" class="w3-container city" style="display:none">
<h1 class="center">Support</h1>
<div class="flex">
<div class="info-box">
<a href="https://portal.cbrain.mcgill.ca/doc/manual/manual.html">
Expand Down

0 comments on commit c31d87a

Please sign in to comment.