add hybrid reading V02.92
authorYves-Marie Haussonne <1218002+ymph@users.noreply.github.com>
Fri, 23 May 2014 03:17:03 +0200
changeset 1118 96866d5ba708
parent 1117 da3c38f393f7
child 1119 4c7e125deedd
add hybrid reading
web/hybrid-reading/config.php
web/hybrid-reading/images/480_320.jpg
web/hybrid-reading/images/606_282.jpg
web/hybrid-reading/index.php
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/hybrid-reading/config.php	Fri May 23 03:17:03 2014 +0200
@@ -0,0 +1,19 @@
+<?php
+$config = array(
+    'rep' => basename(__DIR__),
+    'title' => "Hybrid Reading",
+    'hashtag' => "#jass_hybrid",
+    'abstract' => "<p><strong>Hybrid Reading</strong><br />34th Annual Conference JASS<br /><br />May 24th-25th, 2012</p>",
+    'description' => "<p>ゲスト:杉浦康平(ブックデザイナー)、ベルナール・スティグレール(哲学者)、キム・ソンド(記号論)<br /><br />日本記号学会第34回大会<br /><strong>ハイブリッド・リーディング Hybrid Reading ―紙と電子の融合がもたらす〈新しい文字学(グラマトロジー)〉の地平</strong><br /><br />デジタル・テクノロジーの認知的射程は、文字と書物の文化圏をいかに再定義するのか? 「読む」行為の多層性、多メディア性、共有可能性を考える。</p>",
+    'link' => "https://www.facebook.com/events/409859082486935/",
+    'islive' => false,
+    'islive_embed' => "",
+    'keywords' => "",
+    'partenaires' => "",
+    'archive_title' => "Hybrid Reading",
+    'archive_description' => "",
+    'client_visual' => "images/480_320.jpg",
+    'head_logo' => "images/",
+    'slide_background' => "images/606_282.jpg",
+    'archive_img' => "images/",
+);
Binary file web/hybrid-reading/images/480_320.jpg has changed
Binary file web/hybrid-reading/images/606_282.jpg has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/hybrid-reading/index.php	Fri May 23 03:17:03 2014 +0200
@@ -0,0 +1,6 @@
+<?php
+// Permanent redirection
+
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: client.php");
+exit();
\ No newline at end of file