JP5482842B2 - 情報処理装置およびその制御プログラム - Google Patents
情報処理装置およびその制御プログラム Download PDFInfo
- Publication number
- JP5482842B2 JP5482842B2 JP2012167864A JP2012167864A JP5482842B2 JP 5482842 B2 JP5482842 B2 JP 5482842B2 JP 2012167864 A JP2012167864 A JP 2012167864A JP 2012167864 A JP2012167864 A JP 2012167864A JP 5482842 B2 JP5482842 B2 JP 5482842B2
- Authority
- JP
- Japan
- Prior art keywords
- column
- display
- content information
- content
- information
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Landscapes
- User Interface Of Digital Computer (AREA)
Description
図4は、前記クライアント装置20においてサーバ装置10から取得されたWebコンテンツ15aの例を示す図である。
図6(A)は、Webコンテンツのプレビュー用要約コンテンツに使うカラム要約の種類を示す図であり、図6(B)は、プレビュー用要約コンテンツをユーザに提示するためのプレビュー用UIの種類を示す図である。
「行ごとのテキスト強度」とは、テキストの「フォントサイズ」、「フォントウェイト(太さ)」、「背景」、等のスタイル情報のそれぞれについて強度ポイントを算出し、それらを合計したものである。
即ち、行ごとの強度を出す場合は、その行内のフォントサイズ(またはウェイト)の最頻値fを代表値とし、上記式により求めた値がフォントサイズ(またはウェイト)強度ポイントの値となる。
即ち、文字数が少ないほど、ポイント数が高くなるようになっている。
+重みfw×フォントウェイト強度ポイント
+重みbg×背景強度ポイント …(3)
個々の指標値の強度は0〜100ポイントに正規化されているが、テキストが目立つかどうかは、フォントサイズよりはフォントウェイト、背景による所が大きかったりする。そこで、個別に重みをつけることで調整している。
これは、図4のカラムC3を題材とした例である。また、フォントサイズの重みfsは「1」、フォントウェイトの重みfwは「1.5」、背景の重みbgは「2」としている。
10…サーバ装置
11…CPU
12…バス
13…ROM
14…フレームバッファRAM
15…外部記憶装置
15a…Webコンテンツ
15b…RSSのソース
15bT…更新されたページのタイトル
15bL…記事本文のURL
15bA…記事の要約
15bC…カテゴリ
15bD…更新日時
16…入力装置
17…表示装置
18…通信I/F
20…クライアント装置
21…CPU
22…バス
23…ROM
23a…Webブラウザプログラム
24…RAM
25…外部記憶装置
26…入力装置
27…表示装置
27a…ブラウザウィンドウの表示範囲
27b…マウスポインタ
27c…バルーン
28…通信I/F
C1,C2,C3,C4,C5…カラム
Claims (7)
- コンテンツ情報を表示画面上に表示する情報処理装置であって、
ネットワークを介してコンテンツ情報を受信する受信手段と、
前記受信手段により今回受信したコンテンツ情報の内で新規に更新された部分を抜き出す抜出手段と、
前記受信手段で受信した前記コンテンツ情報を前記表示画面上に表示する際は、その表示画面の中で前記コンテンツ情報を表示する表示領域の大きさを所定閾値と比較し、その比較結果に基づいて、前記コンテンツ情報を要約のないオリジナルのコンテンツ情報としてそのまま表示するか、あるいは当該コンテンツ情報のオリジナルを表示することはせずに前記抜出手段で抜き出された部分の部分コンテンツ情報を前記オリジナルのコンテンツ情報の表示に代わって表示するか、を制御する表示制御手段と、
を備えたことを特徴とする情報処理装置。 - 前記受信手段で受信した前記コンテンツ情報の中に新規に更新された部分が存在するか否かを判別する判別手段と、を更に備え、
前記表示制御手段は、前記判別手段で更新された部分があると判別された場合には、前記抜出手段で抜き出された部分のコンテンツ情報を前記全体コンテンツ情報に代わって表示するよう制御し、前記判別手段で更新された部分がないと判別された場合には表示しないように制御する、
ことを特徴とする請求項1記載の情報処理装置。 - 前記表示画面には、複数のカラム領域がレイアウトされたページ情報が表示され、
前記表示制御手段は、前記各カラム領域毎に、そのカラム領域内に表示すべきコンテンツ情報の内で前記抜出手段で抜き出された部分のコンテンツ情報を表示する、
ことを特徴とする請求項1又は2に記載の情報処理装置。 - 前記抜出手段は、前記更新された部分を、そのコンテンツ情報に含まれる各コンテンツ部分のRSSに基づいて抜き出す、
ことを特徴とする請求項1〜3の何れかに記載の情報処理装置。 - 前記抜出手段は、前記更新された部分を、そのコンテンツに含まれる各コンテンツ部分の日時情報に基づいて抜き出す、
ことを特徴とする請求項1〜3の何れかに記載の情報処理装置。 - 前記抜出手段は、前記更新された部分を、前回受信したコンテンツ情報との差分に基づいて抜き出す、
ことを特徴とする請求項1〜3の何れかに記載の情報処理装置。 - コンテンツ情報を表示画面上に表示する情報処理装置のコンピュータを制御するためのプログラムであって、
前記コンピュータを、
ネットワークを介してコンテンツ情報を受信する受信手段、
前記受信手段により今回受信したコンテンツ情報の内で新規に更新された部分を抜き出す抜出手段、
前記受信手段で受信した前記コンテンツ情報を前記表示画面上に表示する際は、その表示画面の中で前記コンテンツ情報を表示する表示領域の大きさを所定閾値と比較し、その比較結果に基づいて、前記コンテンツ情報を要約のないオリジナルのコンテンツ情報としてそのまま表示するか、あるいは当該コンテンツ情報のオリジナルを表示することはせずに前記抜出手段で抜き出された部分の部分コンテンツ情報を前記オリジナルのコンテンツ情報の表示に代わって表示するか、を制御する表示制御手段、
として機能させるようにしたコンピュータ読み取り可能なプログラム。
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012167864A JP5482842B2 (ja) | 2012-07-30 | 2012-07-30 | 情報処理装置およびその制御プログラム |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012167864A JP5482842B2 (ja) | 2012-07-30 | 2012-07-30 | 情報処理装置およびその制御プログラム |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2009169121A Division JP5056810B2 (ja) | 2009-07-17 | 2009-07-17 | 情報処理装置およびその制御プログラム |
Related Child Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013244578A Division JP5884814B2 (ja) | 2013-11-27 | 2013-11-27 | 表示処理装置及びプログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2012212473A JP2012212473A (ja) | 2012-11-01 |
JP5482842B2 true JP5482842B2 (ja) | 2014-05-07 |
Family
ID=47266314
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012167864A Active JP5482842B2 (ja) | 2012-07-30 | 2012-07-30 | 情報処理装置およびその制御プログラム |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP5482842B2 (ja) |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN109298789B (zh) | 2012-05-09 | 2021-12-31 | 苹果公司 | 用于针对激活状态提供反馈的设备、方法和图形用户界面 |
CN104487929B (zh) | 2012-05-09 | 2018-08-17 | 苹果公司 | 用于响应于用户接触来显示附加信息的设备、方法和图形用户界面 |
WO2013169865A2 (en) | 2012-05-09 | 2013-11-14 | Yknots Industries Llc | Device, method, and graphical user interface for moving a user interface object based on an intensity of a press input |
CN104508618B (zh) | 2012-05-09 | 2018-01-05 | 苹果公司 | 用于针对在用户界面中执行的操作提供触觉反馈的设备、方法和图形用户界面 |
WO2014105279A1 (en) | 2012-12-29 | 2014-07-03 | Yknots Industries Llc | Device, method, and graphical user interface for switching between user interfaces |
US9632664B2 (en) | 2015-03-08 | 2017-04-25 | Apple Inc. | Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback |
US10095396B2 (en) | 2015-03-08 | 2018-10-09 | Apple Inc. | Devices, methods, and graphical user interfaces for interacting with a control object while dragging another object |
US9830048B2 (en) | 2015-06-07 | 2017-11-28 | Apple Inc. | Devices and methods for processing touch inputs with instructions in a web page |
US9860451B2 (en) | 2015-06-07 | 2018-01-02 | Apple Inc. | Devices and methods for capturing and interacting with enhanced digital images |
US9880735B2 (en) | 2015-08-10 | 2018-01-30 | Apple Inc. | Devices, methods, and graphical user interfaces for manipulating user interface objects with visual and/or haptic feedback |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4241757B2 (ja) * | 1996-04-30 | 2009-03-18 | セイコーエプソン株式会社 | 通信端末装置 |
JP2000057143A (ja) * | 1998-08-10 | 2000-02-25 | Seiko Epson Corp | 文章構造解析方法及び文章構造解析装置並びに文章構造解析処理プログラムを記録した記録媒体 |
JP2001014346A (ja) * | 1999-07-02 | 2001-01-19 | Sony Corp | 携帯端末装置、文書処理システム |
JP2001184344A (ja) * | 1999-12-21 | 2001-07-06 | Internatl Business Mach Corp <Ibm> | 情報処理システム、プロキシサーバ、ウェブページ表示制御方法、記憶媒体、及びプログラム伝送装置 |
JP2001249874A (ja) * | 2000-03-08 | 2001-09-14 | Sky Com:Kk | 情報収集装置 |
JP4508847B2 (ja) * | 2004-11-26 | 2010-07-21 | シャープ株式会社 | テレビ放送受信装置における番組情報表示システム |
JP4602104B2 (ja) * | 2005-01-31 | 2010-12-22 | 大日本印刷株式会社 | サイト情報収集システム |
JP4815266B2 (ja) * | 2006-05-01 | 2011-11-16 | ソフトバンクモバイル株式会社 | 移動体通信端末 |
JP4845673B2 (ja) * | 2006-10-24 | 2011-12-28 | 株式会社ソニー・コンピュータエンタテインメント | 通信端末装置、通信システムおよびコンテンツファイルのダウンロード方法 |
JP2008170900A (ja) * | 2007-01-15 | 2008-07-24 | Ricoh Co Ltd | 情報処理装置、情報閲覧方法、情報閲覧プログラム及び記録媒体 |
-
2012
- 2012-07-30 JP JP2012167864A patent/JP5482842B2/ja active Active
Also Published As
Publication number | Publication date |
---|---|
JP2012212473A (ja) | 2012-11-01 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5056810B2 (ja) | 情報処理装置およびその制御プログラム | |
JP5482842B2 (ja) | 情報処理装置およびその制御プログラム | |
US7469388B1 (en) | Direction-based system and method of generating commands | |
US7810049B2 (en) | System and method for web navigation using images | |
US9436419B2 (en) | Selectively printing portions of a web page based on user selection | |
US20060143568A1 (en) | Method and apparatus for enhanced browsing | |
US20100115450A1 (en) | Combinable tabs for a tabbed document interface | |
US20080215966A1 (en) | Adaptive server-based layout of web documents | |
Ahmadi et al. | User-centric adaptation of Web information for small screens | |
JP2007328510A (ja) | コンテンツ変換装置、コンテンツ表示装置、コンテンツ閲覧装置、コンテンツ変換方法、コンテンツ閲覧方法およびプログラム | |
US8429152B2 (en) | Terminal device, content displaying method, and content displaying program | |
JP2004178512A (ja) | リンク先コンテンツ閲覧支援装置、リンク先コンテンツ閲覧支援方法及びプログラム並びに記録媒体 | |
JP6322629B2 (ja) | 情報表示方法およびプログラム | |
US20130227391A1 (en) | Method and apparatus for displaying webpage | |
KR100869885B1 (ko) | 모바일 단말기의 웹 페이지를 브라우징하는 무선인터넷서비스 시스템 및 그 방법 | |
JP2009176231A (ja) | クライアント装置およびクライアント制御プログラム | |
JP5109759B2 (ja) | 情報処理装置およびその制御プログラム | |
JP5884814B2 (ja) | 表示処理装置及びプログラム | |
JP5372704B2 (ja) | Webページ表示プログラム、Webページ表示方法、Webページ表示装置、及びWebページ表示システム | |
JP2012181693A (ja) | ウェブページ表示制御装置およびスクロール制御方法 | |
JP5939711B2 (ja) | 情報処理装置およびその制御プログラム | |
JP2019046191A (ja) | 情報表示プログラム、情報表示方法、端末装置、および配信装置 | |
JP2004192198A (ja) | 情報表示方法及び装置 | |
KR20110115346A (ko) | 한정된 크기의 화면을 통해 웹 문서의 내부 컨텐츠를 제공하기 위한 방법, 단말 장치 및 컴퓨터 판독 가능한 기록 매체 | |
KR101372580B1 (ko) | 브라우저 ui를 제공하기 위한 방법, 단말 장치, 서버 및 컴퓨터 판독 가능한 기록 매체 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20120827 |
|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20120827 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20130509 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20130604 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130722 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20130903 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20131127 |
|
A911 | Transfer to examiner for re-examination before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20131204 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20140121 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20140203 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5482842 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |