Skip to content

Commit

Permalink
Added references to Neuro and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
danyoungday committed Oct 8, 2024
1 parent 6007748 commit afd61f7
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions use_cases/eluc/app/components/intro.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,19 @@ def get_div(self):
className="mb-5 d-flex flex-column align-items-center justify-content-center",
children=[
html.H2("Land Use Optimization", className="text-center w-100 mb-5 mt-5"),
html.P("Allocation of land for different uses significantly affects carbon balance and climate \
change. A surrogate model learned from historical land-use changes and carbon \
emission simulations allows efficient evaluation of such allocations. An evolutionary \
search then discovers effective land-use policies for specific locations. This \
system, built on the Project Resilience platform, generates Pareto fronts trading off\
carbon impact and amount of change customized to different locations, offering a \
useful tool for land-use planning.", className="w-50")
html.P([
"Allocation of land for different uses significantly affects carbon balance and climate \
change. A surrogate model learned from historical land-use changes and carbon \
emission simulations allows efficient evaluation of such allocations. An evolutionary \
search then discovers effective land-use policies for specific locations. This \
system, using the technology behind ",
html.A("Cognizant NeuroAI", href="https://www.cognizant.com/us/en/services/ai/ai-lab"),
" and built on the ",
html.A("Project Resilience platform",
href="https://www.itu.int/en/ITU-T/extcoop/ai-data-commons/Pages/project-resilience.aspx"),
", generates Pareto fronts trading off carbon impact and amount of change customized to different \
locations, offering a useful tool for land-use planning."
], className="w-50"),
]
)

Expand Down

0 comments on commit afd61f7

Please sign in to comment.