|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <!-- Basic HTML document metadata --> |
| 5 | + <meta charset="utf-8"> |
| 6 | + <meta name="description" content="stealth"> |
| 7 | + <meta name="keywords" content="Agentic Search, Web Agents, Information Retrieval, LMM, LMM Evaluation, Vision Language Model, Large Language Model, Large Multimodal Model, artificial intelligence, AI, AGI, artificial general intelligence"> |
| 8 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 9 | + <title>TBD</title> |
| 10 | + |
| 11 | + <!-- Favicon --> |
| 12 | + <link rel="icon" href="./static/images/place_holder.png"> |
| 13 | + |
| 14 | + <!-- Web fonts from Google Fonts --> |
| 15 | + <link href="https://fonts.googleapis.com/css?family=Google+Sans|Noto+Sans|Castoro" rel="stylesheet"> |
| 16 | + |
| 17 | + <!-- Data visualization libraries --> |
| 18 | + <script src="https://cdn.jsdelivr.net/npm/chart.js"></script> <!-- Chart.js for creating interactive charts --> |
| 19 | + |
| 20 | + <!-- Icon libraries --> |
| 21 | + <script src="https://kit.fontawesome.com/f8ddf9854a.js" crossorigin="anonymous"></script> <!-- Font Awesome icons (kit 1) --> |
| 22 | + <script src="https://kit.fontawesome.com/fff5b27ec1.js" crossorigin="anonymous"></script> <!-- Font Awesome icons (kit 2) --> |
| 23 | + <!-- <script src="https://kit.fontawesome.com/eaf1856e6f.js" crossorigin="anonymous"></script> --> <!-- Font Awesome backup kit --> |
| 24 | + |
| 25 | + <!-- CSS frameworks and styling --> |
| 26 | + <link rel="stylesheet" href="./static/css/bulma.min.css"> <!-- Bulma CSS framework --> |
| 27 | + <link rel="stylesheet" href="./static/css/bulma-carousel.min.css"> <!-- Bulma carousel component --> |
| 28 | + <link rel="stylesheet" href="./static/css/bulma-slider.min.css"> <!-- Bulma slider component --> |
| 29 | + <link rel="stylesheet" href="./static/css/fontawesome.all.min.css"> <!-- Font Awesome icons (local CSS) --> |
| 30 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css"> <!-- Academic icons --> |
| 31 | + <link rel="stylesheet" href="./static/css/index.css"> <!-- Custom project styles --> |
| 32 | + |
| 33 | + <!-- JavaScript libraries and utilities --> |
| 34 | + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <!-- jQuery for DOM manipulation --> |
| 35 | + <script defer src="./static/js/fontawesome.all.min.js"></script> <!-- Font Awesome JS (deferred) --> |
| 36 | + <script src="./static/js/bulma-carousel.min.js"></script> <!-- Bulma carousel functionality --> |
| 37 | + <script src="./static/js/bulma-slider.min.js"></script> <!-- Bulma slider functionality --> |
| 38 | + |
| 39 | + <!-- Markdown rendering library - allows <md-block> tags for markdown content --> |
| 40 | + <script type="module" src="https://md-block.verou.me/md-block.js"></script> |
| 41 | + |
| 42 | + <!-- Plotly.js for interactive plots --> |
| 43 | + <script src="https://cdn.plot.ly/plotly-3.0.1.min.js"></script> |
| 44 | + |
| 45 | + <!-- D3.js for data visualization --> |
| 46 | + <script src="https://d3js.org/d3.v7.min.js"></script> |
| 47 | + |
| 48 | +</head> |
| 49 | + <body> |
| 50 | + |
| 51 | + <nav class="navbar" role="navigation" aria-label="main navigation"> |
| 52 | + <div class="navbar-brand"> |
| 53 | + <a role="button" class="navbar-burger" aria-label="menu" aria-expanded="false"> |
| 54 | + <span aria-hidden="true"></span> |
| 55 | + <span aria-hidden="true"></span> |
| 56 | + <span aria-hidden="true"></span> |
| 57 | + </a> |
| 58 | + </div> |
| 59 | + <div class="navbar-menu"> |
| 60 | + <div class="navbar-start" style="flex-grow: 1; justify-content: center;"> |
| 61 | + <div class="navbar-item has-dropdown is-hoverable"> |
| 62 | + <a class="navbar-link"> |
| 63 | + More Research |
| 64 | + </a> |
| 65 | + <div class="navbar-dropdown"> |
| 66 | + <a class="navbar-item" href="https://github.com/OSU-NLP-Group/WebDreamer"> |
| 67 | + WebDreamer |
| 68 | + </a> |
| 69 | + <a class="navbar-item" href="https://huggingface.co/spaces/osunlp/Online_Mind2Web_Leaderboard/"> |
| 70 | + Online-Mind2Web |
| 71 | + </a> |
| 72 | + <a class="navbar-item" href="https://osu-nlp-group.github.io/SkillWeaver/"> |
| 73 | + SkillWeaver |
| 74 | + </a> |
| 75 | + <a class="navbar-item" href="https://osu-nlp-group.github.io/UGround/"> |
| 76 | + UGround |
| 77 | + </a> |
| 78 | + <a class="navbar-item" href="https://osu-nlp-group.github.io/Mind2Web/"> |
| 79 | + Mind2Web |
| 80 | + </a> |
| 81 | + <a class="navbar-item" href="https://osu-nlp-group.github.io/SeeAct/"> |
| 82 | + SeeAct |
| 83 | + </a> |
| 84 | + </div> |
| 85 | + </div> |
| 86 | + </div> |
| 87 | + </div> |
| 88 | + </nav> |
| 89 | + |
| 90 | + <section class="hero"> |
| 91 | + <div class="hero-body"> |
| 92 | + <div class="container is-max-desktop"> |
| 93 | + <div class="columns is-centered"> |
| 94 | + <div class="column has-text-centered"> |
| 95 | + <h1 class="title is-1 publication-title is-bold"> |
| 96 | + <!-- <img src="./static/images/mmmu_icon2.png" style="width:1em;vertical-align: middle" alt="Logo"/> --> |
| 97 | + <span class="m2w2" style="vertical-align: middle">Coming Soon</span> |
| 98 | + </h1> |
| 99 | + |
| 100 | + |
| 101 | + <footer class="footer"> |
| 102 | + <div class="columns is-centered"> |
| 103 | + <div class="column is-8"> |
| 104 | + <div class="content"> |
| 105 | + <p> |
| 106 | + This website is website adapted from <a href="https://nerfies.github.io/">Nerfies</a> and <a href="https://mathvista.github.io/">MathVista</a>, licensed under a <a rel="license" |
| 107 | + href="http://creativecommons.org/licenses/by-sa/4.0/">Creative |
| 108 | + Commons Attribution-ShareAlike 4.0 International License</a>. |
| 109 | + </p> |
| 110 | + </div> |
| 111 | + </div> |
| 112 | + </div> |
| 113 | + </footer> |
| 114 | + |
| 115 | + |
| 116 | + </body> |
| 117 | +</html> |
0 commit comments