From 98eb12516aaf0675f9f3498a162373c67a729d99 Mon Sep 17 00:00:00 2001 From: darrencpagan Date: Tue, 9 Feb 2021 15:57:34 -0500 Subject: [PATCH 1/4] Update sidebar.html --- _includes/sidebar.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 5f340c9..73320e6 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -13,10 +13,14 @@ What is DMI? + Facilities + + Software + {% comment %} The code below dynamically generates a sidebar nav of pages with `layout: page` in the front-matter. See readme for usage. - {% endcomment %} + {% assign pages_list = site.pages | sort:"url" %} {% for node in pages_list %} @@ -28,6 +32,8 @@ {% endif %} {% endif %} {% endfor %} + + {% endcomment %} DMI-3D @ GitHub From b587caef460082259729b4b18394797f4af68c2e Mon Sep 17 00:00:00 2001 From: darrencpagan Date: Tue, 9 Feb 2021 16:01:20 -0500 Subject: [PATCH 2/4] Update software.md --- software.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/software.md b/software.md index af881c5..d4b22b1 100644 --- a/software.md +++ b/software.md @@ -1,11 +1,11 @@ --- layout: page -title: Software for DMI-3D +title: Software for DMI --- Links to software packages for Diffraction Microstructure Imaging. -## General 3D-XRD packages or projects +## General 3D-XRD / High Energy Diffraction Microscopy (HEDM) Packages * [Fable-3DXRD](https://github.com/FABLE-3DXRD) * [HEXRD](https://github.com/HEXRD) @@ -14,11 +14,15 @@ Links to software packages for Diffraction Microstructure Imaging. * [HEXOMAP](https://github.com/HeLiuCMU/HEXOMAP) * [pyxem](https://github.com/pyxem) -## Individual 3D-XRD software packages +## Micro-Laue Diffraction Packages + +* [LaueGo](https://wiki-ext.aps.anl.gov/s34ide/index.php/LaueGo) + +## Supporting DMI Software Packages * [GrainSpotter](https://sourceforge.net/p/fable/code/HEAD/tree/GrainSpotter/trunk/): Grain indexing -## Useful tools +## Useful Postprocessing and other X-ray Utilities * [MTeX Toolbox](https://mtex-toolbox.github.io/): texture and grain orientation analysis * [DREAM3D](https://github.com/BlueQuartzSoftware/DREAM3D) From c8f3179ae6137af3caab59ba77c94c5e382e6a91 Mon Sep 17 00:00:00 2001 From: darrencpagan Date: Tue, 9 Feb 2021 16:01:46 -0500 Subject: [PATCH 3/4] Update facilities.md --- facilities.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facilities.md b/facilities.md index 13671f2..9029750 100644 --- a/facilities.md +++ b/facilities.md @@ -1,6 +1,6 @@ --- layout: page -title: Facilities for DMI-3D +title: Facilities for DMI --- From 010bba264d226a1c5cba1b397cf994f3b6cb8d5f Mon Sep 17 00:00:00 2001 From: darrencpagan Date: Tue, 9 Feb 2021 16:02:38 -0500 Subject: [PATCH 4/4] Update sidebar.html --- _includes/sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 73320e6..a759128 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -13,9 +13,9 @@ What is DMI? - Facilities + Facilities - Software + Software {% comment %} The code below dynamically generates a sidebar nav of pages with