Skip to content
Snippets Groups Projects
Commit 1cf08d5f authored by Frank Duncan's avatar Frank Duncan
Browse files

Add LLM Analysis to GFC2024

parent 6d6149e6
No related branches found
No related tags found
No related merge requests found
......@@ -101,6 +101,30 @@ __TOC__
<div class="lfc--inside-cache" id="accordion-rankedchoice"></div>
</div>
</div>
{%- if "LLM LFC Analysis" in proposal and proposal ["LLM LFC Analysis"] -%}
<div id="proposal-analysis-support" class="accordion-item theme--llm open">
<div class="accordion-title">
<div class="with-icon"><html><svg width="24" height="24"><use href="/GFC2024/skins/LFCTheme/resources/images/sprites.svg#sparkles-24"></use></svg></html>Analysis Support</div>
</div>
<div class="accordion-content">
The preliminary summaries and analyses here are from a generative AI system, and therefore may be inaccurate or incomplete. Please treat them as a starting point only.
<div class="torque--analysis-support-details">
{%- for key in ['The Challenge', 'The Solution', 'Implementation Plan', 'Partnerships', 'The Three Futures', 'Strength of Approach', 'Potential Challenges', 'Reputational Risks'] -%}
<html>
<details name="torque--analysis-support">
<summary><span>{{key}}</span></summary>
</html>
<div class="torque--analysis-support-details--content">
{{convert_md_to_mwiki(proposal["LLM LFC Analysis"][key]["value"])}}
</div>
<html>
</details>
</html>
{%- endfor -%}
</div>
</div>
</div>
{%- endif -%}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment