Changes to mindmatrix.scroll.pub

root
root
24 days ago
Initial commit
body.html
Changed around line 1
+
+
+

Mind Matrix Analytics

+
+
    +
    +
    +
    +
    +
    +
    +
    +

    Unlocking Insights Through Advanced AI

    +

    Transforming complex data into actionable intelligence for industry, academia, and government.

    +
    +
    +
    +
    +
    +

    About Us

    +

    Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Founded by an MD, PhD with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies, we deliver innovative solutions for data-driven decision-making and scientific discovery.

    +
    +
    +
    +
    +
    +

    Our Services

    +
    +
    +

    AI-Driven Analytics

    +

    Leverage state-of-the-art AI models to gain unparalleled insights from your data.

    +
    +
    +

    Data Integration

    +

    Seamlessly integrate and analyze complex neural, physiological, and behavioral data.

    +
    +
    +

    Consulting

    +

    Expert consulting to guide your data-driven decision-making and scientific discovery.

    +
    +
    +
    +
    +
    +
    +
    +

    Contact Us

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Mind Matrix Analytics LLC

    +
    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://mindmatrix.scroll.pub
    + metaTags
    + editButton /edit.html
    + title Mind Matrix Analytics LLC
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "5f4f1f8f-46cb-4c1c-bf17-c64a5e3fdb3a",
    + "object": "chat.completion",
    + "created": 1735398814,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\nmindmatrix.scroll.pub\n\n---index.scroll---\nbuildHtml\nbaseUrl https://mindmatrix.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Mind Matrix Analytics LLC\nstyle.css\nbody.html\nscript.js\n\n---body.html---\n
    \n
    \n

    Mind Matrix Analytics

    \n \n
    \n
    \n\n
    \n
    \n

    Unlocking Insights Through Advanced AI

    \n

    Transforming complex data into actionable intelligence for industry, academia, and government.

    \n Get Started\n
    \n
    \n\n
    \n
    \n

    About Us

    \n

    Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Founded by an MD, PhD with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies, we deliver innovative solutions for data-driven decision-making and scientific discovery.

    \n
    \n
    \n\n
    \n
    \n

    Our Services

    \n
    \n
    \n

    AI-Driven Analytics

    \n

    Leverage state-of-the-art AI models to gain unparalleled insights from your data.

    \n
    \n
    \n

    Data Integration

    \n

    Seamlessly integrate and analyze complex neural, physiological, and behavioral data.

    \n
    \n
    \n

    Consulting

    \n

    Expert consulting to guide your data-driven decision-making and scientific discovery.

    \n
    \n
    \n
    \n
    \n\n
    \n
    \n

    Contact Us

    \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n
    \n \n \n
    \n \n
    \n
    \n
    \n\n
    \n
    \n

    Mind Matrix Analytics LLC

    \n
    \n
    \n\n---style.css---\n:root {\n --primary-color: #1a73e8;\n --secondary-color: #34a853;\n --background-color: #f8f9fa;\n --text-color: #202124;\n --light-text-color: #5f6368;\n --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n color: var(--text-color);\n margin: 0;\n padding: 0;\n line-height: 1.6;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.header {\n background-color: var(--primary-color);\n color: white;\n padding: 1rem 0;\n}\n\n.header .logo {\n font-size: 1.5rem;\n font-weight: bold;\n}\n\n.nav ul {\n list-style: none;\n padding: 0;\n display: flex;\n gap: 1rem;\n}\n\n.nav ul li a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n background-color: var(--background-color);\n padding: 4rem 0;\n text-align: center;\n}\n\n.hero h2 {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.hero p {\n font-size: 1.2rem;\n color: var(--light-text-color);\n margin-bottom: 2rem;\n}\n\n.cta-button {\n background-color: var(--primary-color);\n color: white;\n padding: 0.75rem 1.5rem;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.about, .services, .contact {\n padding: 4rem 0;\n}\n\n.about h2, .services h2, .contact h2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.service-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\n.service-card {\n background-color: white;\n padding: 1.5rem;\n border-radius: 5px;\n box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n\n.service-card h3 {\n font-size: 1.5rem;\n margin-bottom: 1rem;\n}\n\n.service-card p {\n color: var(--light-text-color);\n}\n\n.contact form {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.form-group {\n margin-bottom: 1rem;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 0.5rem;\n}\n\n.form-group input, .form-group textarea {\n width: 100%;\n padding: 0.75rem;\n border: 1px solid #ddd;\n border-radius: 5px;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: white;\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .nav ul {\n flex-direction: column;\n align-items: center;\n }\n\n .hero h2 {\n font-size: 2rem;\n }\n\n .hero p {\n font-size: 1rem;\n }\n\n .service-grid {\n grid-template-columns: 1fr;\n }\n}\n\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 392,
    + "completion_tokens": 1564,
    + "total_tokens": 1956,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 392
    + },
    + "system_fingerprint": "fp_f1afce2943"
    + }
    readme.scroll
    Changed around line 1
    + # mindmatrix.scroll.pub
    + Website generated by DeepSeek from prompt: I would like to emulate the design in this website: https://mcgovern.mit.edu. Mind Matrix Analytics LLC Mind Matrix Analytics is a cutting-edge analytical firm specializing in the integration of advanced artificial intelligence and machine learning techniques to analyze complex neural, physiological, and behavioral data. Serving clients across industry, academia, and government sectors, the company delivers innovative solutions for data-driven decision-making and scientific discovery. Founded an MD, PhD—an accomplished professional with extensive experience collaborating with industry leaders like Meta, premier institutions such as the University of Washington and Vanderbilt University, and government agencies—Mind Matrix Analytics leverages state-of-the-art AI models to provide unparalleled insights. With a commitment to advancing human understanding through data, the company is dedicated to bridging science and innovation to empower its clients and partners.
    script.js
    Changed around line 1
    + document.getElementById('contact-form').addEventListener('submit', function(event) {
    + event.preventDefault();
    + alert('Thank you for your message! We will get back to you soon.');
    + this.reset();
    + });
    style.css
    Changed around line 1
    + :root {
    + --primary-color: #1a73e8;
    + --secondary-color: #34a853;
    + --background-color: #f8f9fa;
    + --text-color: #202124;
    + --light-text-color: #5f6368;
    + --font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    + }
    +
    + body {
    + font-family: var(--font-family);
    + color: var(--text-color);
    + margin: 0;
    + padding: 0;
    + line-height: 1.6;
    + }
    +
    + .container {
    + width: 90%;
    + max-width: 1200px;
    + margin: 0 auto;
    + }
    +
    + .header {
    + background-color: var(--primary-color);
    + color: white;
    + padding: 1rem 0;
    + }
    +
    + .header .logo {
    + font-size: 1.5rem;
    + font-weight: bold;
    + }
    +
    + .nav ul {
    + list-style: none;
    + padding: 0;
    + display: flex;
    + gap: 1rem;
    + }
    +
    + .nav ul li a {
    + color: white;
    + text-decoration: none;
    + font-weight: bold;
    + }
    +
    + .hero {
    + background-color: var(--background-color);
    + padding: 4rem 0;
    + text-align: center;
    + }
    +
    + .hero h2 {
    + font-size: 2.5rem;
    + margin-bottom: 1rem;
    + }
    +
    + .hero p {
    + font-size: 1.2rem;
    + color: var(--light-text-color);
    + margin-bottom: 2rem;
    + }
    +
    + .cta-button {
    + background-color: var(--primary-color);
    + color: white;
    + padding: 0.75rem 1.5rem;
    + text-decoration: none;
    + border-radius: 5px;
    + font-weight: bold;
    + }
    +
    + .about, .services, .contact {
    + padding: 4rem 0;
    + }
    +
    + .about h2, .services h2, .contact h2 {
    + font-size: 2rem;
    + margin-bottom: 1rem;
    + }
    +
    + .service-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    + gap: 2rem;
    + }
    +
    + .service-card {
    + background-color: white;
    + padding: 1.5rem;
    + border-radius: 5px;
    + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    + }
    +
    + .service-card h3 {
    + font-size: 1.5rem;
    + margin-bottom: 1rem;
    + }
    +
    + .service-card p {
    + color: var(--light-text-color);
    + }
    +
    + .contact form {
    + max-width: 600px;
    + margin: 0 auto;
    + }
    +
    + .form-group {
    + margin-bottom: 1rem;
    + }
    +
    + .form-group label {
    + display: block;
    + margin-bottom: 0.5rem;
    + }
    +
    + .form-group input, .form-group textarea {
    + width: 100%;
    + padding: 0.75rem;
    + border: 1px solid #ddd;
    + border-radius: 5px;
    + }
    +
    + .footer {
    + background-color: var(--primary-color);
    + color: white;
    + text-align: center;
    + padding: 1rem 0;
    + }
    +
    + @media (max-width: 768px) {
    + .nav ul {
    + flex-direction: column;
    + align-items: center;
    + }
    +
    + .hero h2 {
    + font-size: 2rem;
    + }
    +
    + .hero p {
    + font-size: 1rem;
    + }
    +
    + .service-grid {
    + grid-template-columns: 1fr;
    + }
    + }