Skip to content
Snippets Groups Projects
Commit 93b76a75 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

adding links

parent f54487a9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ MaterialMenuView = Backbone.View.extend({
template: _.template('\
create materials and assign them to parts in the model\
<br/><br/>\
stiffness, elasticity\
stiffness, elastic modulus\
')
});
\ No newline at end of file
......@@ -22,6 +22,12 @@ OptimizationMenuView = Backbone.View.extend({
template: _.template('\
input stiffness requirements of structure\
<br/><br/>\
data representation for structural optimization: <a href="http://www.demo.cs.brandeis.edu/papers/edc98.pdf">lego tree</a>, <a href="http://creativemachines.cornell.edu/sites/default/files/Cheney_MacCurdy_Clune_Lipson--Unshackling_Evolution.pdf">CPPN-NEAT (functional)</a>, octree, some other kind of tree, grammar?\
<br/><br/>\
optimization parameters representation may depend on application: <a href="http://2.bp.blogspot.com/-4o29mAWZjag/UURyXoraMKI/AAAAAAAAHyM/HnevUeJ68Sw/s400/yyy.bmp">nike</a>, airbus, assembler/declarative design\
<br/><br/>\
active components/structures: <a href="https://www.youtube.com/watch?v=z9ptOeByLA4">voxcad</a>, <a href="http://arxiv.org/pdf/cs/0004003v2.pdf">conway</a>\
<br/><br/>\
')
});
\ No newline at end of file
......@@ -22,9 +22,9 @@ PhysicsMenuView = Backbone.View.extend({
template: _.template('\
world physics: gravity, global forces\
<br/><br/>\
part coneection stiffness\
part connection stiffness\
<br/><br/>\
ground/fixed/boundary conditions selection\
ground/fixed/boundary conditions definition\
')
});
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment