diff --git a/Omar_work/Circle_in_Rect.svg b/Omar_work/Circle_in_Rect.svg
new file mode 100644
index 0000000..d8438d5
--- /dev/null
+++ b/Omar_work/Circle_in_Rect.svg
@@ -0,0 +1,25 @@
+
diff --git a/Omar_work/Omar.svg b/Omar_work/Omar.svg
new file mode 100644
index 0000000..592e9e7
--- /dev/null
+++ b/Omar_work/Omar.svg
@@ -0,0 +1,217 @@
+
diff --git a/Omar_work/basic_plotting.py b/Omar_work/basic_plotting.py
new file mode 100644
index 0000000..9e583ab
--- /dev/null
+++ b/Omar_work/basic_plotting.py
@@ -0,0 +1,19 @@
+import parasbolv as psv
+import matplotlib.pyplot as plt
+
+# Generate Matplotlib Figure and Axes
+fig = plt.figure(figsize=(6,6))
+ax = fig.add_axes([0.0, 0.0, 1.0, 1.0], frameon=False, aspect=1)
+
+# Generate renderer object
+renderer = psv.GlyphRenderer()
+
+bounds, end_point = renderer.draw_glyph(ax, 'Omar', (20, 50))
+
+# Set Bounds
+ax.set_ylim([0,100])
+ax.set_xlim([0,100])
+
+fig.savefig('01_basic_plotting.pdf', transparent=True, dpi=300)
+fig.savefig('01_basic_plotting.jpg', dpi=300)
+plt.show()
\ No newline at end of file
diff --git a/Omar_work/screenshots/Aptamer_not_working.png b/Omar_work/screenshots/Aptamer_not_working.png
new file mode 100644
index 0000000..2e09cd2
Binary files /dev/null and b/Omar_work/screenshots/Aptamer_not_working.png differ
diff --git a/Omar_work/screenshots/CDS_worked.png b/Omar_work/screenshots/CDS_worked.png
new file mode 100644
index 0000000..914d5f3
Binary files /dev/null and b/Omar_work/screenshots/CDS_worked.png differ
diff --git a/Omar_work/screenshots/Circle_in_Rect_Opened_on_browser.png b/Omar_work/screenshots/Circle_in_Rect_Opened_on_browser.png
new file mode 100644
index 0000000..2d14495
Binary files /dev/null and b/Omar_work/screenshots/Circle_in_Rect_Opened_on_browser.png differ
diff --git a/Omar_work/screenshots/Circle_in_Rect_not_working.png b/Omar_work/screenshots/Circle_in_Rect_not_working.png
new file mode 100644
index 0000000..eb277f9
Binary files /dev/null and b/Omar_work/screenshots/Circle_in_Rect_not_working.png differ
diff --git a/Omar_work/screenshots/Insulator_not_working.png b/Omar_work/screenshots/Insulator_not_working.png
new file mode 100644
index 0000000..31e4a3b
Binary files /dev/null and b/Omar_work/screenshots/Insulator_not_working.png differ
diff --git a/Omar_work/screenshots/Macromolecule_worked.png b/Omar_work/screenshots/Macromolecule_worked.png
new file mode 100644
index 0000000..327ce0c
Binary files /dev/null and b/Omar_work/screenshots/Macromolecule_worked.png differ
diff --git a/Omar_work/screenshots/not_a_valid_glyph.png b/Omar_work/screenshots/not_a_valid_glyph.png
new file mode 100644
index 0000000..19eedee
Binary files /dev/null and b/Omar_work/screenshots/not_a_valid_glyph.png differ
diff --git a/parasbolv/glyphs/Circle_in_Rect.svg b/parasbolv/glyphs/Circle_in_Rect.svg
new file mode 100644
index 0000000..dd97025
--- /dev/null
+++ b/parasbolv/glyphs/Circle_in_Rect.svg
@@ -0,0 +1,27 @@
+
diff --git a/parasbolv/glyphs/Omar.svg b/parasbolv/glyphs/Omar.svg
new file mode 100644
index 0000000..592e9e7
--- /dev/null
+++ b/parasbolv/glyphs/Omar.svg
@@ -0,0 +1,217 @@
+