Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 4fb2a8f6af5b5910b5d4d3bbc9172ddf57810df2 authored by lauragarrison on 17 March 2021, 07:10:20 UTC, committed by lauragarrison on 17 March 2021, 07:10:20 UTC
updates to readme, app.py, and requirements list for testing
1 parent 42366d9
  • Files
  • Changes
  • f115cd0
  • /
  • templates
  • /
  • index.html
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:4fb2a8f6af5b5910b5d4d3bbc9172ddf57810df2
directory badge Iframe embedding
swh:1:dir:041d5860d786eb97a5fca6f1d520becba6fdd10a
content badge Iframe embedding
swh:1:cnt:cf8694930d1262878ef1e8685ebad7378a892384

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
Generate software citation in BibTex format (requires biblatex-software package)
Generating citation ...
index.html
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Improved Dual Analysis Approach</title>

    <!------------------------------------libraries-------------------------------------------------------------------->



    <!------------------------------------general------------------------------------------------------------------------>
    <script src="descriptive_statistics_keys.js" type="text/javascript"></script>
    <script src="general_ids.js" type="text/javascript"></script>

    <script src="text_width_helper.js" type="text/javascript"></script>

    <!------------------------------------model------------------------------------------------------------------------>
    <script src="model/model_predefined_data_types.js" type="text/javascript"></script>
    <script src="model/model_general_parameters.js" type="text/javascript"></script>
    <script src="model/model_load_from_csv.js" type="text/javascript"></script>
    <script src="model/model_get_initial_datatypes.js" type="text/javascript"></script>
    <script src="model/model_get_descriptive_statistical_measures.js" type="text/javascript"></script>
    <script src="model/model_format_datatypes.js" type="text/javascript"></script>
    <script src="model/model_automatic_data_cleansing.js" type="text/javascript"></script>
    <script src="model/model_compute_deviations.js" type="text/javascript"></script>
    <script src="model/model_kernelDensityEstimator.js" type="text/javascript"></script>
    <script src="model/model_wilcox_indexes.js" type="text/javascript"></script>
    <script src="model/model_run_famd_on_user_selection.js" type="text/javascript"></script>

    <!------------------------------------view------------------------------------------------------------------------->
    <script src="view/view_general.js" type="text/javascript"></script>

    <script src="view/view_dimensions_plots.js" type="text/javascript"></script>
    <script src="view/view_items_plot.js" type="text/javascript"></script>
    <script src="view/view_items_plot_new.js" type="text/javascript"></script>
    <script src="view/view_likelihood_of_correlations_plot.js" type="text/javascript"></script>
    <script src="view/view_run_famd_button.js" type="text/javascript"></script>
    <script src="view/view_applied_filters.js" type="text/javascript"></script>
    <script src="view/view_carousel_functionalities.js" type="text/javascript"></script>
    <script src="view/view_autocomplete_form.js" type="text/javascript"></script>

    <script src="view/view_donut_chart_context.js" type="text/javascript"></script>

    <script src="view/pcp_plot_functionalities/pcp_plot_variables.js" type="text/javascript"></script>
    <script src="view/pcp_plot_functionalities/pcp_add_dimension.js" type="text/javascript"></script>
    <script src="view/pcp_plot_functionalities/pcp_bottom_buttons_functionalities.js" type="text/javascript"></script>

    <script src="view/view_tooltip.js" type="text/javascript"></script>

    <!------------------------------------controller------------------------------------------------------------------->
    <script src="controller/controller.js" type="text/javascript"></script>

    <script src="language_support/language_support.js" type="text/javascript"></script>

    <!------------------------------------style------------------------------------------------------------------------>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="view/items_plot_new.css">
    <link rel="stylesheet" href="style_carousel.css">
    <link rel="stylesheet" href="style_autocomplete_form.css">

</head>
<body>

<div id="view" class="view_class">
    <div id="dimensions" class="dimensions_class"></div>
    <div id="items" class="items_class"></div>
    <div id="likelihood_of_correlation" class="likelihood_of_correlation_class"></div>
</div>

<!--------------------------This is needed to use the parcoords library since this is just working with d3 v3------------------------>
<script src="libraries/d3js/d3.v3.min.js" type="text/javascript"></script>
<script>
    const d3version3 = d3;
    window.d3 = null;
</script>


<script src="libraries/parcoords/d3.parcoords.js" type="text/javascript"></script>
<link rel="stylesheet" href="libraries/parcoords/d3.parcoords.css">
<script src="libraries/d3js/d3.v5.min.js" type="text/javascript"></script>

<link rel="stylesheet" href="libraries/jquery-ui/jquery-ui.css">
<script src="libraries/jquery/jquery-1.12.4.js" type="text/javascript"></script>
<script src="libraries/jquery-ui/jquery-ui.js" type="text/javascript"></script>

<script src="libraries/d3_radarChart/radarChart.js" type="text/javascript"></script>

<script src="libraries/select-pure/bundle.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="libraries/select-pure/select_pure.css">

<script src="view/view_general_parameters.js" type="text/javascript"></script>

<link rel="stylesheet" href="libraries/font-awesome/font-awesome.min.css">


<script src="libraries/tail.select/tail.select.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="libraries/tail.select/tail.select-light.min.css">


<script src="libraries/tooltip_tippy/popper.min.v6.js" type="text/javascript"></script>
<script src="libraries/tooltip_tippy/tippy_v6.js" type="text/javascript"></script>

<script src="libraries/multijs/multi.js" type="text/javascript"></script>
<link rel="stylesheet" href="libraries/multijs/multi.css">


<!--<link rel="stylesheet" href="libraries/tooltip_tippy/tippy.css" />-->


<script>


        $(function () {
            initialize();
        });

</script>

</body>
</html>
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2025, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API