<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexander</id>
	<title>ISLAB/CAISR - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://mw.hh.se/caisr/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Alexander"/>
	<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Special:Contributions/Alexander"/>
	<updated>2026-04-04T06:51:00Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=%E2%80%9CLearning_to_Preserve_and_Share_Useful_Behaviors_Across_Agents_in_Asynchronous_RL_via_Meta-Learning%E2%80%9D&amp;diff=5508</id>
		<title>“Learning to Preserve and Share Useful Behaviors Across Agents in Asynchronous RL via Meta-Learning”</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=%E2%80%9CLearning_to_Preserve_and_Share_Useful_Behaviors_Across_Agents_in_Asynchronous_RL_via_Meta-Learning%E2%80%9D&amp;diff=5508"/>
		<updated>2025-09-08T14:34:22Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Alexander moved page “Learning to Preserve and Share Useful Behaviors Across Agents in Asynchronous RL via Meta-Learning” to [[A Meta-Learning Approach for Preserving and Transferring Beneficial Behaviors in Asynchronous Multi-Agent Reinforceme...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[A Meta-Learning Approach for Preserving and Transferring Beneficial Behaviors in Asynchronous Multi-Agent Reinforcement Learning]]&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=A_Meta-Learning_Approach_for_Preserving_and_Transferring_Beneficial_Behaviors_in_Asynchronous_Multi-Agent_Reinforcement_Learning&amp;diff=5507</id>
		<title>A Meta-Learning Approach for Preserving and Transferring Beneficial Behaviors in Asynchronous Multi-Agent Reinforcement Learning</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=A_Meta-Learning_Approach_for_Preserving_and_Transferring_Beneficial_Behaviors_in_Asynchronous_Multi-Agent_Reinforcement_Learning&amp;diff=5507"/>
		<updated>2025-09-08T14:34:22Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Alexander moved page “Learning to Preserve and Share Useful Behaviors Across Agents in Asynchronous RL via Meta-Learning” to [[A Meta-Learning Approach for Preserving and Transferring Beneficial Behaviors in Asynchronous Multi-Agent Reinforceme...&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Develop a meta-learning system that preserves beneficial behaviors discovered by individual agents and adapts them for transfer across a population in asynchronous reinforcement learning.&lt;br /&gt;
|Keywords=Meta-Learning, Asynchronous Reinforcement Learning, Behavior Preservation, Adaptive Aggregation, Multi-Agent Learning&lt;br /&gt;
|References=Mnih, V. et al. (2016). Asynchronous Methods for Deep Reinforcement Learning. ICML 2016.&lt;br /&gt;
&lt;br /&gt;
Finn, C., Abbeel, P., &amp;amp; Levine, S. (2017). Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks. ICML 2017.&lt;br /&gt;
&lt;br /&gt;
Gupta, A. et al. (2018). Meta-Reinforcement Learning of Structured Exploration Strategies. NeurIPS 2018.&lt;br /&gt;
&lt;br /&gt;
Qi, P. (2024). Model Aggregation Techniques in Federated Learning: A Comprehensive Survey. Future Generation Computer Systems, 139, 1-15&lt;br /&gt;
&lt;br /&gt;
Wu, H. et al. (2024). Adaptive Multi-Agent Reinforcement Learning for Flexible Resource Management. Applied Energy, 374, 121-135&lt;br /&gt;
&lt;br /&gt;
OpenAI Gym. https://www.gymlibrary.ml/&lt;br /&gt;
Ray RLLib. https://docs.ray.io/en/latest/rllib.html&lt;br /&gt;
PyTorch. https://pytorch.org/&lt;br /&gt;
|Prerequisites=Deep learning course. Good programming knowledge in Python. Good knowledge of ML and preferably Meta-learning/RL and OpenAI gym.&lt;br /&gt;
|Supervisor=Alexander Galozy, &lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Asynchronous reinforcement learning (AsyncRL) allows multiple agents to explore environments in parallel, but standard aggregation methods risk diluting rare yet beneficial behaviors discovered by individual actors. This project proposes a meta-learning approach in which a meta-model dynamically adapts how each actor’s updates influence the global policy based on their state, novelty, and potential usefulness to other agents. The meta-model aims to quickly preserve advantageous behaviors while evaluating their transferability, improving learning efficiency, stability, and knowledge propagation across the agent population. Experiments will be conducted in benchmark environments such as CartPole, LunarLander, and Pong, comparing the meta-learning approach to standard aggregation baselines. The project investigates how population-level adaptive weighting can balance exploration and exploitation, effectively generalizing classical single-agent meta-RL approaches like First-Explore to multi-agent asynchronous learning. The outcomes include insights into behavior preservation, transferability, and scalable multi-agent learning.&lt;br /&gt;
&lt;br /&gt;
Research Questions:&lt;br /&gt;
&lt;br /&gt;
How can a meta-model preserve beneficial behaviors discovered by individual agents in asynchronous RL?&lt;br /&gt;
&lt;br /&gt;
How can the meta-model evaluate and transfer these behaviors to improve other agents’ learning?&lt;br /&gt;
&lt;br /&gt;
Does meta-learning-based adaptive aggregation improve population-level learning efficiency, stability, and sample efficiency compared to standard methods?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Outcomes:&lt;br /&gt;
&lt;br /&gt;
Functional meta-model for adaptive aggregation of actor updates, preservation of rare but beneficial behaviors in the global policy and transfer of useful behaviors across agents&lt;br /&gt;
&lt;br /&gt;
Benchmark evaluation on standard RL environments (CartPole, LunarLander, Pong)&lt;br /&gt;
&lt;br /&gt;
Metrics: return, sample efficiency, stability, behavior retention, transfer success&lt;br /&gt;
&lt;br /&gt;
Open-source, reproducible codebase&lt;br /&gt;
&lt;br /&gt;
Complete thesis documentation with methodology, experiments, and analysis&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=5506</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=5506"/>
		<updated>2025-09-08T14:29:20Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=PostDoc&lt;br /&gt;
|Position=Ph.D&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Alexander_Galozy.jpg&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
|Office=E503&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Artificial Intelligence&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Deep/Machine Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Reinforcement Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Alexander_Galozy.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=A_Meta-Learning_Approach_for_Preserving_and_Transferring_Beneficial_Behaviors_in_Asynchronous_Multi-Agent_Reinforcement_Learning&amp;diff=5505</id>
		<title>A Meta-Learning Approach for Preserving and Transferring Beneficial Behaviors in Asynchronous Multi-Agent Reinforcement Learning</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=A_Meta-Learning_Approach_for_Preserving_and_Transferring_Beneficial_Behaviors_in_Asynchronous_Multi-Agent_Reinforcement_Learning&amp;diff=5505"/>
		<updated>2025-09-08T14:22:14Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Created page with &amp;quot;{{StudentProjectTemplate |Summary=Develop a meta-learning system that preserves beneficial behaviors discovered by individual agents and adapts them for transfer across a popu...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Develop a meta-learning system that preserves beneficial behaviors discovered by individual agents and adapts them for transfer across a population in asynchronous reinforcement learning.&lt;br /&gt;
|Keywords=Meta-Learning, Asynchronous Reinforcement Learning, Behavior Preservation, Adaptive Aggregation, Multi-Agent Learning&lt;br /&gt;
|References=Mnih, V. et al. (2016). Asynchronous Methods for Deep Reinforcement Learning. ICML 2016.&lt;br /&gt;
&lt;br /&gt;
Finn, C., Abbeel, P., &amp;amp; Levine, S. (2017). Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks. ICML 2017.&lt;br /&gt;
&lt;br /&gt;
Gupta, A. et al. (2018). Meta-Reinforcement Learning of Structured Exploration Strategies. NeurIPS 2018.&lt;br /&gt;
&lt;br /&gt;
Qi, P. (2024). Model Aggregation Techniques in Federated Learning: A Comprehensive Survey. Future Generation Computer Systems, 139, 1-15&lt;br /&gt;
&lt;br /&gt;
Wu, H. et al. (2024). Adaptive Multi-Agent Reinforcement Learning for Flexible Resource Management. Applied Energy, 374, 121-135&lt;br /&gt;
&lt;br /&gt;
OpenAI Gym. https://www.gymlibrary.ml/&lt;br /&gt;
Ray RLLib. https://docs.ray.io/en/latest/rllib.html&lt;br /&gt;
PyTorch. https://pytorch.org/&lt;br /&gt;
|Prerequisites=Deep learning course. Good programming knowledge in Python. Good knowledge of ML and preferably Meta-learning/RL and OpenAI gym.&lt;br /&gt;
|Supervisor=Alexander Galozy, &lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Asynchronous reinforcement learning (AsyncRL) allows multiple agents to explore environments in parallel, but standard aggregation methods risk diluting rare yet beneficial behaviors discovered by individual actors. This project proposes a meta-learning approach in which a meta-model dynamically adapts how each actor’s updates influence the global policy based on their state, novelty, and potential usefulness to other agents. The meta-model aims to quickly preserve advantageous behaviors while evaluating their transferability, improving learning efficiency, stability, and knowledge propagation across the agent population. Experiments will be conducted in benchmark environments such as CartPole, LunarLander, and Pong, comparing the meta-learning approach to standard aggregation baselines. The project investigates how population-level adaptive weighting can balance exploration and exploitation, effectively generalizing classical single-agent meta-RL approaches like First-Explore to multi-agent asynchronous learning. The outcomes include insights into behavior preservation, transferability, and scalable multi-agent learning.&lt;br /&gt;
&lt;br /&gt;
Research Questions:&lt;br /&gt;
&lt;br /&gt;
How can a meta-model preserve beneficial behaviors discovered by individual agents in asynchronous RL?&lt;br /&gt;
&lt;br /&gt;
How can the meta-model evaluate and transfer these behaviors to improve other agents’ learning?&lt;br /&gt;
&lt;br /&gt;
Does meta-learning-based adaptive aggregation improve population-level learning efficiency, stability, and sample efficiency compared to standard methods?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Outcomes:&lt;br /&gt;
&lt;br /&gt;
Functional meta-model for adaptive aggregation of actor updates, preservation of rare but beneficial behaviors in the global policy and transfer of useful behaviors across agents&lt;br /&gt;
&lt;br /&gt;
Benchmark evaluation on standard RL environments (CartPole, LunarLander, Pong)&lt;br /&gt;
&lt;br /&gt;
Metrics: return, sample efficiency, stability, behavior retention, transfer success&lt;br /&gt;
&lt;br /&gt;
Open-source, reproducible codebase&lt;br /&gt;
&lt;br /&gt;
Complete thesis documentation with methodology, experiments, and analysis&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Adaptive_Knowledge_Aggregation_in_Asynchronous_Reinforcement_Learning&amp;diff=5504</id>
		<title>Adaptive Knowledge Aggregation in Asynchronous Reinforcement Learning</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Adaptive_Knowledge_Aggregation_in_Asynchronous_Reinforcement_Learning&amp;diff=5504"/>
		<updated>2025-09-08T13:26:16Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Created page with &amp;quot;{{StudentProjectTemplate |Summary=Develop an adaptive method to combine knowledge from multiple reinforcement learning agents more efficiently in asynchronous setups. |Keyword...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Develop an adaptive method to combine knowledge from multiple reinforcement learning agents more efficiently in asynchronous setups.&lt;br /&gt;
|Keywords=Asynchronous Reinforcement Learning, Knowledge Aggregation, Adaptive Aggregation, Sample Efficiency, Robustness&lt;br /&gt;
|TimeFrame=Fall 2025&lt;br /&gt;
|References=Mnih, V. et al., Asynchronous Methods for Deep Reinforcement Learning. (2016)&lt;br /&gt;
&lt;br /&gt;
Shen, H. et al., Towards Understanding Asynchronous Advantage Actor–Critic: Convergence and Linear Speedup. (2020)&lt;br /&gt;
&lt;br /&gt;
Ma, J. et al., FedStaleWeight: Buffered Asynchronous Federated Learning with Fair Aggregation via Staleness Reweighting. (2024)&lt;br /&gt;
&lt;br /&gt;
Wu, Y. et al., Uncertainty Weighted Actor–Critic for Offline Reinforcement Learning. (2021)&lt;br /&gt;
&lt;br /&gt;
Kumar, A. et al., Adaptive aggregation for RL in average reward MDPs. (2012)&lt;br /&gt;
&lt;br /&gt;
Littlestone, N. &amp;amp; Warmuth, M., The Weighted Majority Algorithm. (1994)&lt;br /&gt;
|Prerequisites=Deep Reinforcement Learning course. Good knowledge of Machine Learning and preferably Reinforcement learning. Good programming skills - Required for the implementation of investigated methods.&lt;br /&gt;
|Supervisor=Alexander Galozy&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
Reinforcement learning (RL) can achieve impressive results but often requires long training times and substantial computational resources. Asynchronous reinforcement learning (AsyncRL) improves efficiency by running many actors in parallel, yet current methods aggregate updates with simple strategies such as parameter averaging or replay sharing, which fail to consider the quality, staleness, or diversity of contributions. This project will investigate how to design better aggregation mechanisms by implementing and evaluating several baselines (parameter averaging, replay sharing, ensemble voting) and comparing them to a novel adaptive aggregator that weights actor updates according to their confidence and freshness. Using standard benchmarks such as CartPole, LunarLander, and Pong, the project aims to determine whether adaptive aggregation improves learning speed, robustness, and communication efficiency in AsyncRL&lt;br /&gt;
&lt;br /&gt;
Research Questions:&lt;br /&gt;
&lt;br /&gt;
1. How do existing aggregation strategies perform in asynchronous reinforcement learning?&lt;br /&gt;
&lt;br /&gt;
2. Can an adaptive aggregation method that accounts for update quality and staleness improve performance over standard methods?&lt;br /&gt;
&lt;br /&gt;
3. What are the trade-offs between efficiency, stability, and communication cost for different aggregation approaches?&lt;br /&gt;
&lt;br /&gt;
Expected Outcomes&lt;br /&gt;
&lt;br /&gt;
1. Working AsyncRL system with multiple aggregation strategies.&lt;br /&gt;
&lt;br /&gt;
2. A novel adaptive aggregator that is systematically evaluated.&lt;br /&gt;
&lt;br /&gt;
3. Thesis report with results, analysis, and discussion of trade-offs.&lt;br /&gt;
&lt;br /&gt;
4. Open-source code for reproducibility.&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4325</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4325"/>
		<updated>2019-09-30T13:45:08Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc., Dipl.-Ing(FH)&lt;br /&gt;
|Position=Ph.D. Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Alexander_Galozy.jpg&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
|Office=E503&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Artificial Intelligence&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Deep/Machine Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Reinforcement Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Alexander_Galozy.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4324</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4324"/>
		<updated>2019-09-30T13:43:34Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc., Dipl.-Ing(FH)&lt;br /&gt;
|Position=Ph.D. Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Alexander_Galozy.jpg&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
|Office=E503&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Deep/Machine Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Reinforcement Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Alexander_Galozy.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4323</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4323"/>
		<updated>2019-09-30T13:40:38Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc., Dipl.-Ing(FH)&lt;br /&gt;
|Position=Ph.D. Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
|Office=E503&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Deep/Machine Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Reinforcement Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Alexander_Galozy.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:Alexander_Galozy.jpg&amp;diff=4322</id>
		<title>File:Alexander Galozy.jpg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:Alexander_Galozy.jpg&amp;diff=4322"/>
		<updated>2019-09-30T13:39:42Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=File:Alexander_Galozy.jpeg&amp;diff=4321</id>
		<title>File:Alexander Galozy.jpeg</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=File:Alexander_Galozy.jpeg&amp;diff=4321"/>
		<updated>2019-09-30T13:38:36Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4320</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4320"/>
		<updated>2019-09-30T13:34:29Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc., Dipl.-Ing(FH)&lt;br /&gt;
|Position=Ph.D. Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
|Office=E503&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Deep/Machine Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Reinforcement Learning&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Head-unknown.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4319</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=4319"/>
		<updated>2019-09-30T13:32:38Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc., Dipl.-Ing(FH)&lt;br /&gt;
|Position=PhD Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Street Address=Södra Vägen 9&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Mechatronics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Head-unknown.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4068</id>
		<title>Improving MEDication Adherence through Person Centered Care and Adaptive Interventions</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4068"/>
		<updated>2018-10-19T10:33:53Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Improving MEDication Adherence through Person Centered Care and Adaptive Interventions&lt;br /&gt;
|Timeframe Winter2018 /Spring 2019&lt;br /&gt;
|Supervisor=Alexander Galozy, Sławomir Nowaczyk,&lt;br /&gt;
|References= Definitions, variants, and causes of nonadherence with medication: a challenge for tailored interventions: &lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3711878/&lt;br /&gt;
&lt;br /&gt;
Predictors of Medication Adherence Using a Multidimensional Adherence Model in Patients with Heart Failure:&lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2603618/&lt;br /&gt;
&lt;br /&gt;
A machine learning approach for medication adherence monitoring using body-worn sensors:&lt;br /&gt;
https://ieeexplore.ieee.org/document/7459425&lt;br /&gt;
&lt;br /&gt;
Machine Learning Classification of Medication Adherence in Patients with Movement Disorders Using Non-Wearable Sensors:&lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5729888/&lt;br /&gt;
&lt;br /&gt;
|Prerequisites= Courses Artificial Intelligence, learning systems. Good knowledge in applied data science/machine learning. Ability to implement state-of-the-art machine learning algorithms in a programming environment of your choice.&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Medications nonadherence is major public health concern leading to increased mortality, morbidity and billions in increased costs for out-of-plan treatment. Doctors and health care providers a like, have a keen interest to alleviate this problem by finding out the reasons for medication non-adherence and designing appropriate interventions with a high likelihood of success. Patient behavior is extraordinary complex and reasons for patients to not taking their medications are varied and individual. This thesis will address the problem of classifying the reason for secondary medication non-adherence utilizing smart home sensor data, data from electronic health records and questionnaires.&lt;br /&gt;
 &lt;br /&gt;
The student is expected to perform literature review on the subject of secondary medication adherence, smart home environments and machine learning on medical data (especially electronic health records). In the medical domain, it is quite important to explain the reasons for a particular classification. The student should analyze the tradeoffs between better classification performance and interpretability.&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4067</id>
		<title>Improving MEDication Adherence through Person Centered Care and Adaptive Interventions</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4067"/>
		<updated>2018-10-19T10:33:20Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Improving MEDication Adherence through Person Centered Care and Adaptive Interventions&lt;br /&gt;
|Timeframe Winter2018 /Spring 2019&lt;br /&gt;
|Supervisor=Alexander Galozy, Sławomir Nowaczyk,&lt;br /&gt;
|References= Definitions, variants, and causes of nonadherence with medication: a challenge for tailored interventions: &lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3711878/&lt;br /&gt;
&lt;br /&gt;
Predictors of Medication Adherence Using a Multidimensional Adherence Model in Patients with Heart Failure&lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2603618/&lt;br /&gt;
&lt;br /&gt;
A machine learning approach for medication adherence monitoring using body-worn sensors&lt;br /&gt;
https://ieeexplore.ieee.org/document/7459425&lt;br /&gt;
&lt;br /&gt;
Machine Learning Classification of Medication Adherence in Patients with Movement Disorders Using Non-Wearable Sensors:&lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5729888/&lt;br /&gt;
&lt;br /&gt;
|Prerequisites= Courses Artificial Intelligence, learning systems. Good knowledge in applied data science/machine learning. Ability to implement state-of-the-art machine learning algorithms in a programming environment of your choice.&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Medications nonadherence is major public health concern leading to increased mortality, morbidity and billions in increased costs for out-of-plan treatment. Doctors and health care providers a like, have a keen interest to alleviate this problem by finding out the reasons for medication non-adherence and designing appropriate interventions with a high likelihood of success. Patient behavior is extraordinary complex and reasons for patients to not taking their medications are varied and individual. This thesis will address the problem of classifying the reason for secondary medication non-adherence utilizing smart home sensor data, data from electronic health records and questionnaires.&lt;br /&gt;
 &lt;br /&gt;
The student is expected to perform literature review on the subject of secondary medication adherence, smart home environments and machine learning on medical data (especially electronic health records). In the medical domain, it is quite important to explain the reasons for a particular classification. The student should analyze the tradeoffs between better classification performance and interpretability.&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4066</id>
		<title>Improving MEDication Adherence through Person Centered Care and Adaptive Interventions</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Improving_MEDication_Adherence_through_Person_Centered_Care_and_Adaptive_Interventions&amp;diff=4066"/>
		<updated>2018-10-19T10:32:07Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StudentProjectTemplate&lt;br /&gt;
|Summary=Improving MEDication Adherence through Person Centered Care and Adaptive Interventions&lt;br /&gt;
|Timeframe Winter2018 /Spring 2019&lt;br /&gt;
|Supervisor=Alexander Galozy, Sławomir Nowaczyk,&lt;br /&gt;
|References= Definitions, variants, and causes of nonadherence with medication: a challenge for tailored interventions: &lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3711878/&lt;br /&gt;
Predictors of Medication Adherence Using a Multidimensional Adherence Model in Patients with Heart Failure:&lt;br /&gt;
 https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2603618/&lt;br /&gt;
A machine learning approach for medication adherence monitoring using body-worn sensors&lt;br /&gt;
https://ieeexplore.ieee.org/document/7459425&lt;br /&gt;
Machine Learning Classification of Medication Adherence in Patients with Movement Disorders Using Non-Wearable Sensors:&lt;br /&gt;
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5729888/&lt;br /&gt;
|Prerequisites= Courses Artificial Intelligence, learning systems. Good knowledge in applied data science/machine learning. Ability to implement state-of-the-art machine learning algorithms in a programming environment of your choice.&lt;br /&gt;
|Level=Master&lt;br /&gt;
|Status=Open&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Medications nonadherence is major public health concern leading to increased mortality, morbidity and billions in increased costs for out-of-plan treatment. Doctors and health care providers a like, have a keen interest to alleviate this problem by finding out the reasons for medication non-adherence and designing appropriate interventions with a high likelihood of success. Patient behavior is extraordinary complex and reasons for patients to not taking their medications are varied and individual. This thesis will address the problem of classifying the reason for secondary medication non-adherence utilizing smart home sensor data, data from electronic health records and questionnaires.&lt;br /&gt;
 &lt;br /&gt;
The student is expected to perform literature review on the subject of secondary medication adherence, smart home environments and machine learning on medical data (especially electronic health records). In the medical domain, it is quite important to explain the reasons for a particular classification. The student should analyze the tradeoffs between better classification performance and interpretability.&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=3948</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=3948"/>
		<updated>2018-07-06T19:45:17Z</updated>

		<summary type="html">&lt;p&gt;Alexander: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc.&lt;br /&gt;
|Position=PhD Student&lt;br /&gt;
|Email=alexander.galozy@hh.se&lt;br /&gt;
|Image=Head-unknown.jpg&lt;br /&gt;
|Street Address=Södra Vägen 9&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Mechatronics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
{{StaffTemplate&lt;br /&gt;
|head_image=Head-unknown.jpg&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
	<entry>
		<id>https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=3939</id>
		<title>Alexander Galozy</title>
		<link rel="alternate" type="text/html" href="https://mw.hh.se/caisr/index.php?title=Alexander_Galozy&amp;diff=3939"/>
		<updated>2018-07-02T11:10:56Z</updated>

		<summary type="html">&lt;p&gt;Alexander: Created page with &amp;quot;{{Person |Family Name=Galozy |Given Name=Alexander |Title=M. Sc. |Position=PhD Student |Email=alex_galozy@yahoo.de |Street Address=Södra Vägen 9 |Country=Schweden }} {{Assig...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Person&lt;br /&gt;
|Family Name=Galozy&lt;br /&gt;
|Given Name=Alexander&lt;br /&gt;
|Title=M. Sc.&lt;br /&gt;
|Position=PhD Student&lt;br /&gt;
|Email=alex_galozy@yahoo.de&lt;br /&gt;
|Street Address=Södra Vägen 9&lt;br /&gt;
|Country=Schweden&lt;br /&gt;
}}&lt;br /&gt;
{{AssignProjects&lt;br /&gt;
|project=IMedA&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=AI&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Data Mining&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Learning Systems&lt;br /&gt;
}}&lt;br /&gt;
{{AssignSubjectAreas&lt;br /&gt;
|SubjectArea=Mechatronics&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Health Technology&lt;br /&gt;
}}&lt;br /&gt;
{{AssignApplicationAreas&lt;br /&gt;
|ApplicationArea=Robotics&lt;br /&gt;
}}&lt;br /&gt;
[[Category:Staff]]&lt;br /&gt;
&amp;lt;!--Remove or add comments --&amp;gt;&lt;br /&gt;
&amp;lt;!-- __NOTOC__ --&amp;gt;&lt;br /&gt;
{{ShowPerson}}&lt;br /&gt;
{{InsertProjects}}&lt;br /&gt;
&amp;lt;!-- {{PublicationsList}} --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alexander</name></author>
	</entry>
</feed>