Difference between revisions of "Projectlist"

 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
=Part II/ACS projects=
+
=Part II/ACS projects (2024)=
* ''Hierarchical blockchain'': The goal of this project is to design and implement a [https://papers.ssrn.com/sol3/papers.cfm?abstract_id=3236753 hierarchical blockchain], where the higher-level blockchain summarises details at the lower level. This generalises solutions such as the Lightning network for Bitcoin, but for proof-of-stake type chains. Lower-level chains, moreover, store sector- and location-specific details of carbon sequestration from nature-based solutions, rather than financial transactions. The solution should be general, scaleable to global scale, and deployable using current mainnets such as for Tezos and Algorand.
 
  
* ''Trusted image capture'': The goal of this project is to link image capture from trusted hardware devices, such as Azure Sphere, to a global file store, such as IPFS, with summaries posted to a blockchain. This would allow us to trace an image to its creator with an unbroken chain of trust. Students who have some background working with microcontroller-based single-board devices, such as a Raspberry Pi, would be preferred.
+
==Heatwaves==
  
* ''Speeding up forest simulation'': The state of the art in forest simulation is an agent-based model, such as [https://github.com/TROLL-code/TROLL  TROLL]. Here, a software agent simulates each tree in a forest. This process is highly parallelisable, and the goal of this project is to exploit the inherent parallelism to greatly speed up agent-based simulations.
+
Climate change will result in more, more intense, and longer lasting heatwaves. To quantify the impact of heatwaves on building occupants, we have created a new metric called [https://www.dropbox.com/scl/fi/je68vqajyjk4bevbjlk6x/ActivityHoursDraft.pdf?rlkey=dyvfipst72xjhpv0njjxe2fmp&st=dc370bon&dl=0 Activity Hours] and the [https://www.cambridge.org/engage/coe/article-details/65ccc858e9ebbb4db958f3e9 Heatalyzer tool] (code released on [https://github.com/lcapol/Heatalyzer/blob/main/README.md GitHub]). I'm keen to supervise projects that build on this work. Examples include:
 +
* Integrating more archetypes and geographies into Heatalyzer, which currently only supports London weather and UK building archetypes.
 +
* Understanding the weather and building conditions lead to reaching liveability and survivability limits.
 +
* Analysing the sensitivity of results to building orientation and ventilation (which need to be modelled in Energy+)
 +
* Creating a map to show how the effects of a heatwave will be felt in each area of a city. For example, using socioeconomic data (available in the US on a congressional district scale) to map areas that will be affected by heatwaves in terms of their socioeconomic status and developing an interactive website/app to showcase results and aid engagement.
 +
* Modeling mitigation strategies in Energy+ and adding to the dashboard tool so that citizens can evaluate the impact of each strategy. Mark out strategies that do and do not depend on power grid availablity.
 +
* Exploiting local energy storage and energy use flexibility to mitigate the impact of a heatwave on the power grid using local energy.
 +
* Determining and representing uncertainty in our results due to lack of knowledge of building construction, weather, occpuant health status, acclimatisation effects and behaviour changes.
 +
* Personalization of our results to actual building data, matching the building data to the closest archetype and using all sources of information about the building, such as databases of building stock (e.g. US has 500K building database of representative buildings from NREL).
 +
 
 +
The outcomes I hope we can achieve using this work are
 +
* Identifying the specific parts of a population likely to be most affected by a heatwave and giving them advance warning on effective measures they should take to mitigate its impacts.
 +
* Giving policy makers the data they need to allocate funding to mitigation activities such as better insulation, exterior shading, and solar-powered air conditioning.
 +
* Alerting health care facilities to the expected number of heatstroke cases to expect from a heatwave.
 +
 
 +
This is interdisciplinary work that brings together computer scientists with building simulation researchers in civil engineering, climatologists who forecast future climate, urban planners, policy makes, public health officials, and both local and central levels of government.
 +
 
 +
==Solar panel soiling==
 +
Solar panels can lose a considerable amount of their capacity due to soiling, thus panels have to be periodically cleaned. This comes at a cost so it is not economical to clean a panel array just before or just after a rainy day. What is the best time to clean a panel array (which can consists of hundreds of thousands of panels) and which panels need the most cleaning? In recent work, my Master's student Abhinav Bora used data from a large-scale installation to come up with some [https://uwspace.uwaterloo.ca/handle/10012/19293 answers]. This project would apply these to local installations at Cambridge, such as on the William Gates Building, or in Fitzwilliam College. If there is interest, we can also explore partnering with utility scale solar developers to analyse their plants. The goal would be set up a data acquisition system, do the data analysis, and provide actionable intelligence to utility scale solar plant operators.
 +
 
 +
==Optimally placing solar panels on a flat roof==
 +
 
 +
Optimally placing solar panels on a flat roof, parts of which can be shaded by chimneys, vents, nearby trees, and nearby roofs is a [https://www.spiritenergy.co.uk/kb-flat-roof-solar-mounting complex] problem. The goal of this project is to use a drone-based survey to create a 3D model of a rooftop and its vicinity, then uses ray tracing and either classical optimisation or DNNs to create an optimal layout to maximize energy production over the course of a year.

Latest revision as of 15:56, 12 July 2024

Part II/ACS projects (2024)

Heatwaves

Climate change will result in more, more intense, and longer lasting heatwaves. To quantify the impact of heatwaves on building occupants, we have created a new metric called Activity Hours and the Heatalyzer tool (code released on GitHub). I'm keen to supervise projects that build on this work. Examples include:

  • Integrating more archetypes and geographies into Heatalyzer, which currently only supports London weather and UK building archetypes.
  • Understanding the weather and building conditions lead to reaching liveability and survivability limits.
  • Analysing the sensitivity of results to building orientation and ventilation (which need to be modelled in Energy+)
  • Creating a map to show how the effects of a heatwave will be felt in each area of a city. For example, using socioeconomic data (available in the US on a congressional district scale) to map areas that will be affected by heatwaves in terms of their socioeconomic status and developing an interactive website/app to showcase results and aid engagement.
  • Modeling mitigation strategies in Energy+ and adding to the dashboard tool so that citizens can evaluate the impact of each strategy. Mark out strategies that do and do not depend on power grid availablity.
  • Exploiting local energy storage and energy use flexibility to mitigate the impact of a heatwave on the power grid using local energy.
  • Determining and representing uncertainty in our results due to lack of knowledge of building construction, weather, occpuant health status, acclimatisation effects and behaviour changes.
  • Personalization of our results to actual building data, matching the building data to the closest archetype and using all sources of information about the building, such as databases of building stock (e.g. US has 500K building database of representative buildings from NREL).

The outcomes I hope we can achieve using this work are

  • Identifying the specific parts of a population likely to be most affected by a heatwave and giving them advance warning on effective measures they should take to mitigate its impacts.
  • Giving policy makers the data they need to allocate funding to mitigation activities such as better insulation, exterior shading, and solar-powered air conditioning.
  • Alerting health care facilities to the expected number of heatstroke cases to expect from a heatwave.

This is interdisciplinary work that brings together computer scientists with building simulation researchers in civil engineering, climatologists who forecast future climate, urban planners, policy makes, public health officials, and both local and central levels of government.

Solar panel soiling

Solar panels can lose a considerable amount of their capacity due to soiling, thus panels have to be periodically cleaned. This comes at a cost so it is not economical to clean a panel array just before or just after a rainy day. What is the best time to clean a panel array (which can consists of hundreds of thousands of panels) and which panels need the most cleaning? In recent work, my Master's student Abhinav Bora used data from a large-scale installation to come up with some answers. This project would apply these to local installations at Cambridge, such as on the William Gates Building, or in Fitzwilliam College. If there is interest, we can also explore partnering with utility scale solar developers to analyse their plants. The goal would be set up a data acquisition system, do the data analysis, and provide actionable intelligence to utility scale solar plant operators.

Optimally placing solar panels on a flat roof

Optimally placing solar panels on a flat roof, parts of which can be shaded by chimneys, vents, nearby trees, and nearby roofs is a complex problem. The goal of this project is to use a drone-based survey to create a 3D model of a rooftop and its vicinity, then uses ray tracing and either classical optimisation or DNNs to create an optimal layout to maximize energy production over the course of a year.