Skip to content

Commit dea0308

Browse files
committed
updated result
1 parent 1095c23 commit dea0308

97 files changed

Lines changed: 228 additions & 161 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ npm install --force
1515

1616
Note: `--force` because there are some third-party libraries with react version conflicts
1717

18-
# serve
19-
npm run serve
18+
# start
19+
npm run start
2020

2121
# build
2222
npm run build

lasso/blog/2025-02-17-arena-python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: arena-python
3-
title: Preview of Arena Test Driver for Python Available
3+
title: Preview of Arena Test Driver for Python
44
authors: [mkessel]
55
tags: []
66
---

lasso/blog/2025-03-31-lslflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
slug: lslflow
3-
title: Preview of LSLFlow Available
3+
title: Preview of LSLFlow
44
authors: [mkessel]
55
tags: []
66
---

lasso/blog/2025-04-14-icst25.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
slug: icst25
3+
title: Presentation Slides - ICST 2025
4+
authors: [mkessel]
5+
tags: []
6+
---
7+
8+
We recently presented our journal article as part of ICST25's Journal-First track @ ICST'25.
9+
10+
11+
12+
13+
We're excited to share that we recently presented our journal article, <a href="https://www.sciencedirect.com/science/article/pii/S0164121224000141">"Promoting Open Science in Test-driven Software Experiments"</a> as part of the Journal-First track at <a href="https://conf.researchr.org/home/icst-2025">ICST'25</a>! This track provides a unique opportunity to showcase research that has already been published in a peer-reviewed journal. You can find our presentation slides <a href="/web/pdfviewer?f=ICST_JF_talk_02.04.25.pdf">here</a>.

