Connecting The Dots

아빠의 우주연구

User Tools

Site Tools


ctd:stargate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
ctd:stargate [2019/05/20 07:37]
admin [Universal Star Gates]
ctd:stargate [2023/06/12 14:44]
admin
Line 18: Line 18:
 ^   ::: ​   ^   ​4 ​  ​| ​ Sun             ​| ​ \\ Sol   | ^   ::: ​   ^   ​4 ​  ​| ​ Sun             ​| ​ \\ Sol   |
 ^  \\ HU1  ^   ​3 ​  ​| ​ Earth           ​| ​ :::   | ^  \\ HU1  ^   ​3 ​  ​| ​ Earth           ​| ​ :::   |
-^   ::: ​   ^   ​2 ​  ​|  ​Inner Earth\\ Epsilon ​    |  Eridanus ​  | +^   ::: ​   ^   ​2 ​  ​|  ​Epsilon\\ //Inner Earth//​((별자리와 별개로 지구와 45도 ARPS 관계의 내부지구)) ​    |  Eridanus ​  | 
-^   ::: ​   ^   ​1 ​  ​|  ​Parallel Earth\\ Theta  ​| ​ \\ Orion   |+^   ::: ​   ^   ​1 ​  ​|  ​Theta\\ //Parallel Earth//​((별자리와 별개로 지구와 90도 ARPS 관계의 평행지구)) ​ ​| ​ \\ Orion   |
  
-{{ctd:​stargates.svg?​260}}+{{ctd:​stargates.svg?​320}}
  
 ===== Planetary Star Gates ===== ===== Planetary Star Gates =====
Line 29: Line 29:
 <​HTML>​ <​HTML>​
   <​head>​   <​head>​
 +  <script async defer src="​https://​maps.googleapis.com/​maps/​api/​js?​key=AIzaSyD1dZHihhk38WhVjw4sZKjVTJczvQxJuPI"></​script>​
   <script type="​text/​javascript"​ src="​https://​www.gstatic.com/​charts/​loader.js"></​script>​   <script type="​text/​javascript"​ src="​https://​www.gstatic.com/​charts/​loader.js"></​script>​
   <script type="​text/​javascript"​ src="​https://​www.google.com/​jsapi"></​script>​   <script type="​text/​javascript"​ src="​https://​www.google.com/​jsapi"></​script>​
Line 207: Line 208:
           [30.8, 49, '10) Abadan Iran', '​g_10'​],​           [30.8, 49, '10) Abadan Iran', '​g_10'​],​
           [51.5, -1.9, '11) Vale of Pewsey S.England (Lohas Atlantis)',​ '​g_11'​],​           [51.5, -1.9, '11) Vale of Pewsey S.England (Lohas Atlantis)',​ '​g_11'​],​
-          [42.8, 1.8, '​12) ​Monsegur ​S.France',​ '​g_12'​]+          [42.8, 1.8, '​12) ​Montsegur ​S.France',​ '​g_12'​]
       ]);       ]);
  
Line 251: Line 252:
           [30.8, 49, '10) Abadan Iran', '​g_10'​],​           [30.8, 49, '10) Abadan Iran', '​g_10'​],​
           [51.5, -1.9, '11) Vale of Pewsey S.England (Lohas Atlantis)',​ '​g_11'​],​           [51.5, -1.9, '11) Vale of Pewsey S.England (Lohas Atlantis)',​ '​g_11'​],​
-          [42.8, 1.8, '​12) ​Monsegur ​S.France',​ '​g_12'​],​+          [42.8, 1.8, '​12) ​Montsegur ​S.France',​ '​g_12'​],​
           [34.99, ​ 33.17, '1) Cyprus Island, Cyprus Rep.', '​b_01'​],​           [34.99, ​ 33.17, '1) Cyprus Island, Cyprus Rep.', '​b_01'​],​
           [-27.11,​-109.3,​ '2) Easter Island, Chile', ​      '​b_02'​],​           [-27.11,​-109.3,​ '2) Easter Island, Chile', ​      '​b_02'​],​
