From 5c061b90ef6577f5f6b42640a8c1ca7aa70e9023 Mon Sep 17 00:00:00 2001
From: MeowcaTheoRange
+
<% if (org.main && org.main.url) { %>
<%= org.main.title %>
<% } else if (org.main) { %>
@@ -77,21 +89,24 @@
<% } %>
+ <% if (org.main.date) { %>
+ Done <%= org.main.date %>
+ <% } else if (org.main.start) { %>
+ <%= org.main.start %> - <%= org.main.end || "Present" %>
+ <% } %>
<%= org.description %>
- <% if (period.supervisor) { %> +
<%= period.description %>
+ <% if (period.supervisor) { %>
Supervised by <%= period.supervisor %>
<% } %>
-
- <% if (period.date) { %>
- Done <%= period.date %>
- <% } else if (period.start) { %>
- <%= period.start %> - <%= period.end || "Present" %>
+ <% if (period.date) { %>
+ Done <%= period.date %>
+ <% } else if (period.start) { %>
+ <%= period.start %> - <%= period.end || "Present" %>
<% } %>
+ +
<%= school.start || "???" %> - <%= school.end || "Present" %>
- Learned <%= school.experience.join(", ") %>
+
+
- Supervised by <%= period.supervisor %> -
-- <%= period.start || "???" %> - <%= period.end || "Present" %> +
<%= period.description %>
+ Supervised by <%= period.supervisor %>
+ <%= period.start || "???" %> - <%= period.end || "Present" %>
- Learned <%= job.experience.join(", ") %> +