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

Remove vestigial LLM Proposal

parent 160e0d99
No related branches found
No related tags found
No related merge requests found
# {{ proposal['Organization Name'] }}
## {{ proposal['Project Title'] }}
# Snapshot
{% if 'Rank' in proposal and proposal['Rank'] -%}
## Rank
{{ proposal['Rank'] }}
{% endif -%}
{% if 'Panel Score' in proposal and proposal['Panel Score'] -%}
## Panel Score
{{ proposal['Panel Score']['Normalized'] }}
{% endif -%}
{% if 'Project Description' in proposal and proposal['Project Description'] -%}
## Project Description
{{ proposal['Project Description'] }}
{% endif -%}
{% if 'Key Partners' in proposal and proposal['Key Partners'] -%}
## Partners
{% for key_partner in proposal['Key Partners'] -%}
* {{ key_partner['Name'] }}
{% endfor %}
{% endif -%}
{% if 'Key Words and Phrases' in proposal and proposal['Key Words and Phrases'] -%}
## Key words
{% for key_word in proposal['Key Words and Phrases'] %}
* {{ key_word }}
{% endfor %}
{% endif -%}
{% if 'Annual Operating Budget' in proposal and proposal['Annual Operating Budget'] -%}
## Annual operating budget
{{ proposal['Annual Operating Budget'] }}
{% endif -%}
{% if 'Number of Employees' in proposal and proposal['Number of Employees'] -%}
## Number of employees
{{ proposal['Number of Employees'] }}
{% endif -%}
# Quick Pitch
{% if 'Project Description' in proposal and proposal['Project Description'] -%}
## Project Description
{{ proposal['Project Description'] }}
{% endif -%}
{% if 'Executive Summary' in proposal and proposal['Executive Summary'] -%}
## Executive Summary
{{ convert_md_to_mwiki(proposal['Executive Summary']) }}
{% endif -%}
# Your Team
{% if 'Applicant Tax Identification Number' in proposal and proposal['Applicant Tax Identification Number'] -%}
## Lead Organization Government Issued Identification Number
{{ proposal['Applicant Tax Identification Number'] }}
{% endif -%}
{% if 'Project Website' in proposal and proposal['Project Website'] -%}
## Project Website or Social Media Page
{{ proposal['Project Website'] }}
{% endif -%}
{% if 'Primary Area of Expertise' in proposal and proposal['Primary Area of Expertise'] -%}
## Primary Area of Expertise
{{ convert_md_to_mwiki(proposal['Primary Area of Expertise']) }}
{% endif -%}
{% if 'Team Collaboration' in proposal and proposal['Team Collaboration'] -%}
## Team Collaboration: Partnership Status
{{ convert_md_to_mwiki(proposal['Team Collaboration']) }}
{% endif -%}
{% if 'Key Partners' in proposal and proposal['Key Partners'] -%}
## Partners
{% for key_partner in proposal['Key Partners'] %}
* {{ key_partner['Name'] }}
{% endfor %}
{% endif -%}
{% if 'Why Your Team' in proposal and proposal['Why Your Team'] -%}
## Why Your Team
{{ convert_md_to_mwiki(proposal['Why Your Team']) }}
{% endif -%}
{% if 'Key Staff' in proposal and proposal['Key Staff'] -%}
## Key Staff
{% for member in proposal['Key Staff'] %}
'''{{ member['Person']['First Name'] }} {{ member['Person']['Last Name'] }}, {{ member['Affiliation'] }}'''
{{ member['Biography'] }}
{% endfor %}
{% endif -%}
# The Problem
{% if 'Challenge Statement' in proposal and proposal['Challenge Statement'] -%}
## Problem Statement
{{ convert_md_to_mwiki(proposal['Challenge Statement']) }}
{% endif -%}
# Your Solution
{% if 'Solution Stage' in proposal and proposal['Solution Stage'] -%}
## Solution Stage
{{ convert_md_to_mwiki(proposal['Solution Stage']) }}
{% endif -%}
{% if 'Solution Overview' in proposal and proposal['Solution Overview'] -%}
## Solution Overview
{{ convert_md_to_mwiki(proposal['Solution Overview']) }}
{% endif -%}
{% if 'Why Now?' in proposal and proposal['Why Now?'] -%}
## Why Now?
{{ convert_md_to_mwiki(proposal['Why Now?']) }}
{% endif -%}
{% if 'Integration into Landscape' in proposal and proposal['Integration into Landscape'] -%}
## Integration into Landscape
{{ convert_md_to_mwiki(proposal['Integration into Landscape']) }}
{% endif -%}
{% if 'Theory of Change' in proposal and proposal['Theory of Change'] -%}
## Theory of Change
{{ convert_md_to_mwiki(proposal['Theory of Change']) }}
{% endif -%}
{% if 'Innovation' in proposal and proposal['Innovation'] -%}
## Innovation
{{ convert_md_to_mwiki(proposal['Innovation']) }}
{% endif -%}
{% if 'Opportunities and Accommodations' in proposal and proposal['Opportunities and Accommodations'] -%}
## Opportunities and Accommodations
{{ convert_md_to_mwiki(proposal['Opportunities and Accommodations']) }}
{% endif -%}
{% if 'Community Engagement' in proposal and proposal['Community Engagement'] -%}
## Community Engagement
{{ convert_md_to_mwiki(proposal['Community Engagement']) }}
{% endif -%}
{% if 'Diversity-Equity-Inclusion' in proposal and proposal['Diversity-Equity-Inclusion'] -%}
## Diversity, Equity, and Inclusion
{{ convert_md_to_mwiki(proposal['Diversity-Equity-Inclusion']) }}
{% endif -%}
{% if 'Priority Populations' in proposal and proposal['Priority Populations'] -%}
## Priority Populations
{% for pop in proposal['Priority Populations'] -%}
* {{ pop }}
{% endfor %}
{% endif -%}
# Projected Impact
{% if 'Affirmation of Approach' in proposal and proposal['Affirmation of Approach'] -%}
## Affirmation of Approach
{{ convert_md_to_mwiki(proposal['Affirmation of Approach']) }}
{% endif -%}
{% if 'Evidence of Effectiveness' in proposal and proposal['Evidence of Effectiveness'] -%}
## Evidence of Effectiveness
{{ convert_md_to_mwiki(proposal['Evidence of Effectiveness']) }}
{% endif -%}
{% if 'Ability To Scale' in proposal and proposal['Ability To Scale'] -%}
## Ability To Scale
{{ convert_md_to_mwiki(proposal['Ability To Scale']) }}
{% endif -%}
{% if 'Timeline and Milestones' in proposal and proposal['Timeline and Milestones'] -%}
## Timeline and Milestones
{{ convert_md_to_mwiki(proposal['Timeline and Milestones']) }}
{% endif -%}
{% if 'Measurement of Results' in proposal and proposal['Measurement of Results'] -%}
## Measuring Progress and Responding
{{ convert_md_to_mwiki(proposal['Measurement of Results']) }}
{% endif -%}
{% if 'Barrier Assessment and Risk Mitigation' in proposal and proposal['Barrier Assessment and Risk Mitigation'] -%}
## Barrier Assessment and Risk Mitigation
{{ convert_md_to_mwiki(proposal['Barrier Assessment and Risk Mitigation']) }}
{% endif -%}
{% if 'Other Considerations' in proposal and proposal['Other Considerations'] -%}
## Other Considerations
{{ convert_md_to_mwiki(proposal['Other Considerations']) }}
{% endif -%}
# Resource Requirements =
{% if 'Total Projected Costs' in proposal and proposal['Total Projected Costs'] -%}
## Total Projected Cost
${{ commaize_number(proposal['Total Projected Costs']) }}
{% endif -%}
{% if 'Budget Narrative' in proposal and proposal['Budget Narrative'] -%}
## Budget Narrative
{{ proposal['Budget Narrative'] }}
{% endif -%}
{% if 'Budget Data' in proposal and proposal['Budget Data'] -%}
## Budget
{% for line in proposal['Budget Data'] -%}
* {{ line['description'] }}: ${{ commaize_number(line['amount']) }}
{% endfor %}
{% endif -%}
{% if 'Total Resource Requirements' in proposal and proposal['Total Resource Requirements'] -%}
## Total Resource Requirements
{{ proposal['Total Resource Requirements'] }}
{% endif -%}
{% if 'Budget Notes' in proposal and proposal['Budget Notes'] -%}
## Budget Notes
{{ proposal['Budget Notes'] }}
{% endif -%}
# Subject Area and Location of Work
{% if 'Primary Subject Area' in proposal and proposal['Primary Subject Area'] -%}
## Primary Subject Area
{% if proposal['Primary Subject Area']['Level'] == 'Level 1' -%}
{{ proposal['Primary Subject Area']['Level 1'] }}
{% elif proposal['Primary Subject Area']['Level'] == 'Level 2' -%}
{{ proposal['Primary Subject Area']['Level 1'] }} > {{ proposal['Primary Subject Area']['Level 2'] }}
{% elif proposal['Primary Subject Area']['Level'] == 'Level 3' -%}
{{ proposal['Primary Subject Area']['Level 1'] }} > {{ proposal['Primary Subject Area']['Level 2'] }} > {{ proposal['Primary Subject Area']['Level 3'] }}
{% elif proposal['Primary Subject Area']['Level'] == 'Level 4' -%}
{{ proposal['Primary Subject Area']['Level 1'] }} > {{ proposal['Primary Subject Area']['Level 2'] }} > {{ proposal['Primary Subject Area']['Level 3'] }} > {{ proposal['Primary Subject Area']['Level 4'] }}
{% endif -%}
{% endif -%}
{% if 'Primary Subject Area Category' in proposal and proposal['Primary Subject Area Category'] -%}
## Primary Subject Area Category
{{ proposal['Primary Subject Area Category'] }}
{% endif -%}
{% if 'Key Words and Phrases' in proposal and proposal['Key Words and Phrases'] -%}
## Key Words and Phrases
{% for key_word in proposal['Key Words and Phrases'] %}
* {{ key_word }}
{% endfor %}
{% endif -%}
{% if 'Current Work Locations' in proposal and proposal['Current Work Locations'] -%}
## Location of Current Work
{% for idx in range(proposal['Current Work Locations']|length) -%}
{% set location = proposal['Current Work Locations'][idx] -%}
{% if location['State/Province'] -%}
* Location {{ idx + 1 }}: {{ location['State/Province'] }}, {{ location['Country'] }}
{% else -%}
* Location {{ idx + 1 }}: {{ location['Country'] }}
{% endif -%}
{% endfor %}
{% endif -%}
{% if 'Future Work Locations' in proposal and proposal['Future Work Locations'] -%}
## Location of Future Work
{% for idx in range(proposal['Future Work Locations']|length) -%}
{% set location = proposal['Future Work Locations'][idx] -%}
{% if location['State/Province'] -%}
* Location {{ idx + 1 }}: {{ location['State/Province'] }}, {{ location['Country'] }}
{% else -%}
* Location {{ idx + 1 }}: {{ location['Country'] }}
{% endif -%}
{% endfor %}
{% endif -%}
{% if 'Sustainable Development Goals' in proposal and proposal['Sustainable Development Goals'] -%}
## Sustainable Development Goals
{% for sdg in proposal['Sustainable Development Goals'] -%}
* {{ sdg["number"] }}: {{ sdg["title"] }}
{% endfor %}
{% endif -%}
# Additional Due Diligence
{% if 'Funders' in proposal and proposal['Funders'] -%}
## Current/Previous Funders
{% for member in proposal['Funders'] %}
'''Funder:''' {{ member['Name'] }}
'''First Year of Funding:''' {{ member['First Year of Funding'] }}
'''Last Year of Funding:''' {{ member['Last Year of Funding'] }}
'''Amount:''' ${{ commaize_number(member['Amount of Funding']) }}
{% endfor %}
{% endif -%}
{% if 'Other Funders' in proposal and proposal['Other Funders'] -%}
## Other Funders
{% for member in proposal['Other Funders'] %}
* {{ member }}
{% endfor %}
{% endif -%}
{% if 'Charitable Purpose' in proposal and proposal['Charitable Purpose'] -%}
## Charitable Purpose
{{ convert_md_to_mwiki(proposal['Charitable Purpose']) }}
{% endif -%}
{% if 'Private Benefit' in proposal and proposal['Private Benefit'] -%}
## Private Benefit
{{ convert_md_to_mwiki(proposal['Private Benefit']) }}
{% endif -%}
{% if 'Private Benefit Explanation' in proposal and proposal['Private Benefit Explanation'] -%}
## Private Benefit Explanation
{{ convert_md_to_mwiki(proposal['Private Benefit Explanation']) }}
{% endif -%}
{% if 'Lobbying Activities' in proposal and proposal['Lobbying Activities'] -%}
## Lobbying Activities
{{ convert_md_to_mwiki(proposal['Lobbying Activities']) }}
{% endif -%}
{% if 'Intellectual Property' in proposal and proposal['Intellectual Property'] -%}
## Intellectual Property
{{ convert_md_to_mwiki(proposal['Intellectual Property']) }}
{% endif -%}
# Administrative Information
{% if 'Annual Operating Budget' in proposal and proposal['Annual Operating Budget'] -%}
## Annual Operating Budget
{{ proposal['Annual Operating Budget'] }}
{% endif -%}
{% if 'Number of Employees' in proposal and proposal['Number of Employees'] -%}
## Number of Employees
{{ proposal['Number of Employees'] }}
{% endif -%}
{% if 'Organization Location' in proposal and proposal['Organization Location'] -%}
## Lead Organization Address
{% if proposal['Organization Location']['Street Address'] %}{{ proposal['Organization Location']['Street Address'] }}
{% endif -%}
{% if proposal['Organization Location']['Address Line 2'] %}{{ proposal['Organization Location']['Address Line 2'] }}
{% endif -%}
{% if proposal['Organization Location']['City'] %}{{ proposal['Organization Location']['City'] }}{% if proposal['Organization Location']['State/Province'] %}, {{ proposal['Organization Location']['State/Province'] }}{% endif %}{% if proposal['Organization Location']['Zip/Postal Code'] %} {{ proposal['Organization Location']['Zip/Postal Code'] }}{% endif %}
{% endif -%}
{% if proposal['Organization Location']['Locality/District/County'] %}{{ proposal['Organization Location']['Locality/District/County'] }}
{% endif -%}
{% if proposal['Organization Location']['Country'] %}{{ proposal['Organization Location']['Country'] }}
{% endif -%}
{% endif -%}
{% if 'Organization Website' in proposal and proposal['Organization Website'] -%}
## Lead Organization Website or Social Media Page
{{ proposal['Organization Website'] }}
{% endif -%}
{% if 'Participant' in proposal and proposal['Participant'] -%}
## Participant
{% if proposal['Participant']['First Name'] %}{{ proposal['Participant']['First Name'] }} {{ proposal['Participant']['Last Name'] }}{% if proposal['Participant']['Title'] %} ({{ proposal['Participant']['Title'] }}){% endif %}
{% endif -%}
{% if proposal['Participant']['Phone'] %}{{ proposal['Participant']['Phone'] }}
{% endif -%}
{% if proposal['Participant']['Email'] %}{{ proposal['Participant']['Email'] }}
{% endif -%}
{% endif -%}
{% if 'Primary Contact' in proposal and proposal['Primary Contact'] -%}
## Primary Contact
{% if proposal['Primary Contact']['First Name'] %}{{ proposal['Primary Contact']['First Name'] }} {{ proposal['Primary Contact']['Last Name'] }}{% if proposal['Primary Contact']['Title'] %} ({{ proposal['Primary Contact']['Title'] }}){% endif %}
{% endif -%}
{% if proposal['Primary Contact']['Phone'] %}{{ proposal['Primary Contact']['Phone'] }}
{% endif -%}
{% if proposal['Primary Contact']['Email'] %}{{ proposal['Primary Contact']['Email'] }}
{% endif -%}
{% endif -%}
{% if 'Secondary Contact' in proposal and proposal['Secondary Contact'] -%}
## Seconary Contact
{% if proposal['Secondary Contact']['First Name'] %}{{ proposal['Secondary Contact']['First Name'] }} {{ proposal['Secondary Contact']['Last Name'] }}{% if proposal['Secondary Contact']['Title'] %} ({{ proposal['Secondary Contact']['Title'] }}){% endif %}
{% endif -%}
{% if proposal['Secondary Contact']['Phone'] %}{{ proposal['Secondary Contact']['Phone'] }}
{% endif -%}
{% if proposal['Secondary Contact']['Email'] %}{{ proposal['Secondary Contact']['Email'] }}
{% endif -%}
{% endif -%}
{% if 'Organization Legal Status' in proposal and proposal['Organization Legal Status'] -%}
## Organization Legal Status
{{ proposal['Organization Legal Status'] }}
{% endif -%}
# Additional Information
{% if 'BSN Status' in proposal and proposal['BSN Status'] -%}
## BSN Refresh
### BSN Status
{{ proposal['BSN Status'] }}
{% if 'Proximate Leadership' in proposal and proposal ['Proximate Leadership'] -%}
### Proximate Leadership
{{ proposal['Proximate Leadership']|join(", ") }}
{% endif -%}
{% if 'Additional Subject Areas' in proposal and proposal ['Additional Subject Areas'] -%}
### Additional Subject Areas
{% for sa in proposal['Additional Subject Areas'] -%}
{% if sa['Level'] == 'Level 1' -%}
* {{ sa['Level 1'] }}
{% elif sa['Level'] == 'Level 2' -%}
* {{ sa['Level 1'] }} > {{ sa['Level 2'] }}
{% elif sa['Level'] == 'Level 3' -%}
* {{ sa['Level 1'] }} > {{ sa['Level 2'] }} > {{ sa['Level 3'] }}
{% elif sa['Level'] == 'Level 4' -%}
* {{ sa['Level 1'] }} > {{ sa['Level 2'] }} > {{ sa['Level 3'] }} > {{ sa['Level 4'] }}
{% endif -%}
{% endfor -%}
{% endif -%}
{% if 'Profile Link URL' in proposal and proposal ['Profile Link URL'] -%}
## Profile Link URL
{{ proposal['Profile Link URL'] }}
{% endif -%}
{% if 'Is the project still ongoing?' in proposal and proposal ['Is the project still ongoing?'] -%}
## Is the project still ongoing?
{{ proposal['Is the project still ongoing?'] }}
{% endif -%}
{% endif -%}
{% if 'Competition Specific Information' in proposal and proposal['Competition Specific Information'] -%}
## Competition Specific Information
{%- for info in proposal['Competition Specific Information'] -%}
{%- if info['name'] == 'Demographics' %}
### Demographics
#### African, African-American, or Black
* Board Members: {{ info['value']['African - Board Members'] }}
* Senior Management: {{ info['value']['African - Senior Management'] }}
* Other Staff: {{ info['value']['African - Other Staff'] }}
#### Asian or Asian-American
* Board Members: {{ info['value']['Asian - Board Members'] }}
* Senior Management: {{ info['value']['Asian - Senior Management'] }}
* Other Staff: {{ info['value']['Asian - Other Staff'] }}
#### Caucasian
* Board Members: {{ info['value']['Caucasian - Board Members'] }}
* Senior Management: {{ info['value']['Caucasian - Senior Management'] }}
* Other Staff: {{ info['value']['Caucasian - Other Staff'] }}
#### Hispanic or Latina/o/x
* Board Members: {{ info['value']['Hispanic or Latina/o/x - Board Members'] }}
* Senior Management: {{ info['value']['Hispanic or Latina/o/x - Senior Management'] }}
* Other Staff: {{ info['value']['Hispanic or Latina/o/x - Other Staff'] }}
#### Middle Eastern or North African
* Board Members: {{ info['value']['Middle Eastern or North African - Board Members'] }}
* Senior Management: {{ info['value']['Middle Eastern or North African - Senior Management'] }}
* Other Staff: {{ info['value']['Middle Eastern or North African - Other Staff'] }}
#### Native Hawaiian or Pacific Islander
* Board Members: {{ info['value']['Native Hawaiian or Pacific Islander - Board Members'] }}
* Senior Management: {{ info['value']['Native Hawaiian or Pacific Islander - Senior Management'] }}
* Other Staff: {{ info['value']['Native Hawaiian or Pacific Islander - Other Staff'] }}
#### Indigenous Person
* Board Members: {{ info['value']['Other - Board Members'] }}
* Senior Management: {{ info['value']['Other - Senior Management'] }}
* Other Staff: {{ info['value']['Other - Other Staff'] }}
{%- elif info['name'] == 'Peer Evaluation' %}
### {{ info['name'] }}
{{ info['value']['Recommendation Information'] }}
{%- elif info['name'] == 'Panel Overall Impressions' %}
### {{ info['name'] }}
{%- for panel_eval in info['value'] %}
* {{ panel_eval }}
{%- endfor %}
{%- else %}
### {{ info['name'] }}
{{ info['value'] }}
{% endif -%}
{% endfor -%}
{% endif -%}
{% if 'Source' in proposal and proposal['Source'] -%}
## Source
{{ convert_md_to_mwiki(proposal['Source']) }}
{% endif -%}
{% if 'Bibliography' in proposal and proposal['Bibliography'] %}
## Bibliography
{{ convert_md_to_mwiki(proposal['Bibliography']) }}
{% endif -%}
{%- set type_seen = {'Panel': False, 'Peer': False} -%}
{%- set type_pretty_desc = {'Panel': 'Expert Panel', 'Peer': 'Peer to Peer'} -%}
{%- macro comment_section(eval_type, eval_area) -%}
{%- set score = proposal.get(eval_type + ' ' + eval_area + ' Score') -%}
{%- set judge_data_name = eval_type + ' ' + eval_area + ' Judge Data' -%}
{%- set judge_data = proposal.get(judge_data_name) -%}
{%- if score %}
{%- if not type_seen[eval_type] %}
# {{ type_pretty_desc[eval_type] }} Review
{% if eval_type + ' Rank' in proposal.keys() %}'''Rank: {{ proposal[eval_type + ' Rank']['Normalized'] }}'''
{% endif %}{% if eval_type + ' Score' in proposal.keys() %}
'''Total Score: {{ proposal[eval_type + ' Score']['Normalized'] }}'''
{{ '' if type_seen.update({eval_type: True}) -}}
{% endif -%}
## Comments
{% endif -%}
### {{ eval_area }} ({{ score['Normalized'] }})
{% for idx in range(judge_data['Comments']|length) %}
{% set comment = judge_data['Comments'][idx] -%}
* {{ comment["Comment"] }}{% if "Score" in comment %} ({{comment["Score"]["Normalized"]}}){% endif %}
{% endfor -%}
{% endif -%}
{%- endmacro -%}
{{ comment_section('Panel', "ACTIONABLE") -}}
{{ comment_section('Panel', "BOLD") -}}
{{ comment_section('Panel', "COMMUNITY-INFORMED") -}}
{{ comment_section('Panel', "DURABLE") -}}
{{ comment_section('Panel', "EQUITABLE") -}}
{{ comment_section('Panel', "EVIDENCE-BASED") -}}
{{ comment_section('Panel', "FEASIBLE") -}}
{{ comment_section('Panel', "IMPACTFUL") -}}
{{ comment_section('Panel', "INNOVATIVE") -}}
{{ comment_section('Panel', "SCALABLE") -}}
{{ comment_section('Panel', "SUSTAINABLE") -}}
{{ comment_section('Panel', "TRANSFORMATIVE") -}}
{{ comment_section('Peer', "ACTIONABLE") -}}
{{ comment_section('Peer', "BOLD") -}}
{{ comment_section('Peer', "COMMUNITY-INFORMED") -}}
{{ comment_section('Peer', "DURABLE") -}}
{{ comment_section('Peer', "EQUITABLE") -}}
{{ comment_section('Peer', "EVIDENCE-BASED") -}}
{{ comment_section('Peer', "FEASIBLE") -}}
{{ comment_section('Peer', "IMPACTFUL") -}}
{{ comment_section('Peer', "INNOVATIVE") -}}
{{ comment_section('Peer', "SCALABLE") -}}
{{ comment_section('Peer', "SUSTAINABLE") -}}
{{ comment_section('Peer', "TRANSFORMATIVE") -}}
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