Skip to content

Instantly share code, notes, and snippets.

@lostandfound
lostandfound / gist:8602481
Last active January 4, 2016 09:29
dn2-frontmatter
---
title: "text"
layout: "text"
linear: yes | no
rendition:
  layout: auto | reflowable | pre-pagenated | scrollable
  spread: auto | landscape | portrait
page-spread: auto | left | right | recto | verso | center
alias: "text"
@lostandfound
lostandfound / 0_reuse_code.js
Created March 20, 2014 04:32
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console

Learning Measurement for Analytics Whitepaper

Opportunity

The online educational landscape continues to yield significant growth in online digital curriculum development, delivery and enrollment. There is also a continued heightened interest in, and now demand for, accountability regarding the ability to measure and analyze this enriched online learning activity. This interest, coupled with the more recent surge of the MOOCs and other online-only program offerings driving highly scaled online curriculum delivery, has caused the edtech ecosystem to explore and motivate a call to action to apply “Big Data” Analytics to education to drive a more efficient and informed online learning environment. All of this attention on,and demand for,accountability backed by measurability, presents a very timely opportunity for IMS and standards to take a leadership position in defining a common foundation to enable the measurement of learning activity and its performance at a very granular level.

Equipped with a sta

@charset "UTF-8";
/* でんでんコンバーター横書きデフォルト */
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";
html {
-epub-writing-mode: horizontal-tb;
}
body {
text-align: justify;
@lostandfound
lostandfound / dividing_punctuation_marks
Last active June 2, 2021 08:38
区切り約物類の後ろの全角空白をめぐって小林敏先生から頂いたメール
イースト株式会社
 高瀬 拓史 様
   小林敏です
hiroshi takase さん wrote
> ご無沙汰しております。イーストの高瀬です。
こちらこそ,ご無沙汰しております.

Webとデジタル出版の橋渡し

http://www.w3.org/2014/Talks/1023-SF-IH/

未来のビジョンEPUBWEB

  • ポータブル文書がOWPの完全にネイティブな市民になること
  • ウェブとポータブル文書の乖離をゼロにすること

すなわち

@lostandfound
lostandfound / ぽっきゅん!FAQ暫定版.md
Last active November 17, 2015 01:41
インディーズ電子書籍専門の読書SNS「ぽっきゅん!」のFAQをまとめた草案です。

ぽっきゅん!FAQ暫定版

Q. 自分の持っている本や読んだ本はすべて登録しなければなりませんか?

A. いいえ、どの本を登録するかはユーザー様のご判断にお任せします。ぽっきゅん!の読書情報は一般に公開されます。しかし読書にはプライバシーも重要です。知られたくない本を登録する必要はありません。

Q. 読んだ本をぽっきゅん!で検索しても見つかりません。どうすればよいですか?

A. ぽっきゅん!ではインディーズ電子書籍の情報を自動的に収集していますが、取得漏れもあります。見つからない場合は、依頼頂ければ登録します。依頼方法は運営()へのメールか、「#ぽっきゅん」のハッシュタグでツイートしてください。Kindle本の場合、ASINを教えて頂けると助かります。

@lostandfound
lostandfound / default.css
Last active November 22, 2017 07:18
でんでんコンバーターデフォルトCSS
@charset "UTF-8";
/* でんでんコンバーター横書きデフォルト */
@namespace "http://www.w3.org/1999/xhtml";
@namespace epub "http://www.idpf.org/2007/ops";
html {
-ms-writing-mode: lr-tb;
-epub-writing-mode: horizontal-tb;
-webkit-writing-mode: horizontal-tb;
writing-mode: horizontal-tb;
font-family: sans-serif, serif;
@lostandfound
lostandfound / ddconv-tutorial.md
Last active May 31, 2016 07:35
電書ラボ公開セミナー2016 第一回で使用したチュートリアル素材です。

でんでんコンバーター チュートリアル用テキスト

電書ラボ公開セミナー2016 第一回で使用したでんでんコンバーターのチュートリアル素材です。 使用した文章は月刊群雛 2015年03月号収録のゲストコラム「僕の『電子書籍元年』」の抜粋です。Kindle版の購入はこちら

.txtと.mdファイルはでんでんマークダウンで記述しています。でんでんマークダウンの記法はこちらを参照してください。

tu00.txt

何も加工していない素のテキストファイルです。

@lostandfound
lostandfound / accessibilityMetadata.yml
Created November 17, 2016 07:01
アクセシビリティメタデータの俺々スキーマ
---
"$schema": http://json-schema.org/draft-04/schema#
title: accessibilityMetadata
type: object
required:
- accessibilityFeature
- accessibilityHazard
- accessibilityAPI
- accessibilityControl
properties: