-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
82 changed files
with
7,881 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Contents</title> | ||
<link rel="stylesheet" type="text/css" href="css/style_git.css"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<style> | ||
.spacer { | ||
margin-bottom: 40px; /* Ajuste la valeur pour l'espacement souhaité */ | ||
} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div id="text"> | ||
<h2></h2> | ||
|
||
<p class="spacer">This site provides access to the landing pages of the CDPP Archive resources (NumericalData, Instruments, etc.). <br> | ||
Each landing page contains links and information according to the SPASE standard. <br> | ||
The data can be directly accessed by clicking on the URL link included in the landing page or through <a href="https://cdpp-archive.cnes.fr/" target="_blank" style="color: white;">Regards</a>.<br> | ||
</p> | ||
|
||
|
||
<p><img src="css/images/drapeau_FR.jpg" alt="Drapeau français" style="width: 20px; height: auto;"></p> | ||
|
||
<p>Ce site donne accès aux pages de description des ressources de l'archive CDPP (NumericalData, Instruments, etc.) <br> | ||
Chaque page de description contient des liens et des informations conformes au standard SPASE. <br> | ||
L’accès aux données peut se faire en cliquant sur le lien URL inclus dans la page de description ou via <a href="https://cdpp-archive.cnes.fr/" target="_blank" style="color: white;">Regards</a>.<br> | ||
</p> | ||
|
||
|
||
</div> | ||
</body> | ||
</html> | ||
|
||
|
||
</html> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<title>Cnes-CDPP Github - Homepage</title> | ||
<link rel="stylesheet" type="text/css" href="css/style_git.css" > | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="header"> | ||
<img src="css/images/CNES_LOGO_complet_blanc.png" width="180px" height="auto" alt="CNESLogo"> | ||
<img src="css/images/CDPP_logo_bleu.png" width="auto" height="70px" style="margin-top: 10px;" alt="CDPPLogo" > | ||
</div> | ||
|
||
<div id="title"> | ||
<h2 >CDPP Archive SPASE resource descriptions</h2> | ||
</div> | ||
|
||
|
||
<div id="content"> | ||
|
||
<div class="sidebar"> | ||
<ul> | ||
<li class="nav-item active" onclick="showContent('Abstract.html')">Home</li> | ||
<li class="nav-item" onclick="showContent('Nav_DisplayData/DisplayData.html')">DisplayData</li> | ||
<li class="nav-item" onclick="showContent('Nav_Instrument/Instrument.html')"> Instrument </li> | ||
<li class="nav-item" onclick="showContent('Nav_NumericalData/NumericalData.html')">NumericalData </li> | ||
<li class="nav-item" onclick="showContent('Nav_Observatory/Observatory.html ')">Observatory </li> | ||
<li class="nav-item" onclick="showContent('Nav_Person/Person.html ')">Person </li> | ||
<li class="nav-item" onclick="showContent('Nav_Repository/Repository.html ')">Repository </li> | ||
</ul> | ||
</div> | ||
|
||
<div class="box"> | ||
<iframe id="contentFrame" src="Abstract.html"></iframe> | ||
</div> | ||
|
||
</div> | ||
|
||
<script> | ||
function showContent(contentUrl) { | ||
document.getElementById('contentFrame').src = contentUrl; | ||
|
||
const navItems = document.querySelectorAll('.nav-item'); | ||
|
||
navItems.forEach(item => { | ||
item.classList.remove('active'); | ||
}); | ||
|
||
event.currentTarget.classList.add('active'); | ||
} | ||
</script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,175 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>contents</title> | ||
<link rel="stylesheet" type="text/css" href="../css/style_git.css" > | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
|
||
|
||
<body> | ||
<div id="text"> | ||
|
||
<h2>DisplayData</h2> | ||
|
||
<div class="btn" style="width:90%;align-self: center; height: fit-content; background-color: transparent;"> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown" > | ||
<a href="#" class="dropbtn">ARCAD-3</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ARCAD-3/Isoprobe/ARC_ISO_DENSITE_PS.html" target="_blank" | ||
>Isoprobe-Densite</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ARCAD-3/Isoprobe/ARC_ISO_HTE_RES_PS.html" target="_blank" | ||
>Isoprobe-HTE-RES</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ARCAD-3/TBF/ARC_TBF_WFO_PS.html" target="_blank" | ||
>TBF</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown" > | ||
<a href="#" class="dropbtn">CASSINI</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/CASSINI/RPWS-HFR/CAS_RPWS_HFR_DYNSPECTRA_N2.html" target="_blank" | ||
>RPWS-HRF-DYN-N2</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/CASSINI/RPWS-HFR/CAS_RPWS_HFR_DYNSPECTRA_N3.html" target="_blank" | ||
>RPWS-HRF-DYN-N3</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/CASSINI/RPWS-HFR/CAS_RPWS_HFR_QTN_N3_PDF.html" target="_blank" | ||
>RPWS-HRF-QTN-N3</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">CLUSTER</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/Cluster/Summary_plots/CLU_SP_CL_SPP.html" target="_blank" | ||
>CLU_SP_CL_SPP</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">DEMETER</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/DEMETER/ICE/DMT_ICE_VLF_BURST_SPECTROGRAM.html" target="_blank" | ||
>ICE-VLF-BURST</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/DEMETER/ICE/DMT_ICE_VLF_SURVEY_SPECTROGRAM.html" target="_blank" | ||
>ICE-VLF-SURVEY</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/DEMETER/Quicklooks/DMT_QL.html" target="_blank" | ||
>DMT_Q</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">EISCAT Radars</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/EISCAT/CP1/Tromso/UHF-Radar/FR1_COMBIN_EXB.html" target="_blank" | ||
>FR1_COMBIN_EXB</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/EISCAT/CP1/Tromso/UHF-Radar/FR1_TROMSO_ACF_PS.html" target="_blank" | ||
>FR1_TROMSO_ACF</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">GEOS (Europe)</a> | ||
<div class="dropdown-content"> | ||
<a href="GEOS.html">GEOS (Europe) DisplayData</a> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">INTERBALL Auroral and Tail</a> | ||
<div class="dropdown-content"> | ||
<a href="INTERBALL.html">INTERBALL Auroral and Tail DisplayData</a> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">MMS</a> | ||
<div class="dropdown-content"> | ||
<a href="MMS.html">MMS DisplayData</a> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">PHOBOS</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/PHOBOS-1/PWS/PHOBOS_PWS_1_SPECTROGRAM_PDF.html" target="_blank" | ||
>PHOBOS_PWS_1_SPECTROGRAM_PDF</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/PHOBOS-2/PWS/PHOBOS_PWS_2_SPECTROGRAM_PDF.html" target="_blank" | ||
>PHOBOS_PWS_2_SPECTROGRAM_PDF</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">ROSETTA</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ROSETTA/RPC_MIP/ROSETTA_RPC_MIP_S5DXX_PNG.html" target="_blank" | ||
>ROSETTA_RPC_MIP_S5DXX_PNG</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">STEREO</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/STEREO/SWAVES/STR_WAV_SPD_01J_DEF.html" target="_blank" | ||
>STR_WAV_SPD_01J_DEF</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/STEREO/SWAVES/STR_WAV_SPD_07J_DEF.html" target="_blank" | ||
>STR_WAV_SPD_07J_DEF</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/STEREO/SWAVES/STR_WAV_SPD_27J_DEF.html" target="_blank" | ||
>STR_WAV_SPD_27J_DEF</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">ULYSSES</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ULYSSES/URAP/ULS_URAP_RAR_G2_PIT.html" target="_blank" | ||
>URAP/ULS_URAP_RAR_G2_PIT</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/ULYSSES/URAP/ULS_URAP_RAR_G2_SPD.html" target="_blank" | ||
>ULS_URAP_RAR_G2_SPD</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">WIND</a> | ||
<div class="dropdown-content"> | ||
<a href="WIND.html">WIND DisplayData</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>contents</title> | ||
<link rel="stylesheet" type="text/css" href="../css/style_git.css" > | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
</head> | ||
|
||
|
||
<body> | ||
<div id="text"> | ||
|
||
<h2>GEOS (Europe) DisplayData</h2> | ||
|
||
<div class="btn" style="width:90%;align-self: center; height: fit-content; background-color: transparent;"> | ||
|
||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">GEOS-1</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/Ephemeris/GEOS1_AUX_PS.html" target="_blank" | ||
>GEOS1_AUX_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/Ephemeris/GEOS1_POS_3D_PS.html" target="_blank" | ||
>GEOS1_POS_3D_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/Footprints/GEOS1_CONJ_PTS_PS.html" target="_blank" | ||
>GEOS1_CONJ_PTS_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/S-300/GEOS1_UBF_PS.html" target="_blank" | ||
>GEOS1_UBF_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/S-331/GEOS1_MAG_3H_PS.html" target="_blank" | ||
>GEOS1_MAG_3H_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-1/S-331/GEOS1_MAG_24H_PS.html" target="_blank" | ||
>GEOS1_MAG_24H_PS</a> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">GEOS-2</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/Ephemeris/GEOS2_AUX_PS.html" target="_blank" | ||
>GEOS2_AUX_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/Ephemeris/GEOS2_POS_3D_PS.html" target="_blank" | ||
>GEOS2_POS_3D_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/Footprints/GEOS2_CONJ_PTS_PS.html" target="_blank" | ||
>GEOS2_CONJ_PTS_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/S-300/GEOS2_UBF_PS.html" target="_blank" | ||
>GEOS2_UBF_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/S-331/GEOS2_MAG_3H_PS.html" target="_blank" | ||
>GEOS2_MAG_3H_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-2/S-331/GEOS2_MAG_24H_PS.html" target="_blank" | ||
>GEOS2_MAG_24H_PS</a> | ||
|
||
</div> | ||
</li> | ||
</ul> | ||
|
||
<ul style="margin-block: 10px;"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropbtn">GEOS Ground mobile station</a> | ||
<div class="dropdown-content"> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_COIL_UBF_HUSAFELL_PS.html" target="_blank" | ||
>GEOS_COIL_UBF_HUSAFELL_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_COIL_UBF_KITDALEN_PS.html" target="_blank" | ||
>GEOS_COIL_UBF_KITDALEN_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_COIL_UBF_SKIBOTN_PS.html" target="_blank" | ||
>GEOS_COIL_UBF_SKIBOTN_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_GROUND_MAG_HUSAFELL_PNG.html" target="_blank" | ||
>GEOS_GROUND_MAG_HUSAFELL_PNG</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_GROUND_MAG_KITDALEN_PNG.html" target="_blank" | ||
>GEOS_GROUND_MAG_KITDALEN_PNG</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_PHOTOMETER_UBF_HUSAFELL_PS.html" target="_blank" | ||
>GEOS_PHOTOMETER_UBF_HUSAFELL_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_PHOTOMETER_UBF_KITDALEN_PS.html" target="_blank" | ||
>GEOS_PHOTOMETER_UBF_KITDALEN_PS</a> | ||
<a href="../CNES/DisplayData/CDPP-Archive/GEOS-Ground-mobile-station/Sensors/GEOS_PHOTOMETER_UBF_SKIBOTN_PS.html" target="_blank" | ||
>GEOS_PHOTOMETER_UBF_SKIBOTN_PS</a> | ||
</div> | ||
</li> | ||
</ul> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</div> | ||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.