File size: 3,404 Bytes
b8ad2cd
d513711
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
aedd3f1
d513711
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b8ad2cd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!doctype html>
<html lang="en-US">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width" />
    <link rel="icon" href="images/hf-logo.png" />
    <link rel="stylesheet" href="styles/style.css" />

    <title>Machine Learning and Society @ πŸ€— </title>
  </head>

  <body>

    <header>
      <h1>Machine Learning and Society @ πŸ€—</h1>
    </header>

    <nav>
      <ul>
        <li><a href="index.html">ML&amp;Soc Home</a></li>
        <li><a href="projects.html">ML&amp;Soc Projects</a></li>
        <li><a href="topics.html">ML&amp;Soc Topics</a></li>
        <li><a href="team.html">ML&amp;Soc Team</a></li>
      </ul>
    </nav>

    <main>

      <article class="outer">
        <div class="inner">
          <h2>The Hugging Face Machine Learning &amp; Society Team</h2>

          <p>
            Our team conducts research at the interaction of the technical and societal
            aspects of Machine Learning and "AI" technology, including its social and legal context,
            and participates in shaping public policy to foster more transparent, distributed,
            and inclusive technology.
          </p>

          <p>
            Some of our recent work to date has included... We work through project such as... 
            Our approach is primarily collaborative with joing efforts such as...
            Our team also regularly contributes to the broader
            <a href="https://huggingface.co/society-ethics">Society and Ethics discussions</a>
            occurring across
            <a href="https://huggingface.co/">Hugging Face</a>.
          </p>
        </div>

        <div class="inner">
          <h2>ML &amp; Society Overview πŸ€—</h2>

          <p>
            Here's a place for a nice tag-based interactive overview of projects, topics, writing, etc.
          </p>

          <div id="vignettes">
            <div id="itemSidebar">
                <h3>Filter by Tags</h3>
                <p>Select a tag below to see all resources related to it:</p>
                <ul id="tagList">
                    <!-- Tags will be dynamically added here -->
                </ul>
                <p id="sidebarShowing">Showing resources relevant to:</p>
            </div>
            
            <div id="itemGallery">
            </div>
          </div>

        </div>
      </article>
    </main>

    <footer>
      <p xmlns:cc="http://creativecommons.org/ns#" xmlns:dct="http://purl.org/dc/terms/">
        The content of the <a property="dct:title" rel="cc:attributionURL" href="index.html">πŸ€— Machine Learning and Society Website</a>
        by the <a rel="cc:attributionURL dct:creator" property="cc:attributionName" href="team.html"> HF ML&Society Team</a>
        is licensed under
        <a href="https://creativecommons.org/licenses/by/4.0/?ref=chooser-v1" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">
          CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" alt="">
          <img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" alt="">
        </a>
      </p> 
    </footer>

    <script src="scripts/main.js"></script>
  </body>
</html>