Skip to content

Commit

Permalink
Merge pull request #1 from dmi-3D/master
Browse files Browse the repository at this point in the history
Catch-Up
  • Loading branch information
darrencpagan authored Feb 9, 2021
2 parents ac96974 + 010bba2 commit 9bd9e7d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
8 changes: 7 additions & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@

<a class="sidebar-nav-item{% if page.title == 'What is Diffraction Microstructure Imaging (DMI)?' %} active{% endif %}" href="{{ '/intro' | absolute_url }}">What is DMI?</a>

<a class="sidebar-nav-item{% if page.title == 'Facilities for DMI' %} active{% endif %}" href="{{ '/facilities' | absolute_url }}">Facilities</a>

<a class="sidebar-nav-item{% if page.title == 'Software for DMI' %} active{% endif %}" href="{{ '/software' | absolute_url }}">Software</a>

{% 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 %}
Expand All @@ -28,6 +32,8 @@
{% endif %}
{% endif %}
{% endfor %}

{% endcomment %}

<a class="sidebar-nav-item" href="https://github.com/dmi-3D">DMI-3D @ GitHub</a>
<!-- <span class="sidebar-nav-item">Currently v{{ site.version }}</span> --!>
Expand Down
2 changes: 1 addition & 1 deletion facilities.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: Facilities for DMI-3D
title: Facilities for DMI
---


Expand Down
12 changes: 8 additions & 4 deletions software.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 9bd9e7d

Please sign in to comment.