-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP: Regolith Grant Report Builder #523
base: main
Are you sure you want to change the base?
Changes from 1 commit
85feb2b
78d735d
b9700cc
d549f98
65e7261
83e178c
8e20314
db0168d
d2410ba
bc72627
0490554
6546f6e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
NSF {{beginYear}}-{{endYear}} Annual Report by {{authorFullName}}, ({{ institution }}) | ||
NSF {{beginYear}}-{{endYear}} Annual Report by Simon J. L. Billinge, (Columbia University) | ||
|
||
Accomplishments | ||
------------------------------ | ||
------------------------------------------------------------------------------ | ||
* What are the major goals of the project? | ||
|
||
In real-world applications, materials are rarely perfect crystals and their properties | ||
depend sensitively on defects, nanoscale structures, interfaces, surfaces and multi-scale | ||
heterogeneities. A major challenge is to gain a greater understanding of how such | ||
|
@@ -28,17 +27,39 @@ Goal 4: Apply this to real scientific problems | |
|
||
* What was accomplished under these goals (you must provide information for | ||
at least one of the 4 categories below)? | ||
Major Activities: | ||
Specific Objectives: | ||
Significant Results: | ||
------------------------------------------------------------------------------ | ||
- Major Activities (currently worked on projecta): | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. again, can't have me hard-coded in here. If there is something that is "me" specific that doesn't change often it should probably be in people. However, since this is a grant-specific thing it might better be in grants? If it is mostly me-specific but will be described in the grant report of multiple grants, this should probably be in people but have a field that is |
||
PDF in the cloud (PDFitc): Development of a web-based service for determining | ||
structures from measured PDFs given known structures in structural databases | ||
xpdTools, xpdAcq, xpdAn, xpdView: Software tools for streaming data analysis | ||
and visualization of diffraction data from the XPD diffractometer at NSLS-II | ||
synchrotron. The tools can also be used to analyze data from other diffraction | ||
beamlines. | ||
{%- for prum in majorActivities %} | ||
{{ prum['name'] }}: {{ prum['description'] }} | ||
{% endfor -%} | ||
|
||
- Specific Objectives: | ||
PDF in the cloud (PDFitc): Development of a web-based service for determining | ||
structures from measured PDFs given known structures in structural databases | ||
|
||
- Significant Results (finished projecta): | ||
{%- for prum in significantResults %} | ||
{{ prum['name'] }}: {{ prum['description'] }} | ||
{% endfor -%} | ||
|
||
Key outcomes or Other achievements: | ||
* What opportunities for training and professional development has the project provided? | ||
{%- for opportunity in presentations %} | ||
- {{opportunity -}} | ||
{%- for opportunity in trainingAndProfessionalDevelopment %} | ||
- Authors: {{ opportunity['authors'] }} | ||
- Title: {{ opportunity['title'] }} | ||
- Location: {{ opportunity['meeting_name'] }} | ||
{% endfor -%}} | ||
|
||
* How have the results been disseminated to communities of interest? | ||
1. Publications | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is an interesting one. It should probably be in people too so any user of Regolith can decide for themselves. |
||
2. Software releases and deployment of software packages on conda-forge and pypi for ease of installation | ||
3. Presentations at conferences and seminars | ||
|
||
* What do you plan to do during the next reporting period to accomplish the goals? | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I shouldn't be hard-coded in here.