master thesis bmw

Practical experience and support for ambitious students: from internships to master program.

Drive Progamm

Targeted introductory programme for new employees to ease the transition to a new work environment.

Global Leader Development Programme

Get the skills to succeed. The 18-month Graduate Programme.

ProMotion PhD Programme

We provide both financial and technical support for three years while you complete your doctoral thesis.

Masterprogramm Fastlane

Gain inde­pen­dence and practical experience with this attractive scholarship for the last or your Master's degree.

Internships and working student placements

Short-term, part-time and full-time internships in Germany and abroad to get you started.

Thesis:  Write your diploma, Bachelor's or Master's thesis with our expert help.

Collaborations

We are affiliated with teaching and research institutions such as the Technical University of Munich.

Any questions about applying?

Applicants hotline:, found nothing suitable.

Visit the BMW Group job portal for all vacancies. Learn more

The right application

Online application is king. You will find all the information for a good start here. Learn more

Google Custom Search

Wir verwenden Google für unsere Suche. Mit Klick auf „Suche aktivieren“ aktivieren Sie das Suchfeld und akzeptieren die Nutzungsbedingungen.

Hinweise zum Einsatz der Google Suche

Technical University of Munich

  • Chair of Integrated Systems
  • TUM School of Computation, Information and Technology
  • Technical University of Munich

Technical University of Munich

Master Theses

Available topics.

Interested in an internship or a thesis?   Often, new topics are in preparation for being advertised, which are not yet listed here. Sometimes there is also the possibility to define a topic matching your specific interests. Therefore, do not hesitate to contact our scientific staff, if you are interested in contributing to our work. If you have further questions concerning a thesis at the institute please contact  Dr. Thomas Wild .

MA : Hardware-Aware Layer Fusion of Deep Neural Networks

  • Open thesis as PDF.

Hardware-Aware Layer Fusion of Deep Neural Networks

Description.

master thesis bmw

Dataflow and mapping of Convolutional Neural Networks (CNN) influences their compute and energy efficiency on edge accelerators. Layer fusion is a concept which enables the processing of multiple CNN layers without resorting to costly off-chip memory accesses. In order to optimally implement layer fusion, different combinations of mapping and scheduling parameters need to be explored. We, at the BMW group, offer you a challenging master thesis position that aims to optimize the fusion strategy of a given CNN workload for maximal data reuse and resource utilization.

Prerequisites

  • Strong knowledge in computer vision concepts, and convolutional neural networks.
  • Hands-on experience with Xilinx FPGAs, Verilog/VHDL/HLS.
  • Excellent programming skills in  C, Python. Experience in Tensorflow 2, Git, Docker is a plus.
  • Highly motivated and eager to collaborate in a team.
  • Ability to speak and write in English fluently.

[email protected]

Supervisor:

Assigned topics, ma : hardware-accelerated linux kernel tracing, hardware-accelerated linux kernel tracing.

Tracing events with hardware components is one powerful tool to monitor, debug, and improve existing designs. Through this approach, detailed insights can be acquired, and peak performance can be achieved, while being a challenging task to be integrated with good performance. One of the major challenges of tracing is to collect as much information as possible with ideally no impact on the to-be-analyzed system. Herewith, it can be ensured that the gained insights are representative of an execution without any tracing enabled. In this work, a hardware tracing component should be leveraged to reduce the intrusiveness of existing software tracing mechanisms in the Linux kernel. 

This should be integrated and tested on a hardware platform based on a Xilinx Zynq board. This features a heterogeneous ARM multicore setup directly integrated into the ASIC, combined with programmable logic in the FPGA part of the chip. In the FPGA a hardware accelerator is already implemented that should be traced with the new component.

To successfully complete this work, you should have:

  • experience with microcontroller programming,
  • basic knowledge about Git,
  • first experience with the Linux environment.

The student is expected to be highly motivated and independent.

MA : Multicore-Optimierung eines bildverarbeitenden Systems

Multicore-optimierung eines bildverarbeitenden systems.

Im industriellen Umfeld werden Informationen zunehmend in visuellen Codes (z.B. Strichcodes, QR-Codes) zur automatisierten Verarbeitung abgelegt. Steigende Durchsatzzahlen stellen immer höhere Anforderungen an die Geschwindigkeit der Datenverarbeitung. In dieser Arbeit soll anhand eines kostengünstigen kommerziell erhältlichen Multicore- Systems untersucht werden, inwieweit bisher durch Hardware realisierte Verarbeitungsgeschwindigkeiten durch Parallelisierung der Auswertungsschritte in CPU-Systemen erreicht, werden können. Insbesondere soll untersucht werden, ob spezialisierte Co-Prozessoren (z. B. Vector Processing Units (VPUs)) zur Beschleunigung beitragen können oder wie diese auf die Aufgabe hin optimiert gestaltet werden können (Application-Specific Instructionset Processor (ASIP)).

MA : A Deep Dive into C-States, Idle Governors and the Prospects of an eBPF Idle Governor

A deep dive into c-states, idle governors and the prospects of an ebpf idle governor.

Linux is one of the most utilized Operating Systems in Embedded Systems and Cloud Infrastructure worldwide. Sustainability will become more relevant in the future and saving power is a crucial aspect. This shows the increasing importance of efficient Linux Power Management.

The Power Management in Linux is implemented in several kernel subsystems correlating to hardware characteristics, like P-States (Frequency Scaling) and C-States (Sleep States). This thesis examines the Idle Power Management of Linux, and therefore focuses on C-States. C-States are per Core states and allow parts of the core to shut down individual features. Each processor implements C-States in different ways. Increasing C-State number, e.g. C6, translate to a deeper sleep with lower energy consumption and higher power-on reaction time.

The recently released eBPF functionality makes the kernel more programmable, bypassing the original monolithic characteristics. This mechanism can be divided into four components: the eBPF hooks in the kernel, the interfaces, the in-kernel eBPF infrastructure to execute eBPF bytecode and compile into native code and verify the code and finally the eBPF application itself, which can be written in a C like dialect and compiled into eBPF bytecode by LLVM and GCC.

This thesis aims to analyze and compare the idle governors in the current Kernel in specific situations. It also should provide insight in the C-State usage depending on the architecture. The data is acquired using specific Tracepoints within the Kernel, which can be recorded and parsed with the Kernel Tool perf. Furthermore, we explore the feasibility of a custom eBPF powered idle governor.

MA : Design and Implementation of a Memory Prefetching Mechanism on an FPGA Prototype

Design and implementation of a memory prefetching mechanism on an fpga prototype.

Their main advantages are an easy design with only 1 Transistor per Bit and a high memory density make DRAM omnipresend in most computer architectures. However, DRAM accesses are rather slow and require a dedicated DRAM controller that coordinates the read and write accesses to the DRAM as well as the refresh cycles. In order to reduce the DRAM access latency, memory prefetching is a common technique to access data prior to their actual usage. However, this requires sophisticated prediction algorithms in order to prefetch the right data at the right time. The Goal of this thesis is to design and implement a DAM preloading mechanism in an existing FPGA based prototype platform and to evaluate the design appropriately. Towards this goal, you'll complete the following tasks: 1. Understanding the existing Memory Access mechanism 2. VHDL implementation of the preloading functionalities 3. Write and execute small baremetal test programs 4. Analyse and discuss the performance results

  • Good Knowledge about MPSoCs
  • Good VHDL skills
  • Good C programming skills
  • High motivation
  • Self-responsible workstyle

Oliver Lenke

[email protected]

MA : SmartNIC Enhancements for Network Node Resilience

Smartnic enhancements for network node resilience.

The Chair of Integrated Systems participates in the DFG Priority Program “Resilient Connected Worlds” by the German Research Foundation (SPP 2378). Our goal is to investigate which resilience functions, that conventionally are provisioned by the central compute resources of Internet Networking or Compute Nodes, can meaningfully be migrated onto the Network Interface Card (NIC). By inspecting packet streams at full line rate (10 – 40 Gbps) a set of resilience functions, such as access shields against a known set of traffic flows or redundant flow processing for a selected and configured number of flows, shall be offloaded from centralized compute resources and offered in a more performant and energy-efficient manner. Flows are identified by their so-called 5-tuple consisting of source-/destination IP addresses and transport protocol ports as well as the protocol field of the IP packet header. During the Bachelor/Master Thesis, you will develop VHDL code for realizing one or more of the SmartNIC Resilience building blocks: 5 tuple address matching against a preconfigured set of addresses, perform the packet duplication for delivery to different processor cores or threads, investigate methods to flexibly perform the address match on the entire or a variable subsection of the 5 tuple array.

  • VHDL coding, synthesis and FPGA prototyping
  • Braodband communication or Internet Networking Technologies, in particular OSI Layer packet header formats
  • Digital circuit design

Marco Liess Room N2139 Tel. 089 289 23873 [email protected]

MA : Parsimonious Semantic Segmentation Training Using Active Learning and Synthetic Data

Parsimonious semantic segmentation training using active learning and synthetic data.

The goal of this thesis is to implement an augmentation pipeline for both runtime accuracy improvement and training time generalization. At training time the augmented examples add diversity to the dataset, while at runtime the augmentation injects more information in addition to the RGB color channels, to help the CNN detect semantic segmentation features. The thesis will also explore different loss formulas and loss learning to make training semantic segmentation easier with fewer labeled examples. Finally, the CNN will be pruned and quantized for faster execution, while the rest of the processing (pre, post) pipeline will be accelerated on GPU.

To successfully complete this project, you should have the following skills and experiences:

  • Good programming skills in Python and Tensorflow
  • Good knowledge of neural network training theory
  • Experience with convolutional neural networks for semantic segementation

The student is expected to be highly motivated.

Nael Fasfous Department of Electrical and Computer Engineering Chair of Integrated Systems

Phone: +49.89.289.23858 Building: N1 (Theresienstr. 90) Room: N2116 Email: [email protected]

MA : Neural Style Transfer for Synthetic Data

Neural style transfer for synthetic data.

Neural networks have become the state-of-the-art in solving a variety of computer-vision problems, often outperforming classical image processing algorithms by a large margin. These applications range from autonomous vehicles to complex control of robots. However, training neural networks presents some difficulties. First and foremost is the cost of human effort to label and collect suitable training data (number and critical situations) in production environments for training purposes. Synthetic training data is one potential solution to this challenge.

In the context of this work, a neural network for the control of an automated production line should be trained using synthetic data. For this purpose the following milestones planned:

  • Developement of a 3D-model for the generation of training data.
  • Automatic synthesis of images and ground truth data to train the image processing algorithm.
  • Adaptation of the synthetic training data to the real world (style transfer)
  • Outperforming neural networks classically trained on limited amount of real data

Alexander Frickenstein Email: [email protected]

MA : Anomaly Detection and Active Learning for Semantic Segmentation Tasks

Anomaly detection and active learning for semantic segmentation tasks.

Clean, labeled datasets are an invaluable asset to research and industry for training and deploying machine learning algorithms such as convolutional neural networks (CNN). Procuring such datasets involves data collection, sorting and labeling, all of which are typically done by humans. This expensive process is time consuming, costly and does not scale well, even when outsourced. The field of anomaly detection and active learning aims to tackle these challenges. In active learning, a CNN can be trained on a small set of labeled data. Once deployed in a real-world scenario, an uncertainty or loss predictor can be implemented alongside the algorithm to predict which data would result in high loss for the model. These non-trivial examples can be collected actively during deployment and forwarded to humans or more complex algorithms to observe, label and retrain the deployed CNN on. In anomaly detection, a network can predict which samples represent outliers or interesting anomalies with respect to the rest of the dataset. This further helps humans clean and sort such examples accordingly.

The goal of this thesis is to implement an anomaly detector and an uncertainity head to a CNN-based semantic segmentation application. The implementation will be tested on a real-world industrial AI application.

MA : Learning to Prune and Quantize Transformers

Learning to prune and quantize transformers.

Advances in the deep learning architectures for computer vision applications have lead to new neural architectures such as vision transformers. These differentiate themselves from typical convolutional neural network-based implementations by decoupling the process of feature aggregation and transformation. Excellent performance is achieved through self-attention and self-supervision.

In this master thesis, visual transformers will be implemented in the first step. Following verification of state-of-the-art results, the transformers will be compressed through quantization and pruning to minimize their computational complexity on the inference hardware.

  • Good knowledge of neural networks, basic knowledge of transformers

MA : Sparse Lookup Tables with dynamic precision adaptation for image processing on FPGA

Sparse lookup tables with dynamic precision adaptation for image processing on fpga.

In image processing, non-linear transfer functions, such as sigmoid- or logarithm-shaped functions, are being used for mapping the input into different domains. For dedicated FPGA implementation of general image processing pipelines, these transfer functions are usually implemented by LUTs (Lookup Tables). Although the LUT-based method is more concise than some approximate direct implementation, it consumes a lot of resources. To save FPGA resources, sparse LUTs can be used, but it is to be noticed that the matching accuracy is then approximated to a certain acceptable range.

To further reduce the resource consumption, while maintaining or even improving the output accuracy, we propose a dynamic loading mechanism. In order to make full use of the resources on the chip, instead of placing one sparse LUT on chip, two function-wise complemented memory blocks shall be implemented in the data path of the processing pipeline. One of the memory blocks shall be filled only with the data points that fit the local range of current input data stream. Another one works as a general ultra-sparse LUT to map the input data into the inaccurate global range. In summary, a permanent memory block of very sparse/inaccurate data points should be kept on FPGA, which is then complemented by a memory block of accurate data points which are dynamically swapped in and out from an off-chip memory (DRAM). Based on this proposal, we need to investigate a dynamic loading mechanism for that accurate memory block, such that the input will fall into the local range with rational high probability.

In this work, a prototype of a sparse LUT with a dynamic precision adaptation mechanism should be developed on FPGA. In this thesis, several questions should be answered:

• How does the architecture of the implementation look like?

• What memory configuration should be used?

• How to determine when to load new data for the accurate memory block?

• What is the trade-off between accuracy and resource consumption?

MA : Runtime Reconfigurable Winograd-based FPGA Accelerator for CNN Inference

Runtime reconfigurable winograd-based fpga accelerator for cnn inference.

Convolutional neural networks have proven their success in extracting features from images and producing predictions for different tasks such as classification, segmentation and object detection. However, the superior performance of modern deep neural networks can be mostly backtracked to high model complexity and extensive hardware requirements. In this research internship, the complexity of convolution is reduced by quantization and Winograd minimal filtering algorithms. The prediction quality is regulated using dynamic reconfigurable Winograd acceleration. 

  • Good programming skills in C/C++
  • Good knowledge of neural networks, particularly convolutional neural networks
  • VHDL/Verilog or OpenCL would be encouraged. 

The student is expected to be highly motivated and independent. By completing this project, you will be able to:

  • Understand the impact of quantization, Winograd convolution and task specific accuracy. 
  • Implementation of run-time reconfigurable Winograd Convolution on FPGA using OpenCL. 
  • Evaluate trade-offs between flexibility, prediction accuracy and resource consumption

Manoj Vemparala Autonomous Driving BMW AG

Email:   [email protected] 

Nael Fasfous

Department of Electrical and Computer Engineering Chair of Integrated Systems

Phone:  +49.89.289.23858 Building:  N1 (Theresienstr. 90) Room:   N2116 Email:   [email protected]

master thesis bmw

  • ZHAW digitalcollection
  • School of Management and Law
  • Abschlussarbeiten
  • MSc Accounting and Controlling
  • DIN ISO-690

Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.

master thesis bmw

  • Deutsch (Deutschland)
  • English (United States)
  • Magyar (Magyarország)

Sorry, this position has been filled.

  • Legal Disclaimer
  • Data protection information

Anja Didrichsons's profile

  • Autodesk Alias Design (All Versions)
  • Rhinoceros 5.0
  • Autodesk Speedform
  • Autodesk Maya (All Versions)
  • Grasshopper
  • Adobe Fuse CC

BMW Motorrad - Spirit - Master Thesis

BMW motorrad motorcycle Transportation Design ai Master Thesis design concept riding future

BMW Spirit provides a revolutionary experience for future motorcycle riders. Focusing on the interaction between the rider and the bike, it creat Read More

master thesis bmw

Creative Fields

master thesis bmw

Automotive Design

master thesis bmw

Industrial Design

  • Transportation Design
  • Master Thesis

Attribution, Non-commercial, No Derivatives

Reimagining Design with Nature: ecological urbanism in Moscow

  • Reflective Essay
  • Published: 10 September 2019
  • Volume 1 , pages 233–247, ( 2019 )

Cite this article

master thesis bmw

  • Brian Mark Evans   ORCID: orcid.org/0000-0003-1420-1682 1  

978 Accesses

2 Citations

Explore all metrics

The twenty-first century is the era when populations of cities will exceed rural communities for the first time in human history. The population growth of cities in many countries, including those in transition from planned to market economies, is putting considerable strain on ecological and natural resources. This paper examines four central issues: (a) the challenges and opportunities presented through working in jurisdictions where there are no official or established methods in place to guide regional, ecological and landscape planning and design; (b) the experience of the author’s practice—Gillespies LLP—in addressing these challenges using techniques and methods inspired by McHarg in Design with Nature in the Russian Federation in the first decade of the twenty-first century; (c) the augmentation of methods derived from Design with Nature in reference to innovations in technology since its publication and the contribution that the art of landscape painters can make to landscape analysis and interpretation; and (d) the application of this experience to the international competition and colloquium for the expansion of Moscow. The text concludes with a comment on how the application of this learning and methodological development to landscape and ecological planning and design was judged to be a central tenant of the winning design. Finally, a concluding section reflects on lessons learned and conclusions drawn.

This is a preview of subscription content, log in via an institution to check access.

Access this article

Price includes VAT (Russian Federation)

Instant access to the full article PDF.

Rent this article via DeepDyve

Institutional subscriptions

master thesis bmw

Similar content being viewed by others

master thesis bmw

Principles for public space design, planning to do better

master thesis bmw

Acknowledgements

The landscape team from Gillespies Glasgow Studio (Steve Nelson, Graeme Pert, Joanne Walker, Rory Wilson and Chris Swan) led by the author and all our collaborators in the Capital Cities Planning Group.

Author information

Authors and affiliations.

Mackintosh School of Architecture, The Glasgow School of Art, 167 Renfrew Street, Glasgow, G3 6BY, UK

Brian Mark Evans

You can also search for this author in PubMed   Google Scholar

Corresponding author

Correspondence to Brian Mark Evans .

Rights and permissions

Reprints and permissions

About this article

Evans, B.M. Reimagining Design with Nature: ecological urbanism in Moscow. Socio Ecol Pract Res 1 , 233–247 (2019). https://doi.org/10.1007/s42532-019-00031-5

Download citation

Received : 17 March 2019

Accepted : 13 August 2019

Published : 10 September 2019

Issue Date : October 2019

DOI : https://doi.org/10.1007/s42532-019-00031-5

Share this article

Anyone you share the following link with will be able to read this content:

Sorry, a shareable link is not currently available for this article.

Provided by the Springer Nature SharedIt content-sharing initiative

  • Design With Nature
  • Find a journal
  • Publish with us
  • Track your research

master thesis bmw

FINAL THESIS.

You learn from us – we learn from you. The BMW Group offers you professional support in writing your Bachelor's or Master's thesis with practical relevance. In all areas of the BMW Group, you can show how you would like to shape the future in a sustainable way.

Two students having a meeting.

BACHELOR'S AND MASTER'S THESES.

Are you an enrolled student at a university and would like to write your thesis with a high level of practical relevance and delve deeply into a specific field of research? Start as a Bachelor or Master student. General conditions.

  • The paid contract period for your final thesis depends on the processing time specified in the examination regulations of your university and the corresponding degree programme (Bachelor's or Master's).
  • You do not have any prescribed working hours during the contract period. Your work serves the purpose of writing your thesis. Therefore, you can plan your working hours individually in consultation with your department.
  • After completion, you are required to provide the BMW Group with a copy of your thesis.

DISCOVER OUR POSITIONS FOR FINAL THESIS PROJECTS.

What awaits you as a bachelor's or master's student..

 Welcome Sign

ONLINE WELCOME DAY.

At the beginning of your assignment, you will be welcomed by an online welcome event. Here you will receive all important information and content about your assignment as well as exciting and current insights into future topics of the company. 

Five students standing in the center of the image.

STUDENT INITIATIVE NAWI.

NAWI is a student-founded initiative of the BMW Group. NAWI offers exchange and networking opportunities and organises exciting events at our various German locations. This way, you can network right from the start.

A girl standing and holding a folder in the middle of the image.

OWN PROJECTS.

We place special emphasis on your professional and personal development. Therefore, you have the opportunity to take responsibility for your own exciting projects during your assignment. 

Two women talking in front of a laptop.

During your thesis at the BMW Group, you will be assigned a permanent supervisor. This person will help you with all your questions right from the start, give you regular feedback and support you in a strength-oriented manner.

Students watching a lecture.

LECTURE SERIES.

In order to know early on how you can continue with us after your thesis, we regularly offer presentations on our entry-level programmes. Current participants in our different talent programmes will inform you about the programmes and answer your questions.

A woman receiving feedback and smiling.

REGULAR FEEDBACK.

It is very important for us to receive regular feedback from you, as this is the only way we can improve and offer optimal opportunities. You will also receive feedback from your supervisor to support your professional and personal development.

What students can look forward to.

WHAT WE OFFER.

Three interns walking around together.

CHECK OUT OUR BENEFITS FOR STUDENTS.

Experiences of our bachelor and master students..

The master student Theresa.

Discover more.

A group of students attending an event.

EVENTS FOR STUDENTS.

Three students at BMW Group having a conversation.

Entry and Scholarship Programmes.

The photo shows two students talking with a BMW employee.

Internship Opportunities for Students.

  • Skip to content
  • Skip to this site's menu
  • Skip to search

Welcome to Brock University

Information for.

  • Future students
  • Current students
  • International
  • Professional and Continuing Studies
  • Community partners
  • Alumni and donors
  • Faculties & Departments
  • Graduate Studies
  • Teaching & Learning
  • Academic Integrity
  • Research @ Brock
  • Institutes and Centres
  • Research services
  • Brock innovation
  • Transdisciplinarity at Brock
  • Funding opportunities
  • About Brock
  • Visitor information
  • Careers @ Brock
  • A–Z directory

Quick links

  • Student Email / 365
  • my.brocku.ca
  • Brightspace
  • Office of the Registrar
  • Campus Store
  • Brock Sports
  • Important Dates
  • Students’ Union (BUSU)
  • Graduate Students’ Union (GSA)
  • The Brock News
  • Events around campus
  • Faculty and Staff directory
  • Campus Safety
  • Faculty and Staff Login
  • Faculty and Staff Email
  • ITS Help Desk - Password Resets
  • Brock U Home

Want to go to Brock but not sure where to start? We can help.

How to apply.

  • Undergraduate students
  • Graduate students
  • Teacher education
  • Continuing education

Our programs

  • Undergraduate programs
  • Graduate programs
  • Spring / Summer courses
  • Online Learning
  • Take a virtual tour
  • Book a campus tour
  • Living at Brock
  • Smart Start

More information

  • Admissions @ Brock
  • Important dates
  • Financial aid
  • Request information

Faculty of Mathematics & Science

In this section.

  • Dean’s Message
  • Dean Peter Berg’s Profile
  • Science Stores
  • Strategic Plan – FMS
  • Undergraduate Programs
  • Graduate Programs
  • Data Science and Analytics
  • BASc in Earth and Planetary Science Communication
  • BSc Sciences
  • Master of Science in Materials Physics
  • Department of Biological Sciences
  • Department of Chemistry
  • Department of Computer Science
  • Department of Earth Sciences
  • Yousef Haj-Ahmad Department of Engineering
  • Department of Mathematics and Statistics
  • Department of Physics
  • Centre for Biotechnology
  • Centre for Neuroscience
  • Academic Advising
  • Indigenous Entrance Scholarship
  • FMS Entrance Awards for Black Students
  • Awards and Bursaries
  • Prospective Undergraduate Students
  • Prospective Graduate Students
  • Resources for Current Graduate Students
  • For All Current Students
  • Faculty and Staff Award Nominations
  • Teaching and Learning
  • Teaching Awards
  • Conference Assistance Application
  • Faculty Computer Request Form
  • Funding Request Form
  • Research awards
  • Featured Researchers
  • Biological Sciences
  • Biotechnology
  • Computer Science
  • Earth Sciences
  • Mathematics and Statistics
  • Neuroscience
  • FMS GRaD Conference
  • FMS – Undergraduate Research Symposium
  • Science Start
  • Contact Us and Directions

May 1 – Master of Science Thesis Defence – Mariana Garrido de Gastro

Thursday, April 25, 2024 | By jsteepe

Master of Science thesis defence in Biology

Mariana Garrido de Gastro, a Master of Science candidate in the Department of Biological Sciences, will defend her thesis titled “DYNAMICS OF SIMULTANEOUS ARBOVIRAL INFECTION IN HOST AND VECTOR CELLS” on Wednesday, May 1 at 1 PM., virtually, in closed format.

The examination committee includes Melanie Pilkington, Chair; Fiona Hunter, Supervisor; Adam MacNeil, External Examiner, Department of Health Sciences; and Jeff Stuart and Ian Patterson, Committee Members.

Tags: Biological Sciences , FMS , Thesis defence Categories: Events

banner button leading to the Graduate Studies info website

FMS News and Events

  • May 1 – Master of Science Thesis Defence – Mariana Garrido de Gastro
  • April 26 – Master of Science Thesis Defence – Aaron Alderson
  • March 26 – Master of Science Thesis Defence – Danielle Martin
  • Feb 7 – MRP defence – Braden Saunders
  • Feb 6 – Master of Science Thesis Defence – Shajib Chowdhury
  • Feb 5 – MSc Thesis Defence – Jannatul Ferdous
  • Feb 1 – Master of Science Thesis Defence – Andrew Vu
  • Feb 7 – Master of Science Thesis Defence – Mehenika Akter
  • Jan 22 – PhD Thesis Defence – Alyson Edge
  • Jan 19 – Master of Science Thesis Defence – Ricardo Alva Oropeza

Connect with us

Helpful links.

  • Emergency contacts
  • Mental Health and Wellness
  • Financial information
  • Contact Brock University
  • Media relations
  • Website feedback

Every gift makes a difference.

Copyright © 2024 Brock University

Non-discrimination Policy University policies Privacy Accessibility

Niagara Region 1812 Sir Isaac Brock Way St. Catharines, ON L2S 3A1 Canada +1 905-688-5550

  • X, formerly Twitter

We acknowledge the land on which Brock University was built is the traditional territory of the Haudenosaunee and Anishinaabe peoples, many of whom continue to live and work here today. This territory is covered by the Upper Canada Treaties and is within the land protected by the Dish with One Spoon Wampum agreement. Today this gathering place is home to many First Nations, Metis, and Inuit peoples and acknowledging reminds us that our great standard of living is directly related to the resources and friendship of Indigenous people.

We use cookies to improve your overall web experience. By using our website you consent to our use of cookies in accordance with our Privacy Policy I agree

master thesis bmw

Shape your passion into a career.

With our phd programme promotion..

We offer PhD students the opportunity to realise their promotion in cooperation with the BMW Group. The dissertation is a relevant step on the way to a scientific career – which you can create with us. In cooperation with experienced mentors, you will have the opportunity to combine passion and scientific competencies with real-life challenges and thereby help to shape the future of mobility. As a PhD student, you will have the chance to qualify yourself with your dissertation for a further career at the BMW Group, to promote your chosen specialist area in our company and to position yourself for your aspired career. We support you financially as well as professionally – with many excellent trainings and development opportunities.

The BMW Group PhD Programme ProMotion.

PROGRAMME CONTENT IN DETAIL.

BMW-Welt München

ONBOARDING.

What is the programme flow like? Who are the contact persons? In an introductory event, we will go into all the programme modules and you will find out more about our company and the people who will accompany you over the three years.

The image shows two engineers in a crash test centre.

PRACTICAL ASSIGNMENTS.

We want you to gain as much experience as possible during your time with us. In this way, you get to know the company better in various assignments (an assignment abroad is also possible) and you have the opportunity to network in a wide range of fields.

The image shows a group of BMW employees in a meeting.

QUALIFICATION.

We attach particular importance to your professional and personal development. In addition to subject-specific training, you will also acquire overarching qualifications and further education with us, through which you can develop yourself personally.

The image shows PhD students at an event.

DIALOGUE DAY.

Once a year, at the ProMotion Dialogue Day, our PhD students present their dissertation topics to a broad audience. Here you have the chance to build a bridge between business and science.

The image shows a group of BMW employees in a meeting.

DOCTORAL NETWORK.

Networking is the key to success – and that is exactly why you are part of an internal scientific network of ambitious PhD students with us. Here you can exchange ideas and make social, cross-departmental contacts from which you can benefit for a lifetime!

The image shows three colleagues in a conversation.

During forums or expert presentations as well as fireplace chats with executives, you will gain insights into the company and the opportunity to network.

THE PROGRAMME AT A GLANCE.

BMW Group Career Students and graduates Doctoral programme PhD overview of programme modules

GENERAL CONDITIONS AND DOCTORAL CANDIDATE CONTRACT.

As a participant in the BMW Group ProMotion programme, you will receive a doctoral candidate contract with a term of three years. And you will receive a monthly remuneration. Your presence in the department and at the university can be scheduled flexibly.

Admission as a PhD student.

Supervision of the dissertation takes place at the university and in close cooperation with a BMW department. When a doctoral position is advertised on our careers pages, the doctoral topic and the supervising college or university have already been determined. The admission as a PhD student is a responsibility of the respective university as well as the applicable doctoral degree regulations.

Your BMW Group supervisors.

Your contact for general questions about the ProMotion programme and the acceptance process is the programme director. Your specialist contact will be your departmental supervisor who will also support you in your personal development. You also have the option of a personal mentor as a contact and coach.

Supervisor at university.

Additionally to that you have regular meetings with your supervisor at university to ensure the scientific progress of your PhD thesis.

Permanent position afterwards.

After completing your doctoral degree, you can apply to BMW internal job ads worldwide. Taking part in the programme, you have the best possible chances to start a professional career at the BMW Group.

YOUR WAY INTO THE PROGRAMME.

Your application should reach us four months prior to your desired start date at the latest. Please apply online only. Before signing the contract, all essential questions about your PhD should be clarified with the supervising professor and the BMW specialist department.

Job Finder.

Where can i find the advertised positions for promotion.

All open vacancies will be posted on this website. Please note that there are no fixed application periods for the ProMotion programme and new positions may be added at any time.

Who is the ProMotion doctoral programme designed for?

Our doctoral programme ProMotion is designed for all those who would like to do a PhD in cooperation with the BMW Group after their master's degree.

When should I apply for the ProMotion programme?

An application for our ProMotion programme is possible at any time. There are no fixed application periods here, but we advertise as required. But please note: Apply online via our Job Finder at least 4 months before the desired start date. You can always find current vacancies on this page.

When can I expect to hear back after applying?

It is very important to us to make the selection process as simple and fast as possible for our applicants. Therefore, we inform all applicants immediately about the status as soon as the application has been reviewed. However, due to the large number of positions and applications, it can sometimes take a while before the first response is received.

What are my career prospects after the ProMotion programme?

After successfully completing your doctorate, you can apply for internally advertised positions worldwide. As a programme participant, you have excellent chances of being hired. We are constantly looking for creative minds for challenging tasks in all areas of the company – and who better to take on these tasks than our ProMotion participants?

Do you have to be a doctoral student beforehand for the programme?

You do not have to be a doctoral candidate to apply for the ProMotion programme. When a doctoral position is advertised on our career pages, the doctoral topic and the supervising university have already been determined. This means that you do not have to search for a supervising university.

Does BMW have collaborations with universities, and can I choose the university where I write the doctoral thesis?

To ensure a quick start to your dissertation, everything is prepared for you: a supervising university has already been found by BMW and the dissertation topic has been defined together with the university. You can get started straight away!

What exactly does the application process look like – do I have to go through an assessment centre?

An assessment centre is not part of the selection process. In interviews with the relevant department and our HR management, we find out whether you fit the advertised position.

What master's grade point average do you need to get a doctorate?

There is no fixed grade point average that you must have to be accepted into the ProMotion programme.

Can I also submit my own doctoral topic or only apply for advertised positions?

The advertised positions are based on the research and competence needs of the company and our departments. Therefore, please apply only for advertised positions. An unsolicited application is unfortunately not possible.

The picture shows the ProMotion programme participant Stefan at work on his augmented reality project.

Discover more.

The photo shows two students talking with a BMW employee.

Entry possibilities for students.

The image shows two women and two men having a chat in a BMW office.

Insights into our team.

The image shows the BMW working culture with colleagues in exchange.

How we work at the BMW Group.

IMAGES

  1. BMW Vision Ix

    master thesis bmw

  2. Master Thesis BMW

    master thesis bmw

  3. BMW iMPULSE

    master thesis bmw

  4. BMW Vision Ix

    master thesis bmw

  5. BMW Vision Ix

    master thesis bmw

  6. BMW Vision Ix

    master thesis bmw

VIDEO

  1. Canibus

  2. ONE PROJECT _ Master Thesis Project

  3. Master Thesis 2024

  4. BMW and Solid Power Partnership: A Step Forward in Solid-State Battery Innovation

  5. BMW M30B25V Inventor animation

  6. Sustainability in the supply chain I Master's thesis I BMW Group Careers

COMMENTS

  1. Final Thesis

    General conditions. The paid contract period for your final thesis depends on the processing time specified in the examination regulations of your university and the corresponding degree programme (Bachelor's or Master's). You do not have any prescribed working hours during the contract period. Your work serves the purpose of writing your thesis.

  2. Masters Programme

    You will be supported by an experienced mentor in your professional and personal development. SCHOLARSHIP. As part of the Fastlane Programme, you will receive a monthly bursary for 3 semesters of your studies. (TEAM)PROJECTS. In joint projects with other scholarship holders, you network, demonstrate organisational talent and the ability to work ...

  3. Opportunities for Students

    The BMW Group is one of the main sponsors of Formula Student and several student teams. In Formula Student, students from all over the world pursue the goal of constructing a formula racing car and competing in various international competitions. It is not only about performance on the race track, but also about a unique team performance in the ...

  4. Studienabschlussarbeit

    STUDIENABSCHLUSSARBEIT. Du lernst von uns - wir lernen von dir. Die BMW Group bietet dir fachliche Unterstützung beim Verfassen deiner Bachelor- oder Masterarbeit mit Praxisbezug. In allen Bereichen der BMW Group kannst du zeigen, wie du die Zukunft nachhaltig gestalten möchtest.

  5. Students

    Thesis: Write your diploma, Bachelor's or Master's thesis with our expert help. Learn more Collaborations. We are affiliated with teaching and research institutions such as the Technical University of Munich. ... BMW M Driving Experience BMW Group PressClub BMW Group Financial Services BMW Group Careers.

  6. Master Thesis Innovative Analysis Methods for Industrial Computed

    Join our expert team at BMW in Munich, where we are at the forefront of non-destructive testing (NDT) methods, with X-ray Computed Tomography (CT) being one of our most frequently used and cherished analysis tools. Be part of an exciting master thesis project focused on advancing the field of X-ray CT in the automotive industry.

  7. Master Thesis

    Apply now! Startdatum: ab 01.04.2024. Dauer: 6 Monate. Arbeitszeit: Vollzeit. Contact: BMW Group HR Team. +49 89 382-17001. Ulm Master Thesis - Neuro-symbolic AI application for handling maps within autonomous driving (f/m/x)

  8. Master thesis Adhoc techniques for statistical validation for L4

    We, the BMW Group, offer you an interesting and varied Master thesis in the area of Adhoc techniques for statistical validation for L4 automated system. Ensuring safety is one of the main challenges in developing automated driving assistance functions (ADAS). Due to their technical complexity, higher levels of automation require cutting-edge ...

  9. Master Theses

    We, at the BMW group, offer you a challenging master thesis position that aims to optimize the fusion strategy of a given CNN workload for maximal data reuse and resource utilization. Prerequisites. Strong knowledge in computer vision concepts, and convolutional neural networks. ... In this master thesis, visual transformers will be implemented ...

  10. PDF Master's Thesis

    Master's Thesis. Logistical process optimization for the handling of historical vehicles in relation to automated Track and Trace. Author: Kateryna Shavrova. Supervised by: Univ.-Prof. Dr. Constantinos Antoniou External - Claudia Adelberger (BMW Group Classic) December 31, 2020. i. Declaration.

  11. The valuation of Tesla and BMW in a disrupted industry : a comparative

    B. Thumiger, "The valuation of Tesla and BMW in a disrupted industry : a comparative analysis," Master's thesis, ZHAW Zürcher Hochschule für Angewandte Wissenschaften, Winterthur, 2021. doi: 10.21256/zhaw-24386.

  12. Master Thesis: Flexiblitiy for the Future

    For the purpose of this Thesis Project, we propose to build on a site already owned by BMW and is currently unbuilt on. Munich, Germany 94 KnorrsraĂ&#x;e 147

  13. Internship

    Conditions. The longer you are with us, the more you can take with you for your future. Our internships are usually offered for 6 months. In the case of a compulsory internship, the duration generally depends on your study regulations. As a rule, internships are completed full-time, i.e. 35 hours per week. However, individual arrangements with ...

  14. Pop Up Thesis

    Pop Up Thesis. Application. Please note that all currently vacant positions for degree theses are published in our Job Finder. The "Apply" button takes you directly to our Job Assistant, where you can apply online for the respective position. Besides the usual documents, by all means please add the following attachments to your online application:

  15. BMW Group Master Thesis Interview Questions

    BMW Group. Glassdoor has millions of jobs plus salary information, company reviews, and interview questions from people on the inside making it easy to find a job that's right for you. 2 BMW Group Master Thesis interview questions and 2 interview reviews. Free interview details posted anonymously by BMW Group interview candidates.

  16. Master's Thesis at BMW? : r/cscareerquestionsEU

    The thesis at BMW would be much more research-oriented and might not translate as well into applied software engineering. Or maybe I am completely wrong. Both the topics are equally interesting for me. It is just that I also want it to benefit me later with my job hunt / career in the industry. Would having BMW on my CV be a nice boost for a ...

  17. Thesis project in the realm of AI foundation models

    We, the BMW Group, offer you an interesting and varied Master thesis in the area of project in the realm of AI foundation models. With the rise of Language Model Learning (LLMs), there is significant potential to enhance the ability of virtual assistants to fill in gaps that humans can naturally comprehend. Your research will be integral to ...

  18. Bmw Group Master Thesis Salaries in Germany

    The average Master Thesis base salary at BMW Group is €1K per month. The average additional pay is €0 per month, which could include cash bonus, stock, commission, profit sharing or tips. The "Most Likely Range" reflects values within the 25th and 75th percentile of all pay data available for this role. Glassdoor salaries are powered by ...

  19. BMW Motorrad

    BMW Motorrad - Spirit - Master Thesis BMW Spirit provides a revolutionary experience for future motorcycle riders. Focusing on the interaction between the rider and the bike, it creat Read More. 394. 6.1k. 9. Published: July 22nd 2018. Tools. Photoshop. Autodesk Alias Design (All Versions) Rhinoceros 5.0;

  20. Reimagining Design with Nature: ecological urbanism in Moscow

    The twenty-first century is the era when populations of cities will exceed rural communities for the first time in human history. The population growth of cities in many countries, including those in transition from planned to market economies, is putting considerable strain on ecological and natural resources. This paper examines four central issues: (a) the challenges and opportunities ...

  21. Final Thesis

    Start your career and write your Final Thesis at the BMW Group. We offer you professional support in writing your Bachelor´s or Master´s thesis Learn more!

  22. Prize-Winning Thesis and Dissertation Examples

    Prize-Winning Thesis and Dissertation Examples. Published on September 9, 2022 by Tegan George.Revised on July 18, 2023. It can be difficult to know where to start when writing your thesis or dissertation.One way to come up with some ideas or maybe even combat writer's block is to check out previous work done by other students on a similar thesis or dissertation topic to yours.

  23. Evgeny Zholkovskiy

    Dedicated research engineer and master's graduate with over five years of experience in the full-cycle development of machine learning and classic approaches: from collecting, labeling, and preparing data to development of algorithms, evaluation, and integration of the solution. Passionate about working with computer vision algorithms, 3d data, and robotics.

  24. PDF 2019 Master's Thesis Evaluation of ICT-based Citizen ...

    Master's Thesis . Evaluation of ICT-based Citizen Participation in Urban Planning and Management - Cases in Moscow City . ... Organization of Thesis . This research is organized into 7 chapters. Chapter 1, the current one, gives an introduction into a topic and problem of the research. Chapter 2 summarizes relevant points from literature

  25. May 1

    Master of Science thesis defence in Biology. Mariana Garrido de Gastro, a Master of Science candidate in the Department of Biological Sciences, will defend her thesis titled "DYNAMICS OF SIMULTANEOUS ARBOVIRAL INFECTION IN HOST AND VECTOR CELLS" on Wednesday, May 1 at 1 PM., virtually, in closed format.

  26. PhD Programme ProMotion

    With our PhD Programme ProMotion. We offer PhD students the opportunity to realise their promotion in cooperation with the BMW Group. The dissertation is a relevant step on the way to a scientific career - which you can create with us. In cooperation with experienced mentors, you will have the opportunity to combine passion and scientific ...