Skip to content

Commit

Permalink
feat: Include cite to JSS paper
Browse files Browse the repository at this point in the history
  • Loading branch information
drorganvidez committed Jul 9, 2024
1 parent d55a3db commit bc6837e
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 21 deletions.
11 changes: 0 additions & 11 deletions app/modules/dataset/templates/dataset/upload_dataset.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,17 +440,6 @@ <h1 class="h3 mb-3 mt-2">UVL models</h1>

<h1 class="h3 mb-3 mt-2">Upload dataset</h1>

<div style="border: 2px solid #007bff; background-color: #e9ecef; padding: 20px; margin: 20px 0;">
<p style="font-weight: bold; margin: 0;">
IMPORTANT: UVLHub is currently waiting to publish the paper associated with the tool. All datasets are
temporarily uploaded to a Zenodo sandbox mode. Once the paper is published, all datasets will be
permanently uploaded to Zenodo. This is transparent to the user, he/she does not have to do
anything. The DOI of the UVLHub dataset will also be redirected and can be used
without any inconvenience.
</p>
</div>


<div style="padding-left: 2rem">

<label class="form-check">
Expand Down
44 changes: 34 additions & 10 deletions app/modules/public/templates/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -159,19 +159,43 @@ <h4 class="h4" class="stats-color">

<div class="col-12">

<div class="card card-note">
<div class="card">

<div class="card-body">

<div id="bibtex_cite" style="display: none">
@article{ROMEROORGANVIDEZ2024112150,
title = {UVLHub: A feature model data repository using UVL and open science principles},
journal = {Journal of Systems and Software},
pages = {112150},
year = {2024},
issn = {0164-1212},
doi = {https://doi.org/10.1016/j.jss.2024.112150},
url = {https://www.sciencedirect.com/science/article/pii/S016412122400195X},
author = {David Romero-Organvidez and José A. Galindo and Chico Sundermann and Jose-Miguel Horcas and David Benavides},
keywords = {Feature models, Software product line, Variability, Dataset, Uvl},
abstract = {Feature models are the de facto standard for modelling variabilities and commonalities in features and relationships in software product lines. They are the base artefacts in many engineering activities, such as product configuration, derivation, or testing. Concrete models in different domains exist; however, many are in private or sparse repositories or belong to discontinued projects. The dispersion of knowledge of feature models hinders the study and reuse of these artefacts in different studies. The Universal Variability Language (UVL) is a community effort textual feature model language that promotes a common way of serialising feature models independently of concrete tools. Open science principles promote transparency, accessibility, and collaboration in scientific research. Although some attempts exist to promote feature model sharing, the existing solutions lack open science principles by design. In addition, existing and public feature models are described using formats not always supported by current tools. This paper presents , a repository of feature models in UVL format. provides a front end that facilitates the search, upload, storage, and management of feature model datasets, improving the capabilities of discontinued proposals. Furthermore, the tool communicates with Zenodo –one of the most well-known open science repositories– providing a permanent save of datasets and following open science principles. includes existing datasets and is readily available to include new data and functionalities in the future. It is maintained by three active universities in variability modelling.}
}
</div>

<h2 class="card-title card-title-note">
<code>&lt;/dev mode&gt;</code>
</h2>
<h2> <b>Cite us!</b> </h2>

David Romero-Organvidez, José A. Galindo, Chico Sundermann, Jose-Miguel Horcas, David Benavides,
<i>UVLHub: A feature model data repository using UVL and open science principles</i>,
Journal of Systems and Software,
2024,
112150,
ISSN 0164-1212,
https://doi.org/10.1016/j.jss.2024.112150

<div class="card-body card-body-slim">
</div>

<div class="card-body mt-0 pt-0">

<b>Important note</b>: UVLHub is currently waiting to publish the paper associated with the tool.
All datasets are temporarily uploaded to a Zenodo sandbox mode. Once the paper is
published, all datasets will be permanently uploaded to Zenodo. This is transparent to
the user, he/she does not have to do anything. The DOI of the UVLHub dataset will
also be redirected and can be used without any inconvenience.
<button onclick="copyText('bibtex_cite')" class="btn btn-light" style="border-radius: 5px;">
<i data-feather="clipboard" class="center-button-icon"></i>
Copy cite in Bibtex
</button>

</div>

Expand Down

0 comments on commit bc6837e

Please sign in to comment.