Skip to content

Commit

Permalink
1. rearrange files.
Browse files Browse the repository at this point in the history
2. edit artist statement
  • Loading branch information
kikiwuart committed Dec 6, 2018
1 parent 8775057 commit 9cbcb42
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
jschatbot

jschatbot

# About This Project
- Title:
- Title: I am here to serve you.
- Year: 2018
- Media: Interactive website
- Medium: Interactive website
- Dimension: Screensize 1440px *900px
- Develop resources: javascript

# Artist Statement
![screenshot](/screenshots/screenshot1.png)
Our idea is about to make a kind of cultural critique to what social network is doing to human, create a chatbot on the website with a certain scenario that shows people specific narratives(or scene).
Inspired by the reading "Pretend to Be A bot", we all know search engines like Google are collecting data from the users. In this case, people are made aware of cleaning cookie after they leave, while on instant message platforms, the data collecting is more complicated and hard to delete. For example, chatbots can directly ask your personal preferences,the more popular and convenient chatbots become, the more personal information users are willing to give. In our project, we will discuss the problems of virtual chatting and the power shift between users and chatbots.

[Download the Full Screenplay](https://drive.google.com/file/d/1RiZ9lcOW8hhINbpzCF2uRtw8yJ5NU2cS/view?usp=sharing)

Keywords: From AI to immortality, post-materialism,
“After you die, your digital self could live on as a chatbot”
“No servant, no life?”




File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maxmum-scale=1.0, user-scalable=no">

<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/style.css">
<!--- import google fonts--->
<link href="https://fonts.googleapis.com/css?family=Inconsolata|Alfa+Slab+One" rel="stylesheet">

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="bot.js"></script>
<script src="js/bot.js"></script>
<title>chatbot net-art</title>
</head>
<body>
Expand Down Expand Up @@ -170,7 +170,7 @@
No, you are my master.<br>
</div>
<div class="btn">
<a href="im-here-to-serve-you.pdf" download><i class="fa fa-download"></i>&nbsp;Full Screenplay</a></div>
<a href="/flies/im-here-to-serve-you.pdf" download><i class="fa fa-download"></i>&nbsp;Full Screenplay</a></div>

</body>
</html>
File renamed without changes.
Binary file added screenshots/screenshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9cbcb42

Please sign in to comment.