This is a loose collection of pages supplementing the main DIALS documentation.
We have a set of howtos:
-
{% for howto in site.howtos %}
- {{ howto.name }} {% endfor %}
These documents aim to clarify and illuminate particular topics relating to DIALS code and to how DIALS is used.
-
{% for explanation in site.explanations %}
- {{ explanation.name }} {% endfor %}
These are minutes from the DIALS core meeting group. These meetings are about releases, packaging, integration, and overall project direction, but we also discuss crystallography and tool development as the topics arise.
-
{% for meeting in site.core reversed %}
- {{ meeting.name }} {% endfor %}
From time to time we discuss and decide on larger proposals – akin to RFCs, PEPs, and NEPs.
-
{% for proposal in site.proposals %}
- {{ proposal.number }}: {{ proposal.name }} {% endfor %}
These are minutes from the older DIALS developer meeting series, which were concerned with crystallography and tool development. These discussions are commonly held in the project steering group now.
-
{% for meeting in site.meetings reversed %}
- {{ meeting.name }} {% endfor %}