Line 269: Line 270:
     map3.draw(data3,​ options2);     map3.draw(data3,​ options2);
  
 +    <!-- ********** Arc of the Covenant Gate Sites ********** -->
 +    var data4 = google.visualization.arrayToDataTable([
 +          ['​Lat',​ '​Long',​ '​Name',​ '​Marker'​],​
 +          [53.1, -8.9,   '​1) Adare, Eire', ​                   '​b_01'​],​
 +          [ 51.1, -2.8,  '2) Stonehenge, England', ​           '​b_02'​],​
 +          [47.7,​-122.5, ​ '3) Seattle, Washington State, USA', '​b_03'​],​
 +          [ 40.8,​-72.8, ​ '4) Manhattan Island, NYC, USA', ​    '​b_04'​],​
 +          [ -8.6,​115.2, ​ '5) Bali, South Pacific', ​           '​b_05'​],​
 +          [-24.5,​130.5, ​ '6) Ayers Rock, Australia', ​         '​b_06'​],​
 +          [34.1,​-111.9, ​ '7) Phoenix, USA', ​                  '​b_07'​],​
 +          [ 32.1,​-64.9, ​ '8) Atlantic Ocean, SW of Bermuda', ​ '​b_08'​],​
 +          [    -88,​-13, ​ '9) Antarctica', ​                    '​b_09'​],​
 +          [ 33.3, 44.0, '10) Baghdad, Iraq', ​                 '​b_10'​],​
 +          [ 53.4, -6.2, '11) Newgrange, Eire', ​               '​b_11'​],​
 +          [50.7, -4.25, '12) Cornwall, UK, Hawaii', ​          '​b_12'​]
 +      ]);
 +
 +    var map4 = new google.visualization.Map(document.getElementById('​chart_div4'​));​
 +    map4.draw(data4,​ options2);
 +    ​
   };   };
   </​script>​   </​script>​
Line 287: Line 308:
 ^  10  |  Abadan Iran  |  Lyra-Vega ​ | ^  10  |  Abadan Iran  |  Lyra-Vega ​ |
 ^  11  |  Vale of Pewsey S.England\\ (Lohas Atlantis) ​ |  Lyra-Aveyon ​ | ^  11  |  Vale of Pewsey S.England\\ (Lohas Atlantis) ​ |  Lyra-Aveyon ​ |
-^  12  |  ​Monsegur ​S.France ​ |  Lyra-Aramatena ​ |+^  12  |  ​Montsegur ​S.France ​ |  Lyra-Aramatena ​ |
  
 ===== Templar Cue Site ===== ===== Templar Cue Site =====
Line 309: Line 330:
 ^  10  |  Al Basrah, Iraq  |  Abadan Iran  | ^  10  |  Al Basrah, Iraq  |  Abadan Iran  |
 ^  11  |  Eye Island, Ireland ​ |  Vale of Pewsey S.England\\ (Lohas Atlantis) ​ | ^  11  |  Eye Island, Ireland ​ |  Vale of Pewsey S.England\\ (Lohas Atlantis) ​ |
-^  12  |  Kauai, Hawaii ​ |  ​Monsegur ​S.France ​ |+^  12  |  Kauai, Hawaii ​ |  ​Montsegur ​S.France ​ |
  
 <​HTML>​ <​HTML>​
Line 316: Line 337:
  
 {{http://​4.bp.blogspot.com/​-qA1KYLEPrV8/​UhNq9ubcV9I/​AAAAAAAAEQw/​heqnSV3IxlE/​s1600/​voyagers20_01.jpg}} {{http://​4.bp.blogspot.com/​-qA1KYLEPrV8/​UhNq9ubcV9I/​AAAAAAAAEQw/​heqnSV3IxlE/​s1600/​voyagers20_01.jpg}}
 +
 +===== Arc of the Covenant Gates =====
 +3차 씨딩에 사용된 Arc of the Covenant Gates 
 +
 +<​HTML>​
 +    <div id="​chart_div4"></​div>​
 +</​HTML>​
 +
 +\\ \\ 
  
 ===== Inner Earth ===== ===== Inner Earth =====
ctd/stargate.txt · Last modified: 2023/06/12 14:52 by admin