Skip to content

Commit

Permalink
Update intro.html
Browse files Browse the repository at this point in the history
2024 shell website.
  • Loading branch information
LaurentTho3 authored Oct 2, 2023
1 parent 3578c09 commit dffe718
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _includes/data/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,30 @@
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">About Mutation 2023</h2>
<h2 class="section-heading">About Mutation 2024</h2>
</div>
</div>
<div class="row container">
<p><span>Mutation analysis involves <i>mutation</i> of software artifacts that are then used to evaluate the quality of software verification tools and techniques. It is considered the premier technique for evaluating the fault revealing effectiveness of test suites, test generation techniques and other testing approaches. Ideas derived from mutation analysis have also been used to test artifacts at different levels of abstraction, including requirements, formal specifications, models, architectural design notations and even informal descriptions. Recently, mutation has played an important role in software engineering for AI, such as in verifying learned models and behaviors. Furthermore, researchers and practitioners have investigated diverse forms of mutation, such as training data or test data mutation, in combination with metamorphic testing to evaluate model performance in machine learning and detecting adversarial examples.</span></p>

<p>Mutation 2023 is the 18<sup>th</sup> in the series of
international workshops focusing on mutation analysis. The
<p>Mutation 2024 is the 19<sup>th</sup> in the series of
international workshops focusing on mutation analysis. <-- The
workshop will be co-located with the
International Conference on Software Testing, Verification,
and Validation (<a href="https://conf.researchr.org/home/icst-2023">ICST
2023</a>). Accepted
papers will be published as part of the ICST
proceedings.</p>
proceedings.--></p>

<p>The Mutation workshop aims to be
the premier forum for practitioners and researchers to discuss recent advances in
the area and propose new research directions. We invite submissions of both
full-length and short-length research papers and especially encourage the
submission of industry practice papers.</p><br>

<p><a class="twitter-timeline" href="https://twitter.com/MutationWS?ref_src=twsrc%5Etfw">Tweets by MutationWS</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><br>
<--<p><a class="twitter-timeline" href="https://twitter.com/MutationWS?ref_src=twsrc%5Etfw">Tweets by MutationWS</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script></p><br>

<center><a href="#call" class="page-scroll btn btn-xl">Call for Papers</a></center>
<center><a href="#call" class="page-scroll btn btn-xl">Call for Papers</a></center>-->
</div>
</div>
</section>

0 comments on commit dffe718

Please sign in to comment.