Skip to content

Commit c34c530

Browse files
committed
sitemap
1 parent 5d6a6d6 commit c34c530

69 files changed

Lines changed: 82 additions & 69 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.

lasso/src/components/HubFeatures/category.tsx

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ const statusColor: Record<string, "default" | "primary" | "success" | "warning"
4242
PENDING: "primary",
4343
};
4444

45+
const HIDE_LIST: string[] = [
46+
"7da59a7d-561e-4d2f-9ebf-42c3aba0d78c",
47+
"15fb7eea-8629-4c63-a722-b3e25c4c8a86",
48+
"4744ac3d-b3e3-4c45-8222-abf0107fdd84"
49+
];
50+
4551
export const ScriptHub: React.FC = () => {
4652
const [scripts, setScripts] = useState<ScriptInfo[]>([]);
4753
const [loading, setLoading] = useState(false);
@@ -67,8 +73,14 @@ export const ScriptHub: React.FC = () => {
6773
}
6874
).then(
6975
() => {
70-
LassoService.getHubScripts() // or another default category if needed
71-
.then(res => setScripts(res.data))
76+
LassoService.getHubScripts()
77+
.then(res => {
78+
const myScripts: ScriptInfo[] = res.data;
79+
const filtered = myScripts.filter(script => !HIDE_LIST.find(id => id === script.executionId));
80+
81+
console.log(filtered);
82+
setScripts(filtered);
83+
})
7284
.catch(err => setError(err.message ?? String(err)))
7385
.finally(() => setLoading(false));
7486
}

lasso/src/pages/hub0.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const HubPage = () => {
151151
<Typography sx={{ margin: 2 }} variant="h5" component="div">LSL Pipeline Viewer<Typography variant="h6" component="div">Explore the study and actions</Typography></Typography>
152152
<Typography sx={{ color: 'text.secondary', mb: 1.5 }}>{HubExamples.MAP[currentExampleId].description}</Typography>
153153
<Typography variant="h5" component="div">
154-
<Button sx={{ float: "right" }} onClick={(event) => handleTryClick()}>Try Now!</Button>
154+
{/* <Button sx={{ float: "right" }} onClick={(event) => handleTryClick()}>Try Now!</Button> */}
155155
<Editor
156156
height="500px"
157157
defaultLanguage="java"

sitemap.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="UTF-8"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://softwareobservatorium.github.io/web/about</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/archive</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/arena-python</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/authors</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/icst25</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/lslflow</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/blog/new-project-website</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/contact</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/generation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/hub</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/hub0</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/labs</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/lasso/result</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/lasso/search</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/lasso/ssn</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/lasso/submit</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/markdown-page</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/muiexample</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/pdfviewer</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/research/intro</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/research/projects</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/research/publications</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/search</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/advanced/analyzer</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/advanced/crawler</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/advanced/known_issues</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/advanced/security</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/analytics/data</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/5-minute-tutorial</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/advanced</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/analysis</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/data-structures-and-languages</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/development</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/infrastructure</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/installation</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/platform</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/category/python-support</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/datastructures/lql</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/datastructures/lsl</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/datastructures/srm</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/datastructures/ssn</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/analyzer</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/arena</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/benchmarks</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/CellValue</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/core</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/crawler</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/development/datasource-maven</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/infrastructure/docker</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/infrastructure/nexus</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/infrastructure/solr</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/installation/build</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/installation/corpus</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/installation/deploy</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/installation/requirements</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/installation/summary</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/intro</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/platform/actions_api</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/python/arena</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/docs/quickstart/scenario</loc><changefreq>weekly</changefreq><priority>0.5</priority></url><url><loc>https://softwareobservatorium.github.io/web/</loc><changefreq>weekly</changefreq><priority>0.5</priority></url></urlset>

web/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="generator" content="Docusaurus v3.7.0">
66
<title data-rh="true">Page Not Found | 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/404.html"><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="Page Not Found | LASSO"><link data-rh="true" rel="icon" href="/web/img/favicon.ico"><link data-rh="true" rel="canonical" href="https://softwareobservatorium.github.io/web/404.html"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" hreflang="en"><link data-rh="true" rel="alternate" href="https://softwareobservatorium.github.io/web/404.html" 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.a32aa24b.css">
8-
<script src="/web/assets/js/runtime~main.243e5329.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.233efb46.js" defer="defer"></script>
99
<script src="/web/assets/js/main.532e243e.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">

web/about/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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.a32aa24b.css">
8-
<script src="/web/assets/js/runtime~main.243e5329.js" defer="defer"></script>
8+
<script src="/web/assets/js/runtime~main.233efb46.js" defer="defer"></script>
99
<script src="/web/assets/js/main.532e243e.js" defer="defer"></script>
1010
</head>
1111
<body class="navigation-with-keyboard">
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)