Past Research Projects

The following are research projects that, for one reason or another, ended up falling down the priority list and are no longer being actively worked on. I list them here as a possible conversation starter with students looking for interesting work

  • [IN PREP] Cowen R, Mitchel MW, Hare-Harris A, King BR. Incorporation of Brown’s stages of syntactic and morphological development in a word prediction model of conversational speech from young children
  • [IN PREP] – Cowen R, Mitchel MW, Hare-Harris A, King BR. An adaptive n-gram based stochastic word prediction model for conversational speech.
  • [IN PREP]- Hare A, Essae E, King BR, Ledbetter DH, Martin CL. Determining the dosage effect of copy number variants in the human genome.
  • [IN PREP] – Ren C, King BR – Protein residue contact map prediction using bagged decision trees

Current Student Research

These are ongoing projects as of Summer 2019


Bhagawat Acharya ’20 – Using deep learning for handwriting text recognition.

  • This is a collaborative, interdisciplinary project with Katherine Faull (Comparative Humanities and German Studies) and Carrie Pirmann (Research Services Librarian). We are working together to develop an improved handwriting translation pipeline to increase the HTR throughput of 17-18th century Moravian handwritten literature that is part of the Moravian archives.
  • Funding – Bucknell Emerging Scholars Summer Research Program

Taehwan Kim ’20 – Using Deep Learning to Forecast Monthly Extreme Temperatures over the United States

  • Undoubtedly, climate change is one of most pressing, disconcerting issues of our time. Collaborating with atmospheric science and aerosol science expert Dabrina Dutcher, Assistant Prof. in Chemistry and Chemical Engineering, we are exploring the use of deep learning to develop advanced models that can improve future temperature predictions
  • Funding – Katherine Mabis McKenna Environmental Internship

Lily Romano ’20 – Software for Aerosol Analysis

  • We are developing a new software toolkit to aid in the aerosol research of my colleagues in Chemical Engineering, Dabrina Dutcher, PhD and Timothy Raymond, PhD. Lily is resuming work that was initiated by former student Khai Nguyen ’18 on the software, including advancing the data analysis tools available for aerosol researchers.
  • Funding – Clare Boothe Luce Research Scholars Program

Kartikeya Sharma ’20 – Trajectory Gaze Path Analysis on Eye Tracking Data for Autism Spectrum Disorder Studies

  • This is a collaborative project with my colleagues, Vanessa Troiani, PhD and Antoinette Sabatino DiCriscio, PhD at the Geisinger Autism Developmental Medicine Institute. The primary aim is to develop a toolkit for the eye tracking research community that incorporates my novel method for extracting scanpath trends from group-level eye tracking data.
  • Funding – Ciffolillo Healthcare Technology Inventors Program

Yili Wang ’21 – Using deep learning to identify discriminative features of images with high interest of autistic children

  • This is a collaborative project with my colleague Vanessa Troiani, PhD at Geisinger Autism and Developmental Medicine Institute. This is also a continuation of a project with former student Tongyu Yang `17, who is continuing to assist with the effort
  • Funding – Bucknell Program for Undergraduate Research (PUR)

These are projects that are unfinished for a variety of reasons:

Including a Jupyter Notebook file on WordPress

I’ve been exploring different mechanisms to post Python Jupyter notebook files on WordPress. Of course, I can use nbconvert to convert my notebook files to other formats – including HTML – right from the command line. I can then post this file as part of an embedded HTML block in a WordPress post. However, this sounded like an unnecessary step, since I also wanted the notebook to be available in GitHub. I did not want to deal with generating this HTML file AND also managing a published notebook on GitLab as well. Smells a lot like duplicate efforts, wasted time. Thanks to a great WordPress plugin from Andy Challis, called nbconvert, I was able to achieve what I wanted! See his page at https://www.andrewchallis.co.uk/portfolio/php-nbconvert-a-wordpress-plugin-for-jupyter-notebooks/ for complete instructions.

  1. If you haven’t yet, you must install WP Pusher as a plugin in your WordPress site. (See this for more info.)
  2. Go to his web page for nbconvert, copy the CSS custom code displayed on the page.
  3. Go to your WordPress page, and add the custom CSS displayed on the page above into Appearance -> Customize -> Additonal CSS
  4. Go to https://github.com/ghandic/nbconvert and verify the latest instructions. Install the nbconvert shortcode plugin through WP Pusher. Activate it.
  5. That’s it!

Follow the instructions to include your own Jupyter notebook file available on GitHub.

Example

Here is an example. In a standalone text (or paragraph) block, I included the following shortcode:

[nbconvert url="https://github.com/bkingcs/python_snippets/blob/master/clustering/hierarchical.ipynb" /]

This generates the following:

Moving to WordPress

So, you’re interested in contributing some code back to the wonderful Internet community. Well, your first stop should surely be Github. If you’ve been a student in Computer Science, or pretty much any discipline where you need some code or libraries to accomplish some task, then surely you know that 1) Github is your primary go-to, and 2) you better have set up an account, and started sharing some examples of code for your future employers and collaborators to see what you do.

For some of us, however, we want access to a platform that can give us a bit more flexibility to be able to be a bit more reflective and educational with the code we share, and not simply just share code. And, of course there are dozens of options out there for doing that as well. For me, I spent years just managing my own site using Adobe Dreamweaver. However, it was becoming a bit overkill for what I was trying to achieve. I’ve used WordPress for various classes I teach, but not for my own endeavors. Well, as of 2019, that has changed. I narrowed down my search between Medium and WordPress, and concluded that both would have worked. However, I ultimately decided on WordPress due to convincing myself that it had a bit more flexibility to do some cool things.

Plugins

At some point, I’ll start a log of plugins I use…

There is one plugin that is one of my favs…

WP Pusher

One plugin I’ll mention right off the bat is WP Pusher. While WordPress manages a pretty rich set of plugins, some developers have complained that it takes a bit of time to get their plugins available through their API. Also, you’ll quickly notice that there are a lot of outdated plugins still available that may not necessarily work properly on your version of WordPress. Instead, you can deploy plugins directly from GitHub, Bitbucket or GitLab.

It’s quite simple to install WP Pusher:

  1. Go to WP Pusher
  2. Download the zip file (wppusher.zip).
  3. Go to your WordPress dashboard, and select Plugins -> Add Plugins -> Upload Plugin. Upload your zip file.
  4. Activate it!

You should now notice that you have a new menu item available called WP Pusher.

That’s it! Find a WordPress plugin on GitHub, and readily install it using WP Pusher! All plugins you install and activate from WP Pusher will then be available and managed from your standard Plugin interface. Very cool.

My joy with ILTM

I had the joy of becoming a core faculty member of the Institute of Leadership in Technology and Management for the past two summers (Summer 2017, 2018). I found this to be one of the most transformative experiences available to Bucknell students since I’ve been here. I was honored to be part of this program. I worked with some absolutely wonderful students in ILTM! However, as a result of this opportunity, my scholarship was substantially halted for the last two summers. Thus, I have not taken on any new students for quite some time.

I was also on sabbatical during the entire 2017-18 academic year. During this time, I continued to work on interesting projects collaboratively with Dr. Vanessa Troiani at Geisinger Autism and Developmental Medicine Institute. As much as I’ve found much pleasure working in various areas of bioinformatics, I decided it was time for me to explore other areas of sequential data analysis. Dr. Troiani and her lab members have invigorated me with new opportunities in pattern mining mass quantities of eye-tracking data. This ultimately led to another collaborative project involving Dr. Troiani and our own Prof. Evan Peck. Slowly, the research agenda is ramping back up again. I applied to 5 different grant opportunities, of which, to date, one has been awarded, and a much larger one is currently under review.

I’ve also become more involved in interdisciplinary teaching and research opportunities across the university. Bucknell is at a point now where we can truly provide some very interesting transformative experiences to our students – rare opportunities that very few colleges can offer. To do so, however, we must leverage the opportunities that exist across disciplines. Thus, I’ve been intentional in my pursuits to identify new opportunities outside of my own department, and my own home – the College of Engineering. For instance, I’ve had great joy working with my collegue, Prof. Abby Flynt, on both teaching and research projects. (We both recently received the Presidential Award for Teaching Excellence for 2018, and co-mentored a wonderful student, Alexander Murph, who completed an honors thesis and is now at UNC Chapel Hill pursuing his PhD in Statistics!)

Speaking of new, unique opportunities for interdisciplinary work. I’m looking forward to seeing new things happen with our new College of Management, where I expect some interesting collaborations with new faculty who will be part of their new Analytics and Operations Management program. I’ve been spending time with them recently serving on a committee to help them hire new faculty for this exciting program.

Of course, I can’t forget our wonderful friends in Biology, who were so instrumental in collaborating on my bioinformatics projects very early on during my pre-tenure days here. Needless to say, there are great colleagues across this university, with lots of data! It’s a rich place for a data scientist!

Sequential data mining and analysis – it will always remain my primary area of focus, and it’s exciting to be able to afford the risks with tenure to be able to stretch my core interests toward new areas. Fortunately, sequential data are ubiquitous. Thus, I’ve branched away from biological sequence analysis and delved into numerous other areas of sequential data. I will update soon.

My post tenure feelings

So, is tenure all it’s cracked up to be? Well, I’m now in the midst of my third year post tenure. Or is it my second? I don’t even know. I’m burnt out, thanks to the vicious down side of tenure – SERVICE! Once a faculty member receives tenure, it seems as though you are put on a list by the administration throughout the college and university. This list is special. I believe the title of the list is, “PEOPLE WHO WE CAN GUILT INTO SERVING ON COMMITTEES NOW THAT THEY HAVE TENURE.” This semester, I honestly have lost count of the committees and the other opportunities where I have said “yes” to volunteer for opportunities to help my colleagues. The result, I regularly have a minimum of 10-15 additional hours per week dedicated to service obligations; that has recently reached 20+. Those are hours that are on top of my normal teaching hours in and out of the classroom, which are easily 40+ hours, and that doesn’t include my normal teaching/service duties, such as academic advising, department meetings, mandatory caffeine pursuits, and so on. (An academic has no concept of a 40-hour work week. It doesn’t exist.) This is a huge challenge that I’m struggling with. It is due, in part, to a very young, vibrant department of faculty who are going through the tenure process. Thus, the relatively few of us who have tenure take on a lot of the service obligations to protect them as they work through tenure. And, of course, I know, I know… the real reason? Because I often find it difficult to say, “NO!” Like I said, I work at a great place with wonderful colleagues. I believe it’s important to pay it forward. I had people senior to me who were once in my shoes and protected me from excessive service obligations, and I will do the same. The challenge is the imbalance in the department. We’ve had a lot of people retiring in recent years. In time, the balance should be back to normal as others get through the tenure review process, and they can share the service burdens.

Anyway, the most important thing that has me excited? First, I’m teaching BOTH a data mining AND a data science course this Spring! Second – this summer 2019 is mine! All mine! [Insert-evil-laugh-here]. I have not had a summer for research since 2016. So, I have several projects that are ramping up, and I am looking for new students to work with me this summer. Funding is available. Send me an e-mail if you are interested.

Summer 2016

It has been quite some time since I’ve updated current events. Thanks to our students, we have had a pretty active summer…

  • Robert Cowen is continuing his work with me on word prediction models. We have good results and are writing our first paper. The first draft should be complete by the beginning of September.
  • Morgan Eckenroth has started work on the development of a virtual reality app (using Google Cardboard) that will be used by autistic children to help assess (and hopefully retrain) biases in their visual processing
  • Khai Nguyen is working on a collaborative project, funded together by the College of Engineering, Chemical Engineering, and Computer Science. The aim of the project is to develop a new application for aerosol researchers in Chem Eng.
  • Ryan Stecher is working on a collaborative project with Dr. Aaron Mitchel in Psychology to develop and finalize a web-based series of perception tests.
  • Tongyu Yang has been investigating the use of deep learning to help autism researchers better understand why autistic children have substantial interest in certain types of images

Son Pham, ’17

Project: Using Deep Learning to Automatically Learn Feature Representation and Build a Better Classification Model on Protein Sequential Data
Started: Summer 2015
Funding: Bucknell University PUR

ABSTRACT

In theory, deep learning is not new. However, it has recently become one of the most exciting directions that machine learning has witnessed in years. It has had a tremendous impact on image classification. However, there are very few methods that have investigated its use on strictly sequential data, such as those found in biological sequences. This study will aim to investigate the use of deep learning to induce a protein sequence classifier that can outperform existing methods.

ACHIEVEMENTS

  • Poster Presentation – Sigma Xi 2015 Summer Research Symposium
  • Poster Presentation – Fifth Annual Susquehanna Valley Undergraduate Research Symposium, SVURS 2015, August 4, Bucknell University, Lewisburg, PA
  • Poster Presentation – Presented at 15th Annual Kalman Research Symposium, April 2, 2016, Bucknell University, Lewisburg, PA

POST GRADUATION UPDATES

Son graduated with his degrees in Computer Science and Engineering, together with Digital Studio Arts. He went on to work for Amazon as an Software Engineering Intern, then took a position at Google working with machine learning. Son graduated with the aim of going back to graduate school in 1-2 years.