diff --git a/_data/repositories.yml b/_data/repositories.yml
index c2d7269..55f8195 100644
--- a/_data/repositories.yml
+++ b/_data/repositories.yml
@@ -1,14 +1,36 @@
github_users:
- - torvalds
- - alshedivat
+ # - mikgroup
repo_description_lines_max: 2
+bart_repos:
+ - mrirecon/bart
+ - mrirecon/bart-workshop
+
+sigpy_repos:
+ - mikgroup/sigpy
+ - mikgroup/sigpy-mri-tutorial
+
+espirit_repos:
+ - mikgroup/espirit-matlab-examples
+ - mikgroup/espirit-python
+
github_repos:
- - alshedivat/al-folio
- - jekyll/jekyll
- - twbs/bootstrap
- - jquery/jquery
- - FortAwesome/Font-Awesome
- - mathjax/MathJax
- - jpswalsh/academicons
+ - mikgroup/extreme_mri
+ - mikgroup/kspace_precond
+ - mikgroup/bpt_paper
+ - mikgroup/bpt_mrpub
+ - mikgroup/UFLoss
+ - mikgroup/ResoNet
+ - mikgroup/Caterpillar-Traps
+ - mikgroup/DiSpectMRI
+ - mikgroup/phase_cycling
+
+
+ # - alshedivat/al-folio
+ # - jekyll/jekyll
+ # - twbs/bootstrap
+ # - jquery/jquery
+ # - FortAwesome/Font-Awesome
+ # - mathjax/MathJax
+ # - jpswalsh/academicons
diff --git a/_pages/repositories.md b/_pages/repositories.md
index cba3870..8d20061 100644
--- a/_pages/repositories.md
+++ b/_pages/repositories.md
@@ -1,12 +1,14 @@
---
layout: page
-permalink: /repositories/
-title: repositories
-description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
+permalink: /sofware/
+title: software
+description: # Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
nav: true
nav_order: 4
---
+
+
{% if site.data.repositories.github_users %}
## GitHub users
@@ -17,7 +19,7 @@ nav_order: 4
{% endfor %}
----
+
{% endif %}
-{% endif %}
+
+## BART
+
+
+ {% for repo in site.data.repositories.bart_repos %}
+ {% include repository/repo.liquid repository=repo %}
+ {% endfor %}
+
+
+The Berkeley Advanced Reconstruction Toolbox (BART) is a free and open-source image-reconstruction framework for Magnetic Resonance Imaging (MRI). It consists of a programming library and a toolbox of command-line programs. The library provides common operations on multi-dimensional arrays, Fourier and wavelet transforms, as well as generic implementations of iterative optimization algorithms. The command-line tools provide direct access to basic operations on multi-dimensional arrays as well as efficient implementations of many calibration and reconstruction algorithms for parallel imaging and compressed sensing.
+
+## SigPy
+
+
+ {% for repo in site.data.repositories.sigpy_repos %}
+ {% include repository/repo.liquid repository=repo %}
+ {% endfor %}
+
+
+This package is built to operate directly on numpy arrays on CPU and cupy arrays on GPU. Its main features include: a unified CPU/GPU interface to signal processing functions, Linear operator classes, Proximal operator classes (Prox), Iterative algorithm classes (Alg), and Application classes (App) that wrap Alg, Linop, and Prox to form a final deliverable for each application.
+
+SigPy also provides a submodule sigpy.mri for MRI iterative reconstruction methods. It includes Apps for common MRI reconstruction methods such as SENSE reconstruction, l1-wavelet reconstruction, total-variation reconstruction, and JSENSE reconstruction. This module also includes convenient simulation and sampling functions, including poisson-disc sampling function, and Shepp-Logan phantom generation function.
+
+## Data
+
+### [mridata.org](http://mridata.org)
+
+This website provides open datasets to researchers who desire to contribute to a community of reproducible research, where they can test and validate their algorithms against known undersampled acquisitions. These datasets were acquired through a collaboration between Michael Lustig at UC Berkeley and Dr. Shreyas Vasanawala at Stanford's Lucille Packard Children's Hospital. The undersampled datasets are of two varieties: variable-density undersampling and uniform-density undersampling. At present, all of the datasets are of knee images. In addition to undersampled datasets, we also provide separate cases of fully sampled knees, for researchers who wish to experiment with their own undersampling patterns
+
+## ESPIRiT
+
+
+ {% for repo in site.data.repositories.espirit_repos %}
+ {% include repository/repo.liquid repository=repo %}
+ {% endfor %}
+
+
+
+
{% if site.data.repositories.github_repos %}
-## GitHub Repositories
+## Github Repositories
{% for repo in site.data.repositories.github_repos %}
@@ -45,3 +86,4 @@ nav_order: 4
{% endfor %}
{% endif %}
+