lasso/src/components/HomepageFeatures/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const FeatureList: FeatureItem[] = [
1818
image: 'img/features/services.png',
1919
description: (
2020
<>
21-
Utilize <a href="hub">LSL (LASSO Scripting Language)</a> for customizable code analysis services, including Code Search and Generation (via LLMs), Test Generation, and Study Designs, enabling reproducible research in software engineering.
21+
Utilize <a href="hub">LSL (LASSO Scripting Language)</a> for customizable code analysis services, including <a href="lasso/search">Code Search</a> and <a href="lasso/submit?exampleId=OPENAI_GEN">Generation (via LLMs)</a>, Test Generation, and Study Designs, enabling reproducible research in software engineering.
2222
</>
2323
),
2424
position: true,

lasso/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ function HomepageHeader() {
6767
<div className="container">
6868
<div className="row">
6969
<ul>
70-
{recentPosts.items.slice(0, 2).map((item, index) => (
70+
{recentPosts.items.slice(0, 3).map((item, index) => (
7171
<li key={index}>
7272
<a href={`${item.permalink}`}>{item.title}</a>{" "}
7373
</li>

lasso/src/pages/lasso/result.tsx

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,21 @@ DRAFT
301301
{ab.codeUnits.length} Code Module(s)
302302
</Typography>
303303

304-
<List dense={true}>
304+
<br />
305+
<Typography variant="body2" color="text.secondary">
306+
<Link
307+
href={`/web/lasso/search?query=*:*&filter=executionId:${executionId}&ds=lasso_quickstart`}
308+
target="_blank"
309+
rel="noopener"
310+
underline="hover"
311+
>
312+
Click here
313+
</Link> to view all <b>code modules</b>.
314+
</Typography>
315+
<br />
316+
317+
318+
{/* <List dense={true}>
305319
306320
{ab.codeUnits.map((codeUnit) => (
307321
<ListItem key={codeUnit.id}>
@@ -338,7 +352,7 @@ DRAFT
338352
339353
</ListItem>
340354
))}
341-
</List>
355+
</List> */}
342356

343357
<Typography>
344358
{ab.specification.tests.length} Test(s)
1.93 MB
Binary file not shown.

web/404.html

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

web/about/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">About LASSO | LASSO</title><meta data-rh="true" name="viewport" content="width=device-width,initial-scale=1"><meta data-rh="true" name="twitter:card" content="summary_large_image"><meta data-rh="true" property="og:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" name="twitter:image" content="https://softwareobservatorium.github.io/web/img/docusaurus-social-card.jpg"><meta data-rh="true" property="og:url" content="https://softwareobservatorium.github.io/web/about"><meta data-rh="true" property="og:locale" content="en"><meta data-rh="true" name="docusaurus_locale" content="en"><meta data-rh="true" name="docusaurus_tag" content="default"><meta data-rh="true" name="docsearch:language" content="en"><meta data-rh="true" name="docsearch:docusaurus_tag" content="default"><meta data-rh="true" property="og:title" content="About LASSO | LASSO"><meta data-rh="true" name="description" content="Team / Authors"><meta data-rh="true" property="og:description" content="Team / Authors"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/about"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/about" hreflang="x-default"><link rel="alternate" type="application/rss+xml" href="/web/blog/rss.xml" title="LASSO RSS Feed">
77
<link rel="alternate" type="application/atom+xml" href="/web/blog/atom.xml" title="LASSO Atom Feed"><link rel="stylesheet" href="/web/assets/css/styles.0ab87e24.css">
8-
<script src="/web/assets/js/runtime~main.ff19a36f.js" defer="defer"></script>
9-
<script src="/web/assets/js/main.5845e140.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.3ffbb8a1.js" defer="defer"></script>
9+
<script src="/web/assets/js/main.6040d08c.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">
1212
<script>!function(){function t(t){document.documentElement.setAttribute("data-theme",t)}var e=function(){try{return new URLSearchParams(window.location.search).get("docusaurus-theme")}catch(t){}}()||function(){try{return window.localStorage.getItem("theme")}catch(t){}}();t(null!==e?e:"light")}(),function(){try{const n=new URLSearchParams(window.location.search).entries();for(var[t,e]of n)if(t.startsWith("docusaurus-data-")){var a=t.replace("docusaurus-data-","data-");document.documentElement.setAttribute(a,e)}}catch(t){}}()</script><div id="__docusaurus"><script>!function(){try{let e="";const t=localStorage.getItem("mui-mode")||"system",o=localStorage.getItem("mui-color-scheme-dark")||"dark",c=localStorage.getItem("mui-color-scheme-light")||"light";if("system"===t){e=window.matchMedia("(prefers-color-scheme: dark)").matches?o:c}"light"===t&&(e=c),"dark"===t&&(e=o),e&&document.documentElement.setAttribute("data-color-scheme",e)}catch(e){}}()</script><div role="region" aria-label="Skip to main content"><a class="skipToContent_fXgn" href="#__docusaurus_skipToContent_fallback">Skip to main content</a></div><nav aria-label="Main" class="navbar navbar--fixed-top"><div class="navbar__inner"><div class="navbar__items"><button aria-label="Toggle navigation bar" aria-expanded="false" class="navbar__toggle clean-btn" type="button"><svg width="30" height="30" viewBox="0 0 30 30" aria-hidden="true"><path stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" d="M4 7h22M4 15h22M4 23h22"></path></svg></button><a class="navbar__brand" href="/web/"><div class="navbar__logo"><img src="/web/img/lasso_logo_trans.png" alt="LASSO Logo" class="themedComponent_mlkZ themedComponent--light_NVdE"><img src="/web/img/lasso_logo_trans.png" alt="LASSO Logo" class="themedComponent_mlkZ themedComponent--dark_xIcU"></div><b class="navbar__title text--truncate">LASSO</b></a><a class="navbar__item navbar__link" href="/web/docs/intro">Documentation</a><a class="navbar__item navbar__link" href="/web/hub">TDSEHub (Pipelines)</a><a class="navbar__item navbar__link" href="/web/lasso/search">Code Search</a><a class="navbar__item navbar__link" href="/web/labs">Labs (Playground)</a><a class="navbar__item navbar__link" href="/web/blog">Blog</a><a class="navbar__item navbar__link" href="/web/research/intro">Research</a></div><div class="navbar__items navbar__items--right"><a href="https://github.com/SoftwareObservatorium/lasso" target="_blank" rel="noopener noreferrer" class="navbar__item navbar__link">GitHub<svg width="13.5" height="13.5" aria-hidden="true" viewBox="0 0 24 24" class="iconExternalLink_nPIU"><path fill="currentColor" d="M21 13v10h-21v-19h12v2h-10v15h17v-8h2zm3-12h-10.988l4.035 4-6.977 7.07 2.828 2.828 6.977-7.07 4.125 4.172v-11z"></path></svg></a><div class="toggle_vylO colorModeToggle_DEke"><button class="clean-btn toggleButton_gllP toggleButtonDisabled_aARS" type="button" disabled="" title="Switch between dark and light mode (currently light mode)" aria-label="Switch between dark and light mode (currently light mode)" aria-live="polite" aria-pressed="false"><svg viewBox="0 0 24 24" width="24" height="24" class="lightToggleIcon_pyhR"><path fill="currentColor" d="M12,9c1.65,0,3,1.35,3,3s-1.35,3-3,3s-3-1.35-3-3S10.35,9,12,9 M12,7c-2.76,0-5,2.24-5,5s2.24,5,5,5s5-2.24,5-5 S14.76,7,12,7L12,7z M2,13l2,0c0.55,0,1-0.45,1-1s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S1.45,13,2,13z M20,13l2,0c0.55,0,1-0.45,1-1 s-0.45-1-1-1l-2,0c-0.55,0-1,0.45-1,1S19.45,13,20,13z M11,2v2c0,0.55,0.45,1,1,1s1-0.45,1-1V2c0-0.55-0.45-1-1-1S11,1.45,11,2z M11,20v2c0,0.55,0.45,1,1,1s1-0.45,1-1v-2c0-0.55-0.45-1-1-1C11.45,19,11,19.45,11,20z M5.99,4.58c-0.39-0.39-1.03-0.39-1.41,0 c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0s0.39-1.03,0-1.41L5.99,4.58z M18.36,16.95 c-0.39-0.39-1.03-0.39-1.41,0c-0.39,0.39-0.39,1.03,0,1.41l1.06,1.06c0.39,0.39,1.03,0.39,1.41,0c0.39-0.39,0.39-1.03,0-1.41 L18.36,16.95z M19.42,5.99c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06c-0.39,0.39-0.39,1.03,0,1.41 s1.03,0.39,1.41,0L19.42,5.99z M7.05,18.36c0.39-0.39,0.39-1.03,0-1.41c-0.39-0.39-1.03-0.39-1.41,0l-1.06,1.06 c-0.39,0.39-0.39,1.03,0,1.41s1.03,0.39,1.41,0L7.05,18.36z"></path></svg><svg viewBox="0 0 24 24" width="24" height="24" class="darkToggleIcon_wfgR"><path fill="currentColor" d="M9.37,5.51C9.19,6.15,9.1,6.82,9.1,7.5c0,4.08,3.32,7.4,7.4,7.4c0.68,0,1.35-0.09,1.99-0.27C17.45,17.19,14.93,19,12,19 c-3.86,0-7-3.14-7-7C5,9.07,6.81,6.55,9.37,5.51z M12,3c-4.97,0-9,4.03-9,9s4.03,9,9,9s9-4.03,9-9c0-0.46-0.04-0.92-0.1-1.36 c-0.98,1.37-2.58,2.26-4.4,2.26c-2.98,0-5.4-2.42-5.4-5.4c0-1.81,0.89-3.42,2.26-4.4C12.92,3.04,12.46,3,12,3L12,3z"></path></svg></button></div><div class="navbarSearchContainer_Bca1"></div></div></div><div role="presentation" class="navbar-sidebar__backdrop"></div></nav><div id="__docusaurus_skipToContent_fallback" class="main-wrapper mainWrapper_z2l0"><main class="container container--fluid margin-vert--lg"><div class="row mdxPageWrapper_j9I6"><div class="col col--8"><article><header><h1>About LASSO</h1></header>

0 commit comments

Comments
 (0)