Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
51 third-party resources (94% of weight)
Performance issues directly impact user engagement and conversion rates.
Cookie 'c2sd-an-auth' is missing the HttpOnly flag
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3bbdc33f-a666-4196-b0e0-94436c6a821d)<a href="https://beavercheck.com/results/3bbdc33f-a666-4196-b0e0-94436c6a821d"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Farchives-ouvertes.fr" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Farchives-ouvertes.frThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 18.1s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~28%.
Page takes 18.1s to load
+12% bounceUsers abandon at ~3s — you're 15.6s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 464ms after first paint
Fix: Defer third-party scripts and split large bundles
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€400 investment → €0.78/month returns + EUR 120,500,000 risk avoided
€400
5h · 5 findings
€0.78 /mo
~€9.31 / year
EUR 120,500,000
if kept compliant
€120 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,009 / year if left unfixed
€120,500,000
+5 more
€0.78 /mo
10477.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 3 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
12.69 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
18.08 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
464 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.085
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.69 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
18.09 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| hal.science/assets/fonts/icomoon.ttf?p6x699 | 90 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Open and share the knowledge
Upload
An international scope
Your publicati… body.env-production > main > section.home-submit | hal.science/assets/img/hal-index-bg.png | 595.6 KiB | 408.1 KiB |
Logo body.env-production > nav.navbar > a.navbar-brand > img | hal.science/assets/img/hal-logo-header.png | 89.7 KiB | 88.9 KiB |
CNRS div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/cnrs.png | 18.6 KiB | 18.1 KiB |
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4 | hal.science/assets/img/CoreTrustSeal.png | 18.0 KiB | 13.0 KiB |
Logo body.env-production > nav.navbar > a.navbar-brand > img | hal.science/assets/img/hal-logo-text.png | 6.2 KiB | 6.1 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap | 1.3 KiB | 1.4 s |
| hal.science/assets/build/main.2146cdd3.js | 1.1 MiB | 6.5 s |
| hal.science/static/js/tarteaucitron/tarteaucitron.js | 122.3 KiB | 600 ms |
| hal.science/assets/js/translations.php?lang=en | 26.4 KiB | 300 ms |
| hal.science/assets/js/select2totree.js | 5.2 KiB | 150 ms |
| hal.science/assets/css/select2totree.css | 3.5 KiB | |
| hal.science/static/js/tarteaucitron4hal/tarteaucitron.servicesHAL.js | 2.0 KiB | |
| hal.science/assets/build/main.7422c588.css | 332.4 KiB | 2.4 s |
| hal.science/assets/build/runtime.79766688.js | 1.6 KiB | |
| hal.science/public/style.ng.css?1759935239 | 317 B | |
| cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js | 16.7 KiB | 851 ms |
| cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css | 2.2 KiB | 762 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Lists the toplevel main thread tasks that executed during page load.
Performance issues directly impact user engagement and conversion rates.
Collection of useful page vitals.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| archives-ouvertes.fr/ | 4.2 s |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| archives-ouvertes.fr/ | 995 ms |
| hal.science/ | 2.3 s |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| hal.science/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn how to avoid long main-thread tasks
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/static/js/tarteaucitron/tarteaucitron.services.js | 243.9 KiB | 67.8 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.js | 122.0 KiB | 44.8 KiB |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/assets/build/main.7422c588.css | 332.0 KiB | 316.7 KiB |
| hal.science/static/js/tarteaucitron/css/tarteaucitron.css | 30.3 KiB | 24.2 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/assets/build/main.2146cdd3.js | 1.1 MiB | 870.3 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.services.js | 243.9 KiB | 177.8 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.js | 122.0 KiB | 55.2 KiB |
| /ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js?... | 58.8 KiB | 32.5 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/static/js/tarteaucitron/css/tarteaucitron.css | 30.5 KiB | 6.2 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
CNRS div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/cnrs.png |
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4 | hal.science/assets/img/CoreTrustSeal.png |
Inria div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/inria.svg |
INRAE div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/inrae.svg |
Ministère de l'enseignement supérieur et de la recherche div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/mesr.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-md-12 > div.input-group > input.form-control div.row > div.col-md-12 > div.input-group > input.form-control |
These are opportunities to improve the legibility of your content.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.css?cachebuster=devel"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="robots" content="noindex,nofollow"><style> | Syntax not understood |
| 2 | body, | Syntax not understood |
| 3 | html { | Syntax not understood |
| 4 | height: 100%; | Unknown directive |
| 5 | display: flex; | Unknown directive |
| 6 | justify-content: center; | Unknown directive |
| 7 | align-items: center; | Unknown directive |
| 8 | margin-left: auto; | Unknown directive |
| 9 | margin-right: auto; | Unknown directive |
| 10 | } | Syntax not understood |
| 11 | .centered-div { | Syntax not understood |
| 12 | text-align: center; | Unknown directive |
| 13 | } | Syntax not understood |
| 15 | font-variant-numeric: tabular-nums; | Unknown directive |
| 16 | } | Syntax not understood |
| 18 | display: none; | Unknown directive |
| 19 | width: min(20rem, 90%); | Unknown directive |
| 20 | height: 2rem; | Unknown directive |
| 21 | border-radius: 1rem; | Unknown directive |
| 22 | overflow: hidden; | Unknown directive |
| 23 | margin: 1rem 0 2rem; | Unknown directive |
| 24 | outline-offset: 2px; | Unknown directive |
| 25 | outline: #b16286 solid 4px; | Unknown directive |
| 26 | } | Syntax not understood |
| 27 | .bar-inner { | Syntax not understood |
| 28 | background-color: #b16286; | Unknown directive |
| 29 | height: 100%; | Unknown directive |
| 30 | width: 0; | Unknown directive |
| 31 | transition: width 0.25s ease-in; | Unknown directive |
| 32 | } | Syntax not understood |
| 33 | img#image { | Syntax not understood |
| 34 | width: 20% !important; | Unknown directive |
| 35 | } | Syntax not understood |
| 36 | </style><script id="anubis_version" type="application/json">"devel" | Syntax not understood |
| 37 | </script><script id="anubis_challenge" type="application/json">null | Syntax not understood |
| 38 | </script><script id="anubis_base_prefix" type="application/json">"" | Syntax not understood |
| 39 | </script><script id="anubis_public_url" type="application/json">"" | Syntax not understood |
| 40 | </script></head><body id="top"><script type="ignore"><a href="/.within.website/x/cmd/anubis/api/honeypot/04e901e4-1f7d-4e72-aa8a-17108c5a05e9/init">Don't click me</a></script><main><svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.28 233.87"><defs><style> | Unknown directive |
| 41 | .cls-1 { fill: #2ab6b8; } .cls-2 { fill: #4e4093; } .cls-3 { fill: #e84a1d; } | Unknown directive |
| 42 | .cls-4 { fill: #ce3b1b; } .cls-5 { fill: #412781; } .cls-6 { fill: #64286e; } | Unknown directive |
| 43 | .cls-7 { fill: #292d67; } .cls-8 { fill: #a63232; } | Unknown directive |
| 44 | .cls-9 { font-family: CCSDmanrope-Regular, CCSD_manrope; font-size: 21.16px; font-variation-settings: 'wght' 400; } | Unknown directive |
| 45 | .cls-9, | Syntax not understood |
| 46 | .cls-10 { fill: #77509c; } .cls-11 { fill: #254496; } .cls-12 { letter-spacing: 0em; } | Unknown directive |
| 47 | .cls-13 { fill: #7e2d46; } .cls-14 { fill: #222651; } .cls-15 { letter-spacing: -.02em; } | Unknown directive |
| 48 | .cls-16, | Syntax not understood |
| 49 | .cls-17 { fill: #0c8fbe; } .cls-18 { letter-spacing: 0em; } .cls-19 { fill: #1964ae; } | Unknown directive |
| 50 | .cls-20 { letter-spacing: 0em; } | Unknown directive |
| 51 | .cls-17 { font-family: 'CCSD_manrope-Regular', CCSD; font-size: 21.96px; } | Unknown directive |
| 52 | .cls-21 { fill: #0ca0b9; } .cls-22 { fill: #222551; } .cls-23 { fill: #a36eac; } | Unknown directive |
| 53 | </style></defs> <g><g><path class="cls-3" d="M43.16,176.5c.56.57,1.32.88,2.12.89h.01c.69,0,1.34-.23,1.87-.65-1.09-1.69-2.51-3.14-4.18-4.26-.44.53-.69,1.2-.69,1.9,0,.8.31,1.56.87,2.12Z"></path> <path class="cls-4" d="M42.27,177.46c-1.65-1.64-2.56-3.82-2.55-6.14,0-.16,0-.31.02-.47-.97-.34-1.99-.58-3.04-.71-.04.39-.06.78-.06,1.17-.01,3.15,1.22,6.11,3.46,8.34,2.32,2.31,5.37,3.46,8.43,3.46.28,0,.57-.01.85-.03-.11-1.06-.33-2.08-.66-3.06-2.33.05-4.68-.8-6.45-2.56Z"></path> <path class="cls-8" d="M39.21,180.6c-2.99-2.97-5.16-6.54-6.39-10.42-1.04.15-2.04.41-3,.76,1.37,4.42,3.82,8.48,7.22,11.85,3.32,3.3,7.26,5.64,11.45,7.03.37-.95.64-1.95.8-2.99-3.69-1.24-7.15-3.32-10.08-6.23Z"></path> <path class="cls-13" d="M46.24,193.71l-20.38-20.53c-.81.64-1.55,1.37-2.21,2.16l20.41,20.55c.8-.65,1.53-1.38,2.18-2.19Z"></path> <path class="cls-6" d="M21.26,179.49c-.36.96-.62,1.96-.77,3,3.78,1.23,7.33,3.33,10.33,6.31,2.93,2.91,5.07,6.38,6.31,10.17,1.04-.16,2.04-.43,2.99-.8-1.39-4.31-3.8-8.26-7.13-11.56-3.4-3.38-7.44-5.75-11.74-7.12Z"></path> <path class="cls-5" d="M29.93,189.75c-2.58-2.57-6.09-3.71-9.48-3.41.13,1.05.36,2.07.7,3.05,2.38-.09,4.79.76,6.6,2.56,1.65,1.64,2.56,3.82,2.55,6.14,0,.11,0,.21,0,.32.98.33,2,.55,3.05.66.03-.32.05-.64.05-.97.01-3.15-1.22-6.11-3.46-8.34Z"></path> <path class="cls-7" d="M26.87,192.9c-.56-.57-1.32-.88-2.12-.89h-.01c-.71,0-1.38.25-1.92.7,1.12,1.66,2.58,3.08,4.28,4.16.42-.52.64-1.17.65-1.85,0-.8-.31-1.56-.87-2.12Z"></path></g> <g><polygon class="cls-22" points="72.56 182.74 64.59 182.74 64.59 177.44 60.63 177.44 60.63 191.73 64.59 191.73 64.59 185.99 72.56 185.99 72.56 191.73 76.52 191.73 76.52 177.44 72.56 177.44 72.56 182.74"></polygon> <polygon class="cls-22" points="103.12 188.37 103.12 177.44 99.17 177.44 99.17 191.73 111.87 191.73 111.87 188.37 103.12 188.37"></polygon> <path class="cls-22" d="M85.05,177.44l-6.34,14.3h3.98l1.15-2.65h0l.31-.71h7.09l.32.71h0l.53,1.2h0s.64,1.45.64,1.45h4.25l-6.63-14.3h-5.3ZM89.73,185.01h-4.12l2.03-4.69,2.09,4.69Z"></path></g></g> <g><g><path class="cls-22" d="M98.08,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M176.62,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M255.25,104.51v-.68h19.47c.23,2.34,1.21,7.32,12.37,7.32h.45c10.94,0,12.37-3.09,12.37-5.89,0-2.94-1.74-4.98-11.02-5.21l-7.7-.23c-19.62-.6-25.28-8.07-25.28-16.75v-.68c0-9.28,5.43-16.83,29.35-16.83h2.87c25.96,0,29.8,9.21,29.8,17.05v.6h-19.17c-.38-2.34-1.81-5.73-11.85-5.73h-.68c-9.58,0-11.54,1.89-11.54,4.6,0,2.57,1.89,4.6,10.41,4.83l7.92.23c20.9.6,25.88,7.17,25.88,16.68v.91c0,8.68-3.92,18.71-30.48,18.71h-2.04c-28.14,0-31.16-11.77-31.16-18.94Z"></path> <path class="cls-22" d="M360.8,66.33c30.03,0,36.75,14.26,36.75,26.33v2.26c0,12.37-5.58,27.54-36.67,27.54h-31.01v-56.14h30.94ZM359.22,108.96c17.81,0,19.54-8.53,19.54-14.56v-.45c0-5.81-1.81-14.19-19.54-14.19h-11.32v29.2h11.32Z"></path></g> <circle class="cls-3" cx="422.34" cy="111.43" r="12.4"></circle> <rect class="cls-1" x="442.46" y="100.52" width="21.82" height="21.82"></rect> <polygon class="cls-23" points="490.9 100.52 478.3 100.52 472 111.43 478.3 122.34 490.9 122.34 497.2 111.43 490.9 100.52"></polygon></g> <g><g><text class="cls-17" transform="translate(245.45 191.07)"><tspan x="0" y="0">sciences</tspan></text> <g><path class="cls-14" d="M214.14,180.17h-9.71v2.46h9.4v3.41h-9.4v2.62h9.83v3.33h-13.95v-15.11h13.83v3.29Z"></path> <path class="cls-14" d="M237.46,191.99v-15.11h4.18v15.11h-4.18Z"></path> <path class="cls-14" d="M228.06,176.88h-10.23v15.11h4.18v-4.83h6.05c4.71,0,6.25-2.17,6.25-5.04v-.22c0-2.92-1.48-5.02-6.25-5.02ZM229.97,182.06c0,1.08-.67,1.73-2.21,1.73h-5.75v-3.53h5.75c1.54,0,2.21.67,2.21,1.73v.08Z"></path></g></g> <g><polygon class="cls-1" points="160.25 170.58 160.25 173.63 186.05 173.63 186.05 199.44 189.1 199.44 189.1 170.58 160.25 170.58"></polygon> <polygon class="cls-21" points="160.25 176.95 160.25 180.01 179.32 178.34 181.17 199.44 184.23 199.44 182.1 175.04 160.25 176.95"></polygon> <polygon class="cls-16" points="160.25 182.72 160.25 185.82 173.47 183.49 176.28 199.44 179.38 199.44 175.94 179.96 160.25 182.72"></polygon> <polygon class="cls-19" points="160.25 188.12 160.25 191.28 168.53 189.06 171.31 199.44 174.47 199.44 170.69 185.32 160.25 188.12"></polygon> <polygon class="cls-11" points="160.25 193.16 160.25 196.4 164.58 194.83 166.26 199.44 169.5 199.44 166.4 190.92 160.25 193.16"></polygon> <polygon class="cls-7" points="160.25 198.06 160.25 199.44 164.19 199.44 162.96 196.8 160.25 198.06"></polygon></g></g> <g><g><path class="cls-10" d="M385.37,198.44l-11.64-6.72v-13.44l11.64-6.72,11.64,6.72v13.44l-11.64,6.72ZM376.78,189.97l8.6,4.96,8.6-4.96v-9.93l-8.6-4.96-8.6,4.96v9.93Z"></path> <path class="cls-2" d="M385.37,192.81l-6.76-3.9v-7.8l6.76-3.9,6.76,3.9v7.8l-6.76,3.9ZM381.65,187.16l3.72,2.15,3.72-2.15v-4.29l-3.72-2.15-3.72,2.15v4.29Z"></path> <polygon class="cls-7" points="385.37 182.84 383.5 183.93 383.5 186.09 385.37 187.17 387.25 186.09 387.25 183.93 385.37 182.84"></polygon> <g><polygon class="cls-23" points="383.13 170.74 377.14 170.74 374.14 175.93 383.13 170.74"></polygon> <polygon class="cls-23" points="374.14 194.09 377.14 199.27 383.13 199.27 374.14 194.09"></polygon> <polygon class="cls-23" points="371.89 179.82 368.9 185.01 371.89 190.19 371.89 179.82"></polygon> <polygon class="cls-23" points="387.62 199.27 393.61 199.27 396.61 194.09 387.62 199.27"></polygon> <polygon class="cls-23" points="398.85 190.19 401.85 185.01 398.85 179.82 398.85 190.19"></polygon> <polygon class="cls-23" points="387.62 170.74 396.61 175.93 393.61 170.74 387.62 170.74"></polygon></g></g> <g><g><path class="cls-14" d="M499.78,184.69v-.59c0-3.03,1.76-7.16,8.41-7.16h.9c6.1,0,8.14,2.99,8.14,5.75v.04h-4.15c-.06-.41-.61-2.47-4.44-2.47-3.56,0-4.68,2-4.68,3.95v.27c0,1.8,1.15,4.09,4.7,4.09,3.87,0,4.36-2.09,4.42-2.56h4.15v.06c0,2.66-1.96,5.85-8.14,5.85h-.9c-6.65,0-8.41-4.26-8.41-7.24Z"></path> <path class="cls-14" d="M538.04,184.11v.59c0,3.13-1.94,7.26-8.74,7.26h-.86c-6.81,0-8.74-4.13-8.74-7.26v-.59c0-3.17,1.94-7.18,8.74-7.18h.86c6.81,0,8.74,3.99,8.74,7.18ZM528.86,180.25c-4.07,0-4.99,2.21-4.99,4.01v.27c0,1.76.98,4.07,4.99,4.07s4.99-2.31,4.99-4.07v-.27c0-1.8-.88-4.01-4.99-4.01Z"></path> <path class="cls-14" d="M545.13,191.72h-3.93v-14.56h4.15l8.51,9.37v-9.37h3.91v14.56h-3.95l-8.69-9.43v9.43Z"></path> <path class="cls-14" d="M574.85,180.39h-9.25v2.6h8.98v3.33h-8.98v5.4h-4.01v-14.56h13.26v3.23Z"></path></g> <text class="cls-9" transform="translate(409.76 190.84)"><tspan x="0" y="0">sciences</tspan></text></g></g></svg><h1 id="title" class=".centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:20%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=devel"><p>Access Denied: error code 4d1dbaddfcc0f385.</p><p><a href="/">Go home</a></p></div><footer><div class="centered-div"><p>Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> From <a href="https://techaro.lol">Techaro</a>.</p><p>Mascot design by <a href="https://bsky.app/profile/celphase.bsky.social">CELPHASE</a>.</p><p>This website is running Anubis version <code>devel</code>.</p></div></footer></main></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.92 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.75 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
60 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.023
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.92 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
3.76 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
| URL | Est Savings |
|---|---|
| hal.science/assets/fonts/icomoon.ttf?p6x699 | 95 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Open and share the knowledge
Upload
An international scope
Your publicati… body.env-production > main > section.home-submit | hal.science/assets/img/hal-index-bg.png | 595.6 KiB | 408.1 KiB |
Logo body.env-production > nav.navbar > a.navbar-brand > img | hal.science/assets/img/hal-logo-header.png | 89.7 KiB | 89.5 KiB |
HAL open science section.home-submit > div.row > div.col-12 > img.logo-hal-home | hal.science/assets/img/hal_25_en.png | 49.8 KiB | 46.9 KiB |
CNRS div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/cnrs.png | 18.6 KiB | 18.4 KiB |
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4 | hal.science/assets/img/CoreTrustSeal.png | 18.0 KiB | 16.4 KiB |
Logo body.env-production > nav.navbar > a.navbar-brand > img | hal.science/assets/img/hal-logo-text.png | 6.2 KiB | 6.2 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| archives-ouvertes.fr/ | 1.1 s |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| archives-ouvertes.fr/ | 491 ms |
| hal.science/ | 261 ms |
| /.within.website/x/cmd/anubis/api/pass-challenge?id=019db... | 0.0 ms |
| hal.science/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/assets/build/main.7422c588.css | 332.0 KiB | 315.0 KiB |
| hal.science/static/js/tarteaucitron/css/tarteaucitron.css | 30.3 KiB | 24.7 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/assets/build/main.2146cdd3.js | 1.1 MiB | 870.3 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.services.js | 243.9 KiB | 177.8 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.js | 122.0 KiB | 55.2 KiB |
| /ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js?... | 58.8 KiB | 32.5 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/static/js/tarteaucitron/css/tarteaucitron.css | 30.5 KiB | 6.2 KiB |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| hal.science/static/js/tarteaucitron/tarteaucitron.services.js | 243.9 KiB | 67.8 KiB |
| hal.science/static/js/tarteaucitron/tarteaucitron.js | 122.0 KiB | 44.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
HAL open science section.home-submit > div.row > div.col-12 > img.logo-hal-home | hal.science/assets/img/hal_25_en.png |
CNRS div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/cnrs.png |
CoreTrustSeal logo ul > li.cts-link > a > img.mt-4 | hal.science/assets/img/CoreTrustSeal.png |
Inria div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/inria.svg |
INRAE div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/inrae.svg |
Ministère de l'enseignement supérieur et de la recherche div.custom-footer-outer > div.col-sm-6 > a > img | hal.science/public/mesr.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.row > div.col-md-12 > div.input-group > input.form-control div.row > div.col-md-12 > div.input-group > input.form-control |
These are opportunities to improve the legibility of your content.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
EN ul.nav > li.nav-item > form#formLang > button#dropdownLang |
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Manifest: Line: 1, column: 1, Syntax error. | |
Manifest: Line: 1, column: 1, Syntax error. |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html><html lang="en"><head><title>Oh noes!</title><link rel="stylesheet" href="/.within.website/x/xess/xess.css?cachebuster=devel"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="robots" content="noindex,nofollow"><style> | Syntax not understood |
| 2 | body, | Syntax not understood |
| 3 | html { | Syntax not understood |
| 4 | height: 100%; | Unknown directive |
| 5 | display: flex; | Unknown directive |
| 6 | justify-content: center; | Unknown directive |
| 7 | align-items: center; | Unknown directive |
| 8 | margin-left: auto; | Unknown directive |
| 9 | margin-right: auto; | Unknown directive |
| 10 | } | Syntax not understood |
| 11 | .centered-div { | Syntax not understood |
| 12 | text-align: center; | Unknown directive |
| 13 | } | Syntax not understood |
| 15 | font-variant-numeric: tabular-nums; | Unknown directive |
| 16 | } | Syntax not understood |
| 18 | display: none; | Unknown directive |
| 19 | width: min(20rem, 90%); | Unknown directive |
| 20 | height: 2rem; | Unknown directive |
| 21 | border-radius: 1rem; | Unknown directive |
| 22 | overflow: hidden; | Unknown directive |
| 23 | margin: 1rem 0 2rem; | Unknown directive |
| 24 | outline-offset: 2px; | Unknown directive |
| 25 | outline: #b16286 solid 4px; | Unknown directive |
| 26 | } | Syntax not understood |
| 27 | .bar-inner { | Syntax not understood |
| 28 | background-color: #b16286; | Unknown directive |
| 29 | height: 100%; | Unknown directive |
| 30 | width: 0; | Unknown directive |
| 31 | transition: width 0.25s ease-in; | Unknown directive |
| 32 | } | Syntax not understood |
| 33 | img#image { | Syntax not understood |
| 34 | width: 20% !important; | Unknown directive |
| 35 | } | Syntax not understood |
| 36 | </style><script id="anubis_version" type="application/json">"devel" | Syntax not understood |
| 37 | </script><script id="anubis_challenge" type="application/json">null | Syntax not understood |
| 38 | </script><script id="anubis_base_prefix" type="application/json">"" | Syntax not understood |
| 39 | </script><script id="anubis_public_url" type="application/json">"" | Syntax not understood |
| 40 | </script></head><body id="top"><script type="ignore"><a href="/.within.website/x/cmd/anubis/api/honeypot/865e0a46-ee02-4ce3-88b1-da06b2fd34e8/init">Don't click me</a></script><main><svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.28 233.87"><defs><style> | Unknown directive |
| 41 | .cls-1 { fill: #2ab6b8; } .cls-2 { fill: #4e4093; } .cls-3 { fill: #e84a1d; } | Unknown directive |
| 42 | .cls-4 { fill: #ce3b1b; } .cls-5 { fill: #412781; } .cls-6 { fill: #64286e; } | Unknown directive |
| 43 | .cls-7 { fill: #292d67; } .cls-8 { fill: #a63232; } | Unknown directive |
| 44 | .cls-9 { font-family: CCSDmanrope-Regular, CCSD_manrope; font-size: 21.16px; font-variation-settings: 'wght' 400; } | Unknown directive |
| 45 | .cls-9, | Syntax not understood |
| 46 | .cls-10 { fill: #77509c; } .cls-11 { fill: #254496; } .cls-12 { letter-spacing: 0em; } | Unknown directive |
| 47 | .cls-13 { fill: #7e2d46; } .cls-14 { fill: #222651; } .cls-15 { letter-spacing: -.02em; } | Unknown directive |
| 48 | .cls-16, | Syntax not understood |
| 49 | .cls-17 { fill: #0c8fbe; } .cls-18 { letter-spacing: 0em; } .cls-19 { fill: #1964ae; } | Unknown directive |
| 50 | .cls-20 { letter-spacing: 0em; } | Unknown directive |
| 51 | .cls-17 { font-family: 'CCSD_manrope-Regular', CCSD; font-size: 21.96px; } | Unknown directive |
| 52 | .cls-21 { fill: #0ca0b9; } .cls-22 { fill: #222551; } .cls-23 { fill: #a36eac; } | Unknown directive |
| 53 | </style></defs> <g><g><path class="cls-3" d="M43.16,176.5c.56.57,1.32.88,2.12.89h.01c.69,0,1.34-.23,1.87-.65-1.09-1.69-2.51-3.14-4.18-4.26-.44.53-.69,1.2-.69,1.9,0,.8.31,1.56.87,2.12Z"></path> <path class="cls-4" d="M42.27,177.46c-1.65-1.64-2.56-3.82-2.55-6.14,0-.16,0-.31.02-.47-.97-.34-1.99-.58-3.04-.71-.04.39-.06.78-.06,1.17-.01,3.15,1.22,6.11,3.46,8.34,2.32,2.31,5.37,3.46,8.43,3.46.28,0,.57-.01.85-.03-.11-1.06-.33-2.08-.66-3.06-2.33.05-4.68-.8-6.45-2.56Z"></path> <path class="cls-8" d="M39.21,180.6c-2.99-2.97-5.16-6.54-6.39-10.42-1.04.15-2.04.41-3,.76,1.37,4.42,3.82,8.48,7.22,11.85,3.32,3.3,7.26,5.64,11.45,7.03.37-.95.64-1.95.8-2.99-3.69-1.24-7.15-3.32-10.08-6.23Z"></path> <path class="cls-13" d="M46.24,193.71l-20.38-20.53c-.81.64-1.55,1.37-2.21,2.16l20.41,20.55c.8-.65,1.53-1.38,2.18-2.19Z"></path> <path class="cls-6" d="M21.26,179.49c-.36.96-.62,1.96-.77,3,3.78,1.23,7.33,3.33,10.33,6.31,2.93,2.91,5.07,6.38,6.31,10.17,1.04-.16,2.04-.43,2.99-.8-1.39-4.31-3.8-8.26-7.13-11.56-3.4-3.38-7.44-5.75-11.74-7.12Z"></path> <path class="cls-5" d="M29.93,189.75c-2.58-2.57-6.09-3.71-9.48-3.41.13,1.05.36,2.07.7,3.05,2.38-.09,4.79.76,6.6,2.56,1.65,1.64,2.56,3.82,2.55,6.14,0,.11,0,.21,0,.32.98.33,2,.55,3.05.66.03-.32.05-.64.05-.97.01-3.15-1.22-6.11-3.46-8.34Z"></path> <path class="cls-7" d="M26.87,192.9c-.56-.57-1.32-.88-2.12-.89h-.01c-.71,0-1.38.25-1.92.7,1.12,1.66,2.58,3.08,4.28,4.16.42-.52.64-1.17.65-1.85,0-.8-.31-1.56-.87-2.12Z"></path></g> <g><polygon class="cls-22" points="72.56 182.74 64.59 182.74 64.59 177.44 60.63 177.44 60.63 191.73 64.59 191.73 64.59 185.99 72.56 185.99 72.56 191.73 76.52 191.73 76.52 177.44 72.56 177.44 72.56 182.74"></polygon> <polygon class="cls-22" points="103.12 188.37 103.12 177.44 99.17 177.44 99.17 191.73 111.87 191.73 111.87 188.37 103.12 188.37"></polygon> <path class="cls-22" d="M85.05,177.44l-6.34,14.3h3.98l1.15-2.65h0l.31-.71h7.09l.32.71h0l.53,1.2h0s.64,1.45.64,1.45h4.25l-6.63-14.3h-5.3ZM89.73,185.01h-4.12l2.03-4.69,2.09,4.69Z"></path></g></g> <g><g><path class="cls-22" d="M98.08,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M176.62,95.38v-2.26c0-11.39,6.34-27.69,33.8-27.69h3.47c26.56,0,33.13,12.6,33.13,22.71v.38h-18.56c-.23-1.43-1.89-8.98-16.3-8.98-13.28,0-16.75,7.62-16.75,14.11v.98c0,6.11,3.55,14.49,16.83,14.49,14.41,0,16-7.62,16.22-9.13h18.56v.45c0,9.51-6.41,22.94-33.13,22.94h-3.47c-27.39,0-33.8-16.75-33.8-27.99Z"></path> <path class="cls-22" d="M255.25,104.51v-.68h19.47c.23,2.34,1.21,7.32,12.37,7.32h.45c10.94,0,12.37-3.09,12.37-5.89,0-2.94-1.74-4.98-11.02-5.21l-7.7-.23c-19.62-.6-25.28-8.07-25.28-16.75v-.68c0-9.28,5.43-16.83,29.35-16.83h2.87c25.96,0,29.8,9.21,29.8,17.05v.6h-19.17c-.38-2.34-1.81-5.73-11.85-5.73h-.68c-9.58,0-11.54,1.89-11.54,4.6,0,2.57,1.89,4.6,10.41,4.83l7.92.23c20.9.6,25.88,7.17,25.88,16.68v.91c0,8.68-3.92,18.71-30.48,18.71h-2.04c-28.14,0-31.16-11.77-31.16-18.94Z"></path> <path class="cls-22" d="M360.8,66.33c30.03,0,36.75,14.26,36.75,26.33v2.26c0,12.37-5.58,27.54-36.67,27.54h-31.01v-56.14h30.94ZM359.22,108.96c17.81,0,19.54-8.53,19.54-14.56v-.45c0-5.81-1.81-14.19-19.54-14.19h-11.32v29.2h11.32Z"></path></g> <circle class="cls-3" cx="422.34" cy="111.43" r="12.4"></circle> <rect class="cls-1" x="442.46" y="100.52" width="21.82" height="21.82"></rect> <polygon class="cls-23" points="490.9 100.52 478.3 100.52 472 111.43 478.3 122.34 490.9 122.34 497.2 111.43 490.9 100.52"></polygon></g> <g><g><text class="cls-17" transform="translate(245.45 191.07)"><tspan x="0" y="0">sciences</tspan></text> <g><path class="cls-14" d="M214.14,180.17h-9.71v2.46h9.4v3.41h-9.4v2.62h9.83v3.33h-13.95v-15.11h13.83v3.29Z"></path> <path class="cls-14" d="M237.46,191.99v-15.11h4.18v15.11h-4.18Z"></path> <path class="cls-14" d="M228.06,176.88h-10.23v15.11h4.18v-4.83h6.05c4.71,0,6.25-2.17,6.25-5.04v-.22c0-2.92-1.48-5.02-6.25-5.02ZM229.97,182.06c0,1.08-.67,1.73-2.21,1.73h-5.75v-3.53h5.75c1.54,0,2.21.67,2.21,1.73v.08Z"></path></g></g> <g><polygon class="cls-1" points="160.25 170.58 160.25 173.63 186.05 173.63 186.05 199.44 189.1 199.44 189.1 170.58 160.25 170.58"></polygon> <polygon class="cls-21" points="160.25 176.95 160.25 180.01 179.32 178.34 181.17 199.44 184.23 199.44 182.1 175.04 160.25 176.95"></polygon> <polygon class="cls-16" points="160.25 182.72 160.25 185.82 173.47 183.49 176.28 199.44 179.38 199.44 175.94 179.96 160.25 182.72"></polygon> <polygon class="cls-19" points="160.25 188.12 160.25 191.28 168.53 189.06 171.31 199.44 174.47 199.44 170.69 185.32 160.25 188.12"></polygon> <polygon class="cls-11" points="160.25 193.16 160.25 196.4 164.58 194.83 166.26 199.44 169.5 199.44 166.4 190.92 160.25 193.16"></polygon> <polygon class="cls-7" points="160.25 198.06 160.25 199.44 164.19 199.44 162.96 196.8 160.25 198.06"></polygon></g></g> <g><g><path class="cls-10" d="M385.37,198.44l-11.64-6.72v-13.44l11.64-6.72,11.64,6.72v13.44l-11.64,6.72ZM376.78,189.97l8.6,4.96,8.6-4.96v-9.93l-8.6-4.96-8.6,4.96v9.93Z"></path> <path class="cls-2" d="M385.37,192.81l-6.76-3.9v-7.8l6.76-3.9,6.76,3.9v7.8l-6.76,3.9ZM381.65,187.16l3.72,2.15,3.72-2.15v-4.29l-3.72-2.15-3.72,2.15v4.29Z"></path> <polygon class="cls-7" points="385.37 182.84 383.5 183.93 383.5 186.09 385.37 187.17 387.25 186.09 387.25 183.93 385.37 182.84"></polygon> <g><polygon class="cls-23" points="383.13 170.74 377.14 170.74 374.14 175.93 383.13 170.74"></polygon> <polygon class="cls-23" points="374.14 194.09 377.14 199.27 383.13 199.27 374.14 194.09"></polygon> <polygon class="cls-23" points="371.89 179.82 368.9 185.01 371.89 190.19 371.89 179.82"></polygon> <polygon class="cls-23" points="387.62 199.27 393.61 199.27 396.61 194.09 387.62 199.27"></polygon> <polygon class="cls-23" points="398.85 190.19 401.85 185.01 398.85 179.82 398.85 190.19"></polygon> <polygon class="cls-23" points="387.62 170.74 396.61 175.93 393.61 170.74 387.62 170.74"></polygon></g></g> <g><g><path class="cls-14" d="M499.78,184.69v-.59c0-3.03,1.76-7.16,8.41-7.16h.9c6.1,0,8.14,2.99,8.14,5.75v.04h-4.15c-.06-.41-.61-2.47-4.44-2.47-3.56,0-4.68,2-4.68,3.95v.27c0,1.8,1.15,4.09,4.7,4.09,3.87,0,4.36-2.09,4.42-2.56h4.15v.06c0,2.66-1.96,5.85-8.14,5.85h-.9c-6.65,0-8.41-4.26-8.41-7.24Z"></path> <path class="cls-14" d="M538.04,184.11v.59c0,3.13-1.94,7.26-8.74,7.26h-.86c-6.81,0-8.74-4.13-8.74-7.26v-.59c0-3.17,1.94-7.18,8.74-7.18h.86c6.81,0,8.74,3.99,8.74,7.18ZM528.86,180.25c-4.07,0-4.99,2.21-4.99,4.01v.27c0,1.76.98,4.07,4.99,4.07s4.99-2.31,4.99-4.07v-.27c0-1.8-.88-4.01-4.99-4.01Z"></path> <path class="cls-14" d="M545.13,191.72h-3.93v-14.56h4.15l8.51,9.37v-9.37h3.91v14.56h-3.95l-8.69-9.43v9.43Z"></path> <path class="cls-14" d="M574.85,180.39h-9.25v2.6h8.98v3.33h-8.98v5.4h-4.01v-14.56h13.26v3.23Z"></path></g> <text class="cls-9" transform="translate(409.76 190.84)"><tspan x="0" y="0">sciences</tspan></text></g></g></svg><h1 id="title" class=".centered-div">Oh noes!</h1><div class="centered-div"><img id="image" alt="Sad Anubis" style="width:20%;max-width:256px;" src="/.within.website/x/cmd/anubis/static/img/reject.webp?cacheBuster=devel"><p>Access Denied: error code 4d1dbaddfcc0f385.</p><p><a href="/">Go home</a></p></div><footer><div class="centered-div"><p>Protected by <a href="https://github.com/TecharoHQ/anubis">Anubis</a> From <a href="https://techaro.lol">Techaro</a>.</p><p>Mascot design by <a href="https://bsky.app/profile/celphase.bsky.social">CELPHASE</a>.</p><p>This website is running Anubis version <code>devel</code>.</p></div></footer></main></body></html> | Unknown directive |
To appear in search results, crawlers need access to your app.
Send Feedback