diff --git a/content/pages/curriculum/charts.md b/content/pages/curriculum/charts.md index 6f8fd69..63e04e8 100644 --- a/content/pages/curriculum/charts.md +++ b/content/pages/curriculum/charts.md @@ -1,12 +1,16 @@ --- title: 'Charts and References' date: 2021-09-15T19:12:30-05:00 -lastmod: 2022-12-21 +lastmod: 2024-03-24 description: 'A selection of useful reference charts' --- [European Steel and Alloy Grades / Numbers and equivalents](http://steelnumber.com/)\ [Japanese Engraver/Chisel Shapes & Geometries](https://discord.com/channels/251051817398435841/251054378062970880/798294831167176714)\ [Machinability comparison chart](http://www.carbidedepot.com/formulas-machinability.htm)\ -[Iron-carbon phase diagram](static/iron-carbon-phase-diagram.png)\ -[Junkyard Steel](static/junkyard-steel.png)\ -[AISI/SAE Steel and Alloys](https://www.engineeringtoolbox.com/aisi-sae-steel-numbering-system-d_1449.html) +[Iron-carbon phase diagram](/images/iron-carbon-phase-diagram.png)\ +[Junkyard Steel](/images/junkyard-steel.png)\ +[AISI/SAE Steel and Alloys](https://www.engineeringtoolbox.com/aisi-sae-steel-numbering-system-d_1449.html)\ +[Steel temper colors](/images/temper-colors.jpg)\ +[Steel heat colors](/images/heat-colors.jpg)\ +[Visual identification of steel](/images/visual-identification-steel.jpg)\ +[Titanium anodization voltage chart](/images/titanium-anodization-chart.jpg) diff --git a/content/pages/specializations/pattern_welding.md b/content/pages/specializations/pattern_welding.md index a47bafd..1c1cde0 100644 --- a/content/pages/specializations/pattern_welding.md +++ b/content/pages/specializations/pattern_welding.md @@ -1,15 +1,19 @@ --- title: "Pattern Welding" date: 2021-09-15T17:54:49-05:00 +lastmod: 2024-03-24 +description: "References for all things related to pattern welding, sometimes known colloquially as Damascus" --- ## Links [Mokume Gane](http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.190.5545&rep=rep1&type=pdf) -[Mokume Gane Compatibility Table](https://discordapp.com/channels/251051817398435841/251054378062970880/744699258996916285) +[Mokume Gane Compatibility Table](/images/mokume-gane-compatibility-chart.jpg) [How to etch Damascus Steel](https://flatlineforge.com/2020/12/10/etching-steel/) +[Pattern playground](https://dmt.msbpro.com/#pane=Tile) - Browser app for experimentation with layer counts and techniques + ## Books Mokume Gane — A Comprehensive Study by Steven Jacob diff --git a/static/images/heat-colors.jpg b/static/images/heat-colors.jpg new file mode 100644 index 0000000..15406a5 Binary files /dev/null and b/static/images/heat-colors.jpg differ diff --git a/static/iron-carbon-phase-diagram.png b/static/images/iron-carbon-phase-diagram.png similarity index 100% rename from static/iron-carbon-phase-diagram.png rename to static/images/iron-carbon-phase-diagram.png diff --git a/static/junkyard-steel.png b/static/images/junkyard-steel.png similarity index 100% rename from static/junkyard-steel.png rename to static/images/junkyard-steel.png diff --git a/static/images/mokume-gane-compatibility-chart.jpg b/static/images/mokume-gane-compatibility-chart.jpg new file mode 100644 index 0000000..835e686 Binary files /dev/null and b/static/images/mokume-gane-compatibility-chart.jpg differ diff --git a/static/images/temper-colors.jpg b/static/images/temper-colors.jpg new file mode 100644 index 0000000..d7a25cc Binary files /dev/null and b/static/images/temper-colors.jpg differ diff --git a/static/images/titanium-anodization-chart.jpg b/static/images/titanium-anodization-chart.jpg new file mode 100644 index 0000000..d962ed8 Binary files /dev/null and b/static/images/titanium-anodization-chart.jpg differ diff --git a/static/images/visual-identification-steel.jpg b/static/images/visual-identification-steel.jpg new file mode 100644 index 0000000..fbcdffa Binary files /dev/null and b/static/images/visual-identification-steel.jpg differ