Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding 2023 kokinda publications #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 70 additions & 0 deletions publica.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,76 @@ <h2><strong>Peer-Reviewed Publications</strong></h2>

<!-- To have proper arrow toggling, you must update main-jquery.js and main-style.css -->

<!--2023 - Drop Down Toggle-->
<div class="dropdown-year">

<div class="container">
<div class="row mx-0 mx-sm-n5 my-5 align-items-center">
<div class="col-auto">
<h3 class="year2022"><strong>2023</strong></h3>
</div>
<div class="col-3 mx-n4 mt-n1 mx-sm-n5 mx-lg-n4 col-md-2 col-lg-1">
<div class="triangle-bttn bttn22 toggle22">
<a class="btn" href="#collapsePubs22" data-toggle="collapse" role="button" aria-expanded="false" aria-controls="collapsePubs22">
<img src="images/publicas-page-imgs/tr-button-o-down.svg"
class="d-block w-100"
height="15" width="15"
onclick="hide_unhide('dropdown-publicas7', this, 'year2022');">
</a>
</div>
</div>

<div class="w-100"></div>

<!--List of Publications-->
<div class="collapse show" id="collapsePubs22">
<div class="col-12">
<div class="dropdown-publicas7">
<!--Publication Info 1-->
<div class="row my-3">
<!--Publication Name-->
<div class="col-12">
<!--Publication Name-->
<p><strong>Streaming Software Development: Accountability, Community, and Learning</strong>
<br>
<!--Authors-->
Kokinda, E., Rodeghero, P.
<br>
<!--Journal-->
<i>to appear in The Journal of Systems and Software (2023)</i>
<br>
<!--PDF Download-->
<a href="https://ella.dev/theme/pdfs/Streaming_JSS_2023.pdf">Pre-Print</a>
<!--BibTeX citation-->
<!-- <a href="BibTeX/9th_International_2015.bib">BibTeX</a></p> -->
</div>
</div>
<!--Publication Info 2-->
<div class="row my-3">
<!--Publication Name-->
<div class="col-12">
<!--Publication Name-->
<p><strong>Under the Bridge: Trolling and the Challenges of Recruiting Software Developers for Empirical Research Studies</strong>
<br>
<!--Authors-->
Kokinda, E., Moster, M., Dominic, J., Rodeghero, P.
<br>
<!--Journal-->
<i>to appear in Proc. of the 45th IEEE/ACM International Conference on Software Engineering - New Ideas and Emerging Results Track (ICSE NIER ‘23), Melbourne, Australia, 17-19 May 2023</i>
<br>
<!--PDF Download-->
<a href="https://ella.dev/theme/pdfs/Under-bridge-ICSE2023-NEIR.pdf">Pre-Print</a>
<!--BibTeX citation-->
<!-- <a href="BibTeX/9th_International_2015.bib">BibTeX</a></p> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<!--2022 - Drop Down Toggle-->
<div class="dropdown-year">

Expand Down