Friday, February 17, 2017

Bay Area Rant

I'm not against start-ups. I'm not against innovation. I enjoy Silicon Valley (the HBO show) for its satire.

I came across this today:

"... is a well-funded advanced technology company, backed by top VC firms, with the intent to completely disrupt the metal additive manufacturing industry."

How do you disrupt an industry that is barely past its infant years?

Friday, February 10, 2017

My story

Tell the story of your life

This post is a few weeks late.

I read this article several weeks ago. Coincidentally, I also came across it before heading out to an interview. The on-site interview process involved three one-on-one behavioral interviews, several technical "interviews" with different groups of the company, and a 30-40 minute presentation. Before heading out to the interview, I gave a practice presentation to my research group. The advice/criticism I received?

"You're not presenting about your research. You're presenting to sell yourself."

I thought from reading the article, I understood it. Although when I gave the practice presentation, it turned out I didn't. Refining my presentation to tell the story of me, was far more challenging than I expected, especially when every PowerPoint presentation I gave was a technical presentation.

I always believed my story was boring, especially as I've always stayed in the academic setting. I started doing undergraduate research the summer of 2008, after I failed to find an internship. The research project on water purification using metal oxide nanoparticles led to the WaterCampws REU for the next two years. The REU opened up to me the various aspects of academic research between writing, making posters, preparing presentations, attending seminars, and so forth. I graduated, applied to graduate school, and found myself at Carnegie Mellon University. When I came I envisioned working with the next generation of biomaterials, but instead I found myself fascinated by grain boundary engineering and microstructure evolution. I defended my thesis as an expert on annealing twins, grain growth, recrystallization, and microstructure characterization, and then found myself doing a post-doc next. At NIST, I changed gears again (but this time at least still working on microstructure and metals), focusing on deformation and formability of sheet metals.
While in a technical presentation nobody would ever care about this story, and I myself didn't think much of it at first, I realized it showed my flexibility to change between fields and my adaptability to become an expert (maybe not the leading expert) of a topic.

We all have a story to tell. What's yours?

Tuesday, December 20, 2016

Explain like I'm 5

One of my Facebook friends recently saw my NADDRG 2016 Fall Symposium talk titled, "X-ray Stress Measurements during Multi-axial Deformation."

He commented, "ELI5" (see title)

It's taken me over two weeks to get back to him, but this was my response:

Grab something by one end in one hand and the other in other hand. Maybe it's a piece of tape or strip of paper. Pull the ends apart from one another slowly and you're performing a uniaxial (single axis) tension experiment. As you deform the material, that change in length compared to its starting length is how much you strain the material by, and how much force you need to keep that strain is the stress.

Now let's take a sheet of paper. You're going to grab two sides of the sheet and someone else will take the other two. You guys will both slowly pull, so now you're stretching the sheet. This is multi-axial deformation now (in this case with two perpendicular axis). For uniaxial deformation, we have a pretty good idea of the math to relate the strain and stress, but this is not the case in multi-axial deformation.

To find the relationships between strain and stress in multi-axial deformation, we have ways to find the strain, but not so much the stress. To solve this, we use x-rays to look at what's happening at the atomic level. Materials are made out of atoms and those atoms are ordered. When we pull on a material, those atoms also move apart from one another. We can relate that separation of atomic distances to a stress, but we can't see those distances with our eyes.

X-rays are amazing. How we use x-rays here is not like medical imaging when a doctor wants to see your bones. We use x-ray diffraction to find the separation of those atomic distances. Think about when you shine light onto you hand in a room and look at the shadow behind it. The shadow has the same shape as your hand but is much larger than your actual hand. This is a simplified idea, but we use x-rays in the same way to magnify and observe those separations in atomic distances in the material during multi-axial deformation to get desired information about the stress.

How'd I do?



*Corrected for typos at 11:27 pm courtesy of my editor

Saturday, August 13, 2016

Learning

For a while I wasn't happy with my post-doctoral position, and I should have been. I was in a position as a Materials Research Engineer, which means I still got to do materials-related research. I was in an environment where the pace of work was relaxed, enabling one to look at tangents when they came up (but ideally before you get too far and don't write up your previous results). Most importantly, as a post-doc at my work place, I had the freedom to determine my project. I dictated my research for the next two years.

Some of the problems I had was that I really wasn't doing any more materials research. I was researching on materials, but I felt much more like a mechanical engineer than materials scientist. When I went to the last two conferences I mentioned, I realized how much I missed microstructure-related science. Whether it was discussing improvements and novel techniques in microstructure characterization, or the details and complexity of microstructure evolutions during deformation, recrystallization, and grain growth. Additionally, because I felt outside my realm of expertise as well, I was easily frustrated when obstacles and set-backs occurred and I didn't know how to get around them.

It wasn't until I was catching up with my colleague at Carnegie Mellon University that my work attitude turned around. While she (another post-doc) was still getting to continue a similar line of work to her PhD, she reminded me that I was getting the chance to learn new techniques like digital image correlation and new fields like sheet metal forming.

This conversation reminded me of why most of us pursue a PhD in the first place. It's the opportunity to keep learning, whether to keep becoming an expert in a field you're in, which was what I thought needed to be happy, or branching out into a new area, which I am happy with where I'm at now.

Tuesday, July 19, 2016

Behind on updates again...

Back to back conferences though! I guess this is what they mean when they say, "If you love what you do you'll never work a day in your life." =P

Last week I was at the following learning a lot of 3D microstructure characterization and properties. The main takeaway I had is that grains are simply blobs in space, and if grain boundaries do exist, they are entirely flat boundaries. (This is a joke).

This week I'm focusing on recrystallization and grain growth. So far, the talks on the first day have been great and I look forward to the rest of the week.

Hopefully more updates will come after my two week work "vacation."

Friday, July 8, 2016

LMFIT and Peak-Fitting of XRD peaks

I recently added the Non-Linear Least-Squares Minimization and Curve-Fitting (LMFIT) package to my Python. Lately I've made an effort to move away from MATLAB and use Python and the packages available for it to take on some of my scientific problems.

I've been using the Gaussian model and composite model feature of LMFIT to reproduce a fitted diffraction profile as close as possible to what the manufacturer's software provides me. In the software, the fitting procedure determines the position of 2theta to determine the d-spacing of the crystal structure by Bragg's law. The stress is then calculated based on the change in d-spacing or lattice strain (gross oversimplification). The software ignores the information that exists within the peak, such as peak width that can reflect a dislocation content or the peak shape that may influenced by the twin density. Hence my goal is to reproduce the fitting procedure and determine the peak characteristics such to hopefully find more information.

Below outlines my fun so far in trying to replicate what the manufacturer does for peak fitting. This is an example of a diffraction peak, that has been fitted with a Gaussian curve:
This is the output that the software reports:
One distinct difference right away is that two peaks are used to fit the diffraction profile. Obviously I'm already off to a bad start. For those curious, this is because both the K alpha1 and alpha2 are used during the measurement, so there is in fact two signals. This was my next attempt just using two Gaussian curves.
Not even close. Although the fit is actually better than the manufacturers, it has no physical reasoning. So I enforced some rules on the intensity of the two radiations as well as the expected separation of the two peaks and came out with this:
The constraints actually made my fit "worse" compared to when the summation of the two Gaussian curves were left unbounded, but at least now I'm little closer to what the manufacturer reports. The next constraint I added was to assume the interaction profile of both radiation types would be same same in terms of variance, which gave me this:
Then the end of the day rolled around and I called the quits =P

Overall though using LMFIT was pretty intuitive and seemed to offer a lot for optimized fitting routines. I'm hoping to use more of it in the future for my work.


Wednesday, June 22, 2016

CHiMaD Materials Design

Last week I participated in the CHiMaD Materials Design Workshop held on NIST. Greg Olsen gave a keynote talk to kick things off, introducing to us the concept of System Design Charts, specifically focused for materials science and engineering and focusing on the paradigm of processing, structure, properties (and sometimes performance). The idea is such design charts enable one to target the important areas of interest to investigate and focus on, but also being able to communicate better on what one is investigating. This makes sense from an industrial standpoint when one needs to talk with shareholders or clients of a consulting firm, but can also be applied academia so that members within a research group can keep track of what each person is working on specifically, while still seeing the big picture.

To be honest, there is nothing special with the System Design Charts. It's simply just another tool that one can use to organize their thoughts and convey their ideas on where to go next. It's a strategic planning tool (like SWOT or anything else) to keep groups focused on the important parts of the big picture, rather than investigating small parts of interest.

First, one lays out all the processing steps in a sequential manner. The processing steps will influence the structure of the material. This may be the literal crystal structure (if we're talking about metals), but also things such as phases, precipitates, or features like twins. The lines that connect the processing boxes and structure boxes are two-way, such that processing will directly influence structure, but the resultant structure can also influence subsequent processing. Properties sit on the side other structure, and highlight what structures are connected to what properties the most, again as a two-way connection. Optional is putting performance on the other side of properties.

Designing the chart this way, one attempts to solve the problem in determining how to optimize the processing to influence the properties of most interest, where the monetary interest lies. There's nothing special about this, except that the structure column clears up the historic blackboxes that we tried to directly correlate properties to processing. From what I understood, therein lies the materials design by considering the actual structure of the material and the impact it plays on the properties. As a materials science major, this is all something one learns in a first-year class. Looking from a bigger picture though, the tool tells you where money can be made, which for a scientist may not sit right.

Alternatively, it was introduced to us that such a concept can be applied to any science, which was the goal of the workshop. This was my attempt at a Monte-Carlo grain growth scheme (no money to be made here =P):