Skip to content

Instantly share code, notes, and snippets.

@awhite40
awhite40 / filelist.m
Last active August 29, 2015 14:06 — forked from tonyfast/filelist.m
d = cd
paths = strsplit( genpath( d ), ';' );
fo = fopen( 'list.txt', 'w')
for pp = 1 : numel( paths )
ff = dir( paths{ pp } )
[~,b] = fileparts(paths{pp})
if numel( ff ) > 0 & numel(strfind(paths{pp},'.git')) == 0
@awhite40
awhite40 / project.md
Last active August 29, 2015 14:05 — forked from tonyfast/project.md
Project proposal for Material Informatics

Structure Property Relationships for a Polymer/Fiber Composite System

Team Members

  • Alicia White - MSE
  • Geet Lahoti - ISYE

Proposal

Fibers in a injection molded polymer form a very complex structure. As the fibers cause a significant reinforcement of the part, their arrangement is an important aspect of the structure of the overall part. Fiber density and distibution will greatly affect the local and bulk properties of the system.