A static map image is required to include the map in the PDF. Upload a PNG/JPG image in the Map tab, or use the HTML export to see the live GeoLibre map.
{% else %} {% endif %}{% if map_ctx.caption %}Figure 1. {{ map_ctx.caption }}. {% endif %}Wu, Q. (2026). GeoLibre: A lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. Zenodo. https://doi.org/10.5281/zenodo.20785400
{% if map_ctx.share_url %}Project map: {{ map_ctx.share_url }}
{% endif %}| Item | Cost/Unit | Units | Total |
|---|---|---|---|
| {{ task.name }} | {{ ns.total|currency }} | ||
| {{ item.name }} | {{ item.cost_per_unit|currency }} | {{ item.units|int }} | {{ (item.cost_per_unit * item.units)|currency }} |
| Subtotal | {{ total_budget|currency }} | ||
| Indirect ({{ "%.1f"|format(indirect_percent) }}%) | {{ indirect_amount|currency }} | ||
| Total | ${{ total_with_indirect|currency }} | ||
| Year | Amount | % of Total |
|---|---|---|
| {{ row.year }} | ${{ row.amount|currency }} | {% if total_budget > 0 %}{{ (row.amount / total_budget * 100)|round(1) }}%{% endif %} |
| Not scheduled | ${{ u.amount|currency }} | {% if total_budget > 0 %}{{ (u.amount / total_budget * 100)|round(1) }}%{% endif %} |