diff --git a/FGRP1_discoveries.html b/FGRP1_discoveries.html
index 0e79b72a7c3d1eb5b81e02f5b81b4f96d6159e39..665ddb38fbd0842d817e3fe901fef492c82a380b 100644
--- a/FGRP1_discoveries.html
+++ b/FGRP1_discoveries.html
@@ -374,6 +374,50 @@ gamma-ray emission as a function of pulsar rotation phase and resolve the pulse
             </tr>
             <!-- psr end //-->
             <!-- psr start //-->
+            <tr>
+              <td>
+                <table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0">
+                  <tbody>
+                    <tr>
+                      <td style="vertical-align: top;">
+                        <table style="text-align: left; width: 202px; height: 41px; font-weight: bold;" border="0" cellpadding="0" cellspacing="0">
+                          <tbody>
+                            <tr>
+                              <td style="vertical-align: top; background-color: rgb(204, 204, 204); text-align: center;">Pulsar  J1208-6238</td>
+                            </tr>
+                          </tbody>
+                        </table>
+                        <br>
+                      </td>
+                      <td colspan="1" rowspan="2" style="vertical-align: top;" width="460">
+                        <img style="width: 250px;" alt="J1208" src="img/fhist-J1208.png">
+                        <img style="width: 196px; height: 373px;" alt="J1208" src="img/tvsph-J1208.png">
+                      </td>
+                    </tr>
+                    <tr>
+                      <td style="vertical-align: top;">
+                        <b>Volunteers (Country):</b><br>
+                        <a href="http://einstein.phys.uwm.edu/show_user.php?userid=2013">UW-Madison CAE (USA)</a> and <a href="http://einstein.phys.uwm.edu/show_user.php?userid=582278">UH RCC - Maxwell (USA)</a><br><br>
+                        <b>Date:</b><br>
+                        03 Oct 2014<br><br>
+                        <b>Survey:</b><br>
+                        FGRP4<br><br>
+                        <b>Selected pulsar parameters:</b><br>
+                        Right ascension: 12:08:13.96(6)<br>
+                        Declination: -62:38:02.3(4)<br>
+                        Spin frequency: 2.27 Hz<br>
+                        First frequency derivate: -1.68 x 10<sup>-11</sup> Hz/s<br>
+                        Characteristic age: 2,700 yrs<br>
+                        Spin-down power: 1.5 x 10<sup>36</sup> erg/s<br>
+                      </td>
+                    </tr>
+                  </tbody>
+                </table>
+                <br><hr>
+              </td>
+            </tr>
+            <!-- psr end //-->
+            <!-- psr start //-->
             <tr>
               <td>
                 <table style="text-align: left; width: 100%;" border="0" cellpadding="0" cellspacing="0">
diff --git a/img/fhist-J1208.png b/img/fhist-J1208.png
new file mode 100644
index 0000000000000000000000000000000000000000..4a5032804bc5919e9fd3ec89241c38c0b30c26cf
Binary files /dev/null and b/img/fhist-J1208.png differ
diff --git a/img/psrs_vs_time.png b/img/psrs_vs_time.png
index d59a3e271d64431ab9ed0af8c09fa15c38115662..bb37aff68d98ee3bd74e4fcf93ae637d7f4a2e9c 100644
Binary files a/img/psrs_vs_time.png and b/img/psrs_vs_time.png differ
diff --git a/img/tvsph-J1208.png b/img/tvsph-J1208.png
new file mode 100644
index 0000000000000000000000000000000000000000..be9a375ae177dcebe6ee8c4148fbfcb3eb113bad
Binary files /dev/null and b/img/tvsph-J1208.png differ
diff --git a/psrs_by_time.py b/psrs_by_time.py
index c714fbed7d9cc04190e47a0df94e95de4c7b7f39..fb057cae700e290d2c23c2a76019cedef4532b11 100644
--- a/psrs_by_time.py
+++ b/psrs_by_time.py
@@ -35,7 +35,8 @@ psr_timeline = np.array([[0,0],
                          [64,4], # 4 E@H Pulsars, 2013
                          [84,1], # J1906
                          [91, 13], # Next bunch of FGRP4 pulsars without J1208
-                         [95, 0]] ) # Now
+                         [100, 1],
+                         [102,0]]) # J1208
 FGRP1_idx = 8
 FGRP4_idx = 9
 AEI_idx = 5
@@ -61,16 +62,16 @@ ax.xaxis.set_major_formatter(xfmt)
 plt.xlim(months[0],months[-1])
 
 # Survey labels
-plt.text(months[FGRP1_idx] + 0.8, psrs[FGRP1_idx]/2.0,'E@H\nFGRP1',ha='center')
-plt.text(months[FGRP4_idx] + 0.5, psrs[-1]/2.0,'E@H\nFGRP4',ha='center')
-plt.text(months[AEI_idx] + 1.0, psrs[AEI_idx]/2.0,'ATLAS Cluster\n AEI Hannover',ha='center')
+plt.text(months[FGRP1_idx] + 0.8, 33,'E@H\nFGRP1',ha='center')
+plt.text(months[AEI_idx] + 1.0, 29,'ATLAS Cluster\n AEI Hannover',ha='center')
+plt.text(months[FGRP4_idx] + 0.75, 35,'E@H\nFGRP4',ha='center')
 
 # Survey shading
 ax.fill_between([months[FGRP1_idx],months[FGRP1_idx+1]],[0,0],[psrs[FGRP1_idx],psrs[FGRP1_idx]],color='darkgrey')
 
-ax.fill_between([months[FGRP4_idx],months[FGRP4_idx+1],months[FGRP4_idx+1],months[-1]],
-                [0,0,0,0],
-                [psrs[FGRP4_idx],psrs[FGRP4_idx],psrs[FGRP4_idx+1],psrs[-1]],
+ax.fill_between([months[FGRP4_idx],months[FGRP4_idx+1],months[FGRP4_idx+1],months[-2],months[-2],months[-1]],
+                [0,0,0,0,0,0],
+                [psrs[FGRP4_idx],psrs[FGRP4_idx],psrs[FGRP4_idx+1],psrs[FGRP4_idx+1],psrs[-2],psrs[-1]],
                 color='grey')
 
 ax.fill_between([months[AEI_idx],months[AEI_idx + 1],months[AEI_idx + 1],months[FGRP1_idx]],