change wording to be more freeflowing
This commit is contained in:
parent
d353fdf2f2
commit
6ae2d1b482
@ -87,12 +87,14 @@ fn HomePage() -> impl IntoView {
|
||||
subtitle="Northrop Grumman Corporation".into()
|
||||
id="p-e-1".into()
|
||||
experience_blurbs=vec![
|
||||
"Developed C++ simulation for high fidelity simulation of air-to-air radars for Emerging Capabilities division. The system simulates from the environment to IQ data returns connected to operational flight program. ".into(),
|
||||
"Lead software development process of C++ simulation for a team of 6 engineers.".into(),
|
||||
"Improved tooling to assist in analyzing IQ data for understanding. The tool uses a Qt graphical user interface to allow the user to select which set of data to process and displays range-doppler maps for the analyst to review. I created support for an angle of arrival estimation algorithm, allowing the user to select a point of interest on the range-doppler map and view the estimated angle of arrival of that return. I created a config file that the tool stores its current state with, allowing the tool to remember what the analyst was doing when it was last open and saving the analyst time. I improved the binary file IQ parser that the tool had been using by supporting a design that only reads in header files to gather the necessary information to parse IQ binary until that specific set of data is needed, more of a just-in-time approach. Previously the tool would crash with a large dataset. I also implemented an LRU caching algorithm to allow for speedy recall of recent pieces of data.".into(),
|
||||
"Contributed to technical documentation process – Model Design Review (MDR) – at all stages.".into(),
|
||||
"Developed a web application – PyCAM – to assist control account managers in tracking costs within programs.".into(),
|
||||
"Additionally: recognized as Top Performer, mentored & trained other engineers".into(),
|
||||
"As a simulation engineer at Northrop Grumman's Emerging Capabilities division, I am currently developing a high-fidelity C++ simulation system that accurately simulates air-to-air radars. This innovative system connects the operational flight program to IQ data returns generated from the environment, pushing the boundaries of radar simulation technology and setting new standards in the field.".into(),
|
||||
"Currently overseeing the software development process for this cutting-edge simulation requires strong technical expertise and leadership skills. By holding regular meetings and discussing updates from team members, I contribute to ensuring that the project progresses smoothly and efficiently while maintaining the highest standards of quality and innovation.".into(),
|
||||
"I improved our analysis capabilities by enhancing an existing Qt graphical user interface tool. This updated tool allowed analysts to select specific data sets for processing and visualize range-doppler maps for thorough review. To further aid analysis, I implemented an angle of arrival estimation algorithm, enabling users to identify and visualize the estimated angle of arrival for areas of interest on the range-dopler map.".into(),
|
||||
"Furthermore, I addressed the previous issue of tool crashes with large datasets by improving the binary file IQ parser. I introduced a just-in-time approach that only reads in header files to gather the necessary information to parse IQ binary until that specific set of data is needed. Additionally, I implemented an LRU caching algorithm to allow for speedy recall of recent pieces of data.".into(),
|
||||
"To streamline analysis, I designed a configuration file that allowed the tool to remember and restore the user's previous session state, significantly reducing analysis time.".into(),
|
||||
"My contributions extended beyond software development. I actively participated in the technical documentation process, playing a crucial role in Model Design Reviews (MDRs) at every stage of the project. This commitment to thorough documentation ensured that our work met the highest standards and was easily understood by all stakeholders.".into(),
|
||||
"In addition to simulation development, I created PyCAM – a web application tailored for Control Account Managers (CAMs). This tool revolutionized cost tracking within programs, providing CAMs with real-time insights and enabling data-driven decision-making.".into(),
|
||||
"Throughout my ongoing tenure at Northrop Grumman, I have demonstrated exceptional performance and earned the title of Top Performer during my first year. Since then, I consistently strive to maintain this high level of excellence in my work. Moreover, I take an active role in mentoring and training other engineers, fostering a culture of growth and knowledge sharing within the team. My dedication to excellence, leadership abilities, and commitment to innovation make me a valuable asset to the Emerging Capabilities division at Northrop Grumman, as I continue my work with the company.".into(),
|
||||
] />
|
||||
<div class="my-16 mx-auto w-fit">
|
||||
<p>2023</p>
|
||||
@ -103,10 +105,12 @@ fn HomePage() -> impl IntoView {
|
||||
subtitle="Ingredion Incorporated".into()
|
||||
id="p-e-2".into()
|
||||
experience_blurbs=vec![
|
||||
"Worked at two different facilities after graduation at Ingredion. I was the Process Lead at a facility in Indianapolis, responsible for the daily operations of the Co-Products department. I was the Process Engineer (and would sometimes cover as Process Lead) in a facility in Kansas City, working across the Treating, Drying, & Packaging departments. A lot of this work was centered around people management and ensuring smooth daily operations.".into(),
|
||||
"Provided data visualization tools to empower informed decision making during my time at facility and beyond. These tools allowed us to identify a bottleneck in the starch dewatering process. The Merco centrifuges were running 10 baume on underflow this was causing slow cycle times on Reinvelds. Not long after this and a few mechanical changes we were able to hit a new record of 2.05 million pounds of starch dried in one day.".into(),
|
||||
"Led various smaller project installations in the under $500,000 range. Refurbished blend bin lid. Installed metal detector on line 2. Fixed and installed chemical line on LNP unit for HCl metering. Installed level detection equipment on various bins to provide greater insight into process health.".into(),
|
||||
"Installed RF Gen barcoding system to allow for real time inventory tracking off production lines. Developed new standard procedures and trained with the new process. Developed project dashboards to display real time data to management and to line workers.".into()
|
||||
"After graduating, I embarked on a rewarding journey at Ingredion, working at two distinct facilities. In Indianapolis, I took on the role of Process Lead for the Co-Products department, overseeing the daily operations and ensuring seamless performance.".into(),
|
||||
"My experience expanded further when I moved to Kansas City, where I served as the Process Engineer, occasionally stepping in as the Process Lead. Throughout my tenure, I worked diligently across the Treating, Drying, and Packaging departments, focusing on people management and maintaining optimal day-to-day processes.".into(),
|
||||
"One of my significant contributions was developing data visualization tools that empowered informed decision-making not only within the facilities but also beyond. These innovative tools enabled us to identify a critical bottleneck in the starch dewatering process, where the Merco centrifuges were running 10 baume on underflow. This issue led to slow cycle times on Reinvelds. However, by implementing a few strategic mechanical changes, we achieved a new record of 2.05 million pounds of starch dried in a single day.".into(),
|
||||
"Throughout my time at Ingredion, I spearheaded various smaller project installations, each with budgets under $500,000. These projects included refurbishing blend bin lids, installing metal detectors on line 2, fixing and installing the chemical line on the LNP unit for HCl metering, and implementing level detection equipment on various bins to provide real-time insights into process health.".into(),
|
||||
"Moreover, I played a pivotal role in introducing the RF Gen barcoding system, which revolutionized inventory tracking by allowing for real-time monitoring off production lines. I also developed new standard procedures, trained employees with the new process, and created project dashboards to display real-time data to both management and line workers.".into(),
|
||||
"My time at Ingredion was filled with challenges and achievements, providing me with valuable experience in people management, process optimization, and technological innovation within the food industry.".into(),
|
||||
] />
|
||||
|
||||
<div class="my-16 mx-auto w-fit">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user