Skip to content

Commit

Permalink
minor change to add extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
shilpasivanesan-tri committed Dec 21, 2023
1 parent fef366c commit 2c8dcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/FAQ/faq-util/faq-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const FAQ_ITEMS: FAQText[] = [
},
{
question: 'Why is the global instability index (GII) sometimes "N/A"?',
answer: `The global instability index can only be calculated if the structure is known, so it will not be calculated if only the composition is provided by the user. Thus if the tool is accessed via a URL that provides the composition (e.g.<a rel='noopener noreferrer' target='_blank' href='http://oxi.matr.io?q=LiMn02'>http://oxi.matr.io?q=LiMn02</a>), the global instability index will not be calculated.<br>It will also only be calculated if bond valence parameters are available in <a rel='noopener noreferrer' target='_blank' href='https://doi.org/10.1021/ja00009a002'>this paper</a> for all elements in the material.`
answer: `The global instability index can only be calculated if the structure is known, so it will not be calculated if only the composition is provided by the user. Thus if the tool is accessed via a URL that provides the composition (e.g.<a rel='noopener noreferrer' target='_blank' href='http://oxi.matr.io?q=LiMn02'>http://oxi.matr.io?q=LiMn02</a>), the global instability index will not be calculated.<br><br>It will also only be calculated if bond valence parameters are available in <a rel='noopener noreferrer' target='_blank' href='https://doi.org/10.1021/ja00009a002'>this paper</a> for all elements in the material.`
},
{
question: 'What file formats can I use to upload structures?',
Expand Down

0 comments on commit 2c8dcca

Please sign in to comment.