-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More RateSetter info, and PhD thesis
- Loading branch information
Showing
9 changed files
with
93 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ disableHugoGeneratorInject = false | |
|
||
# Home subtitle of the index page. | ||
# | ||
homeSubtitle = "PhD Student and Researcher" | ||
homeSubtitle = "Postdoctoral Research Fellow, Researcher, and compute enthusiast" | ||
|
||
# Set a background for the homepage | ||
# backgroundImage = "assets/images/background.jpg" | ||
|
@@ -112,13 +112,13 @@ disableHugoGeneratorInject = false | |
[params.footer] | ||
trademark = true | ||
rss = false | ||
copyright = true | ||
copyright = false | ||
author = true | ||
|
||
topText = [] | ||
bottomText = [ | ||
#"Powered by <a href=\"http://gohugo.io\">Hugo</a>", | ||
#"Theme based <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>" | ||
#"Theme by <a href=\"https://github.com/rhazdon\">Djordje Atlialp</a>" | ||
] | ||
|
||
# Colors for favicons | ||
|
@@ -160,7 +160,7 @@ disableHugoGeneratorInject = false | |
# Social icons | ||
[[params.social]] | ||
name = "email" | ||
url = "mailto:j.a.[email protected]" | ||
url = "mailto:[email protected]" | ||
|
||
[[params.social]] | ||
name = "github" | ||
|
@@ -170,11 +170,11 @@ disableHugoGeneratorInject = false | |
name = "googlescholar" | ||
url = "https://scholar.google.com/citations?user=4GMr_qsAAAAJ&hl=en/" | ||
|
||
[languages] | ||
[languages.en] | ||
subtitle = "PhD Student and Researcher" | ||
weight = 1 | ||
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' | ||
#[languages] | ||
# [languages.en] | ||
# subtitle = "PhD Student and Researcher" | ||
# weight = 1 | ||
# copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>' | ||
|
||
# [languages.fr] | ||
# subtitle = "Hello Friend NG Theme" | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
title: "Ph.D Thesis" | ||
date: 2023-11-08T12:44:04Z #Date paper was published, or rought date of relevance | ||
draft: false | ||
summary: My PhD thesis | ||
submission: "Published" #or "Published" | ||
journal: #Submitted journal name | ||
doi: https://etheses.whiterose.ac.uk/33512/ | ||
manuscript: "../manuscripts/_John_Charlton____Thesis.pdf" #add the pdf to the content/publications/manuscript folder and insert filename here | ||
--- | ||
|
||
The culmination of many years of hard work, struggle, procrastination, anxiety and effort. | ||
|
||
### The Ph. D Viva | ||
Many thanks to [Peter Lawrence](https://www.gre.ac.uk/people/rep/faculty-of-engineering-and-science/peter-lawrence) at the University of Greenwich for reading through this, and providing many questions to me during my viva. | ||
And thanks to [Dawn Walker](https://www.sheffield.ac.uk/dcs/people/academic/dawn-walker) at Sheffield University for also grilling me in the viva. It was a memory and lasting experience, and I'm glad it's over! | ||
|
||
### Abstract: | ||
Central to simulating pedestrian crowds is their motion and behaviour. It is required to understand how pedestrians move to simulate and predict scenarios with crowds of people. Pedestrian behaviours enhance the range of motions people can demonstrate, resulting in greater variety, believability, and accuracy. Models with complex computations and motion have difficulty in being extended with additional behaviours. This is because the structure of these models are not designed in a way that is generally compatible with collision avoidance behaviours. To address this issue, this thesis will research a possible pedestrian model that can simulate collision response with a wide range of additional behaviours. The model will do so by using constraints, a limit on the velocity of a person's movement. The proposed model will use constraints as the core computation. By describing behaviours in terms of constraints, these behaviours can be combined with the proposed model. Pedestrian simulations strike a balance between model complexity and runtime speed. Some models focus entirely on the complexity and accuracy of people, while other models focus on creating believable yet lightweight and performant simulations. Believable crowds look realistic to human observation, but do not match up to numerical analysis under scrutiny. The larger the population, and the more complex the motion of people, the slower the simulation will run. One route for improving performance of software is by using Graphical Processing Units (GPUs). GPUs are devices with theoretical performance that far outperforms equivalent multi-core CPUs. Research literature tends to focus on either the accuracy, or the performance optimisations of pedestrian crowd simulations. This suggests that there is opportunity to create more accurate models that run relatively quickly. Real time is a useful measure of model runtime. A simulation that runs in real time can be interactive and respond live to user input. By increasing the performance of the model, larger and more complex models can be simulated. This in turn increases the range of applications the model can represent. This thesis will develop a performant pedestrian simulation that runs in real time. It will explore how suitable the model is for GPU acceleration, and what performance gains can be obtained by implementing the model on the GPU. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters