diff --git a/README.md b/README.md
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..6ae1e934c78a61c4e57b81beed5b886d79417977 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,24 @@
+### 06/27/2019
+- Compile `OldRoCo` [repo](https://git.uclalemur.com/mehtank/oldroco)
+  - Record of modification:
+    - ++line 8 of `vstart.sh`
+    - --> `pip install -r requirements.txt --user`
+- Export `paperbot` dxf file : `graph-silhouette.dxf` to `OnShape`
+  - Record of Tips:
+    - Onshape does not read dxf file as its own saved unit. Manual settings needed when import.
+    - ![onshape_dxf_unit.png](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/onshape_dxf_unit.png)
+- Draw circuit diagram as CAD on `Onshape`
+  - Multiple connection approaches:
+    - `Cross` shape of `0.039 in`
+    - `Cross` shape of `0.049 in`
+    - `Octangular` shape of `0.049 in`
+    - ![connection_approaches.png](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/connection_approaches.png)
+    - ![actual_connection_cuts.JPG](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/actual_connection_cut.JPG)
+  - Note and issue:
+   - `Octangular` shape is the best connection approach so far, but none of approach has stable conductivity. More research is needed.
+    - Scratches can be made easily when attaching microcontroller to the sheet. Potential disconnection may occur due to such scratches on metal layer.
+- Export 2D CAD drawing with PCB to SVG for silhouette cameo 
+  - Record of Tips:
+    - `OnShape` unit need to be consisted with unit setting in `Inkscape` (default: mm)
+  - Plugin `Inkscape-silhouette` cannot take multiple types of trace for cutting. 
+    - Different trace (especially cut and etching) need to be sent separately. Use `coordinate tool` of `Inkscape` to ensure separated cuts have same origin. 
\ No newline at end of file
diff --git a/eng_journal.md b/eng_journal.md
deleted file mode 100644
index 6ae1e934c78a61c4e57b81beed5b886d79417977..0000000000000000000000000000000000000000
--- a/eng_journal.md
+++ /dev/null
@@ -1,24 +0,0 @@
-### 06/27/2019
-- Compile `OldRoCo` [repo](https://git.uclalemur.com/mehtank/oldroco)
-  - Record of modification:
-    - ++line 8 of `vstart.sh`
-    - --> `pip install -r requirements.txt --user`
-- Export `paperbot` dxf file : `graph-silhouette.dxf` to `OnShape`
-  - Record of Tips:
-    - Onshape does not read dxf file as its own saved unit. Manual settings needed when import.
-    - ![onshape_dxf_unit.png](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/onshape_dxf_unit.png)
-- Draw circuit diagram as CAD on `Onshape`
-  - Multiple connection approaches:
-    - `Cross` shape of `0.039 in`
-    - `Cross` shape of `0.049 in`
-    - `Octangular` shape of `0.049 in`
-    - ![connection_approaches.png](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/connection_approaches.png)
-    - ![actual_connection_cuts.JPG](https://git.uclalemur.com/roco_elec/roco_electrical/blob/ling/journal_media/actual_connection_cut.JPG)
-  - Note and issue:
-   - `Octangular` shape is the best connection approach so far, but none of approach has stable conductivity. More research is needed.
-    - Scratches can be made easily when attaching microcontroller to the sheet. Potential disconnection may occur due to such scratches on metal layer.
-- Export 2D CAD drawing with PCB to SVG for silhouette cameo 
-  - Record of Tips:
-    - `OnShape` unit need to be consisted with unit setting in `Inkscape` (default: mm)
-  - Plugin `Inkscape-silhouette` cannot take multiple types of trace for cutting. 
-    - Different trace (especially cut and etching) need to be sent separately. Use `coordinate tool` of `Inkscape` to ensure separated cuts have same origin. 
\ No newline at end of file