Conferences and Volunteer Work

The pandemic unfortunately made it hard to perform in person volunteer opportunities

Volunteer Work

10/2020 – 12/2020 – Play Like a Girl Mentoring
Went through designated materials of helping middle school girls create SMART goals for themselves and presented about careers. Did a session on how to read graphs and charts and how some charts can be misleading depending on how data is presented.

01/2019 – IT Staff for Ohayocon
Set up AV for panel rooms, did basic IT troubleshooting

07/2018 – N.E.R.D.S Computer Science Camp
Week long camp where we taught MIT App Inventor to 8th/9th graders and went over algorithm and programming basics.

02/2018-05/2018 – Taft Girls Riding Stem
Program where we followed a guide to build a bicycle with middle schoolers. We started with a bicycle frame and put together the parts while discussing the science behind it.

01/2017-2019- Super Heroines Etc.
Super Heroines, Etc. is a 501c3 nonprofit focused on empowering women to embrace their inner nerd. I helped volunteer at events doing whatever was needed. Also participated in a Microsoft Gaming Panel

11/19/2014 – Women in Information Technology Panel
I answered questions regarding my experience and position at the time of the panel.

2013 – Grace Hopper 2013
I was part of a committee to review poster presentations

08/08/2013 – Girls on the Go
Answered questions about my job for girls interested in STEM

01/2013-03/2013 – TechCorps TechieClub
TechieClub was an elementary school program helping kids become introduced to  STE

Conference Presentations

Alliance 2017

Leveraging BI Publisher and Oracle Business Intelligence Edition to Streamline Processes

The University of Cincinnati used Oracle Business Intelligence Enterprise Edition (OBIEE) and BI Publisher to create the automatic form. A data model was created in OBIEE which was then used in a BI Publisher Report. A report template mock-up of the original form was created in Microsoft Word with the BI Publisher plugin and was then populated with sample data from the data model. The BI Publisher report has repeated grouped section and displays a student’s full name, registered classes for a term, cumulative GPA, among other information. Using an OBIEE dashboard, the report can be run for multiple students at the same time.
Alliance Presentation Summary

Alliance 2016

Oracle Business Intelligence Enterprise Edition Multiuser Development Environment

When there are several report developers on a data analytics team using Oracle Business Intelligence Enterprise Edition, it can be easy to run into conflicts. For example, someone is testing a new calculated column in the RPD, if they restart the development machine, the other users can no longer build their reports until the development machine is back up. Migrating reports can also be tedious using the archive/unarchive process.

The University of Cincinnati has implemented a multiuser development strategy that uses Github enterprise across individual developer virtual machines with Oracle Business Intelligence Enterprise Edition installed, and a testing environment allowing developers to develop RPD and catalog components independently while allowing end users to test on a system that is only restarted on a release cycle.

The RPD has a built-in multi user development, but it requires checking in and out and using a configuration file. The University of Cincinnati uses Github Desktop and Github Enterprise and the RPD saved as MDS XML. This allows multiple users to make changes to the RPD at the same time as long as different items are being modified. There is no need for checking in and out and no need for a configuration file. The changes are tracked and no special commands are necessary.

In this session, the University of Cincinnati will review the typical development environment, the development environment and the reporting development life cycle at the University of Cincinnati. A demonstration will also be given toward the end of the presentation. The University of Cincinnati will display how Github Desktop and Github Enterprise works with the RPD MDS XML file structure. Github Enterprise history of the changes will be discussed. Git conflict resolution will be shown. RPD security will also be demonstrated.

Oracle Business Intelligence Enterprise Data Dictionary using the RPD & Oracle Data Integrator

A data dictionary is a tool that every organization would like to have and is inevitably hard to keep up with. Some organizations use Excel Spreadsheets, web applications with backend databases, or proprietary products. The University of Cincinnati has built a data dictionary using the RPD and Oracle Data Integrator eliminating the use of extra tools.