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 f208a17be3b3b7921f476ac0fc2dc5dcb078635a authored by hatiers on 18 February 2025, 10:42:43 UTC, committed by hatiers on 18 February 2025, 10:42:43 UTC
Edit about.html.twig / MAJ lien ortolang et publis ALSIC
1 parent 1c6750b
  • Files
  • Changes
  • 52df7bf
  • /
  • application
  • /
  • templates
  • /
  • graph
  • /
  • graph-colloc.html.twig
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:f208a17be3b3b7921f476ac0fc2dc5dcb078635a
directory badge
swh:1:dir:7d6dab1a979fda87d24f1e506460c5ec75877183
content badge
swh:1:cnt:0675f792c6ad387682ab94034afe9b145bf5daec

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
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
graph-colloc.html.twig
{% extends "base.html.twig" %}

{% block title %}
  {{ parent() }}
  Graph
{% endblock %}

{% block container %}container-fluid{% endblock %}

{% block body %}

<div class="row px-5 pt-2">
<div class="col-2 text-justify">
  <div class="card text-white bg-info mb-3" style="max-width: 18rem;">
    <div class="card-body">
      <p class="card-text">Graphe des collocations du LST<br/>
      Modifier les critères pour mettre à jour le graphe</p>
    </div>
  </div>
  <div class="card border-dark mb-3" style="max-width: 18rem;">
    <div class="card-header">Critères statistiques </div>
    <div class="card-body text-dark">
      <ul class="list-group list-group-flush">
        <li class="list-group-item">
          Log-like >
            <input style="max-width:70px" name="loglike" class="criteria" type="number" min="1" id="loglike" value="10" autocomplete="off"/>
        </li>
        <li class="list-group-item">
          {{"frequency"|trans}} >
          <input style="max-width:70px" name="occ" class="criteria" type="number" min="1" id="occ" value="7" autocomplete="off"/>
        </li>
        <li class="list-group-item">
          Répartition (nombre de disciplines) >
              <input style="max-width:70px" name="disc" class="criteria" type="number" min="1" id="disc" value="3" autocomplete="off"/>
        </li>
      </ul>
    </div>
  </div>

    <div class="card border-dark mb-3">
      <div class="card-header">Structure de la collocation </div>
      <div class="card-body text-dark">
        <div style="overflow-y: auto; height: 25vh;">
          {% for value in structureColloc %}
           <input class="criteria card-text" checked type="checkbox" name="structureColloc" value="{{value}}"> {{value}}<br>
          {% endfor %}
          <input class="criteria card-text" checked type="checkbox" name="structureColloc" value=""> ∅<br>
        </div>
        <div class="card-footer bg-transparent border-success">
          <button type="button" class="btn btn-secondary" id="all-structureColloc"><i class="fas fa-check-double"></i></button>
          <button type="button" class="btn btn-secondary" id="none-structureColloc"><i class="fas fa-eject"></i></button>
        </div>
      </div>
    </div>
  </div>


<div class="col-8">
  <div id="cy" data-datas="{{datas}}"></div>
</div>
<div class="col-2">
  <div class="card text-white bg-success mb-3" style="max-width: 18rem;">
    <div class="card-body">
      <p class="card-text">Noeud/arête courant <hr/> <span id="current-edge"></span></p>
    </div>
  </div>

  <div class="card border-dark mb-3">
    <div class="card-header">Fonction Lexicale </div>
    <div class="card-body text-dark">
      <div style="overflow-y: auto; height: 58vh;">
        {% for value in fonctionLexicale %}
         <input class="criteria card-text" checked type="checkbox" name="fonctionLexicale" value="{{value}}"> {{value}}<br>
        {% endfor %}
        <input class="criteria card-text" checked type="checkbox" name="fonctionLexicale" value=""> ∅<br>
      </div>
      <div class="card-footer bg-transparent border-success">
        <button type="button" class="btn btn-secondary" id="all-fl"><i class="fas fa-check-double"></i></button>
        <button type="button" class="btn btn-secondary" id="none-fl"><i class="fas fa-eject"></i></button>
      </div>
    </div>
  </div>
</div>
</div>
{% endblock %}

{% block javascripts %}
  {{ parent() }}
  <script src="{{ asset("build/js/cytoscape-entries.js") }}"></script>
{% endblock %}
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–2026, 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