Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 10 of 10

Full-Text Articles in Physical Sciences and Mathematics

Numerical Model Of A Radio Frequency Ion Source For Fusion Plasma Using Particle-In-Cell And Finite Difference Time Domain, Augustin L. Griswold Aug 2020

Numerical Model Of A Radio Frequency Ion Source For Fusion Plasma Using Particle-In-Cell And Finite Difference Time Domain, Augustin L. Griswold

University Honors Theses

Radio frequency (RF) plasma sources are common tool for application and study, and of particular interest for inertial electrostatic (IEC) fusion. Computational analysis is often carried out using particle in cell (PIC) methods or finite difference time domain (FDTD). However, a more holistic analysis is necessary as the particle distribution is highly dependant on the fields created by the plasma source. Herein, an analysis of a particular planar RF electrode with deuterium gas is provided which covers the fields and the particle behaviour using first FDTD then PIC. Further applications are discussed as well as further directions for this study.


The Meaning Of Red And Green In User Interfaces For The Color Deficient, Bassel Hamieh Jul 2020

The Meaning Of Red And Green In User Interfaces For The Color Deficient, Bassel Hamieh

University Honors Theses

Around 108 million web users are color blind which is a problem when the way we communicate over the web or interfaces is through the use of color. Red and green are two colors that are especially heavily used in interface design because of their strong symbolic associations; red being a sign to warn or stop and green being the opposite. This has a large effect on red-green color blind people who are not able to perceive either of those colors correctly. Many solutions exist that aim to help through color differentiation but none take into account color symbolism. With …


Empirical Analysis Of Cbow And Skip Gram Nlp Models, Tejas Menon Jul 2020

Empirical Analysis Of Cbow And Skip Gram Nlp Models, Tejas Menon

University Honors Theses

CBOW and Skip Gram are two NLP techniques to produce word embedding models that are accurate and performant. They were invented in the seminal paper by T. Mikolov et al. and have since observed optimizations such as negative sampling and subsampling. This paper implements a fully-optimized version of these models using Py-Torch and runs them through a toy sentiment/subject analysis. It is weakly observed that different corpus types affect the skew of word embeddings such that fictional corpus are better suited for sentiment analysis and non-fictional for subject analysis.


Automatic Keyphrase Extraction From Russian-Language Scholarly Papers In Computational Linguistics, Yves Wienecke Jul 2020

Automatic Keyphrase Extraction From Russian-Language Scholarly Papers In Computational Linguistics, Yves Wienecke

University Honors Theses

The automatic extraction of keyphrases from scholarly papers is a necessary step for many Natural Language Processing (NLP) tasks, including text retrieval, machine translation, and text summarization. However, due to the different grammatical and semantic intricacies of languages, this is a highly language-dependent task. Many free and open source implementations of state-of-the-art keyphrase extraction techniques exist, but they are not adapted for processing Russian text. Furthermore, the multi-linguistic character of scholarly papers in the field of Russian computational linguistics and NLP introduces additional complexity to keyphrase extraction. This paper describes a free and open source program as a proof of …


Functional Programming For Systems Software: Implementing Baremetal Programs In Habit, Donovan Ellison Jul 2020

Functional Programming For Systems Software: Implementing Baremetal Programs In Habit, Donovan Ellison

University Honors Theses

Programming in a baremetal environment, directly on top of hardware with very little to help manage memory or ensure safety, can be dangerous even for experienced programmers. Programming languages can ease the burden on developers and sometimes take care of entire sets of errors. This is not the case for a language like C that will do almost anything you want, for better or worse. To operate in a baremetal environment often requires direct control over memory, but it would be nice to have that capability without sacrificing safety guarantees. Rust is a new language that aims to fit this …


Facilitating Mixed Self-Timed Circuits, Alexandra R. Hanson May 2020

Facilitating Mixed Self-Timed Circuits, Alexandra R. Hanson

University Honors Theses

Designers constrain the ordering of computation events in self-timed circuits to ensure the correct behavior of the circuits. Different circuit families utilize different constraints that, when families are combined, may be more difficult to guarantee in combination without inserting delay to postpone necessary events. By analyzing established constraints of different circuit families like Click and GasP, we are able to identify the small changes necessary to either 1) avoid constraints entirely; or 2) decrease the likelihood of necessary delay insertion. Because delay insertion can be tricky for novice designers and because the likelihood of its requirement increases when mixing different …


Inhibition Of Cancer Causing Genes Through The Delivery Of Omomyc In Anti-Myc Therapy: A Systematic Review, Angie Mcgraw May 2020

Inhibition Of Cancer Causing Genes Through The Delivery Of Omomyc In Anti-Myc Therapy: A Systematic Review, Angie Mcgraw

University Honors Theses

A systematic review of the available studies on the interference of OmoMyc with Myc's function in cancerous cells is presented. Myc is a transcription factor that regulates cellular processes such as apoptosis, proliferation, and differentiation. However, Myc is often overexpressed in a variety of cancers, resulting in abnormal growth of cancer cells. Although the inhibition of Myc has been highly desired, it remained a challenge due to its undruggable characteristics. Attempts to inhibit Myc have involved the usage of small-molecules, but these attempts have failed, causing adverse effects and incomplete inhibition of Myc. Despite promising preclinical studies of OmoMyc, it …


Fallen Objects: Collaborating With Artificial Intelligence In The Field Of Graphic Design, Harrison S. Gerard May 2020

Fallen Objects: Collaborating With Artificial Intelligence In The Field Of Graphic Design, Harrison S. Gerard

University Honors Theses

In this paper, I discuss the creation, execution and reception of my digital art series Fallen Objects, in which I collaborate with a neural net to create pseudo-found objects. I explore how artists might collaborate with Artificial Intelligence obliquely, not by having the AI generate the images themselves, but instead generate input for the artists to make the images. While many artists are focused on training neural nets to replicate their own art inputs, I instead focus on working with an AI trained on external, easily-accessible data and creating images from the prompts it delivers. In this way, the AI …


The Rise And Infiltration Of Pac-Man And Street Fighter, Angelic Phan Feb 2020

The Rise And Infiltration Of Pac-Man And Street Fighter, Angelic Phan

University Honors Theses

With the social, cultural, and economic influence of video games, it is important to examine why they have become such popular forms of entertainment. Particularly, why certain franchises have continued to persist among the growing industry. Two notable franchises are Pac-Man and Street Fighter, which are also most frequently discussed in scholarly texts. I supplement a literature review with an analysis of marketing texts to illuminate a series of shared factors that help explain both games' popularity despite the apparent dissimilarities of their content. First, my work helps us look across multiple scholarly papers to create a bigger picture …


Experimenting With A Biologically Plausible Neural Network, Dmitri Murphy Jan 2020

Experimenting With A Biologically Plausible Neural Network, Dmitri Murphy

University Honors Theses

We present research on an implementation of a biologically inspired Bayesian Confidence Propagation Neural Network (BCPNN). Based on previous work by Christopher Johansson and Anders Lansner, our implementation seeks to test and understand the various properties of this model. The floating-point implementation we built uses discrete time and bit-vectors as input/output. We found that the column based BCPNN model is able to memorize a decent number of input vectors and is able to restore noisy versions of these vectors with relatively high accuracy. We examine the model’s capacity, noise recovery ability and cross-column connection influence, among other attributes. The clearest …