WO2012042669A1 - 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム - Google Patents

部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム Download PDF

Info

Publication number
WO2012042669A1
WO2012042669A1 PCT/JP2010/067261 JP2010067261W WO2012042669A1 WO 2012042669 A1 WO2012042669 A1 WO 2012042669A1 JP 2010067261 W JP2010067261 W JP 2010067261W WO 2012042669 A1 WO2012042669 A1 WO 2012042669A1
Authority
WO
WIPO (PCT)
Prior art keywords
information
page
elements
meta information
location
Prior art date
Application number
PCT/JP2010/067261
Other languages
English (en)
French (fr)
Inventor
鎌ヶ迫正俊
廣嶋眞頌
森廣弘司
Original Assignee
わっぜか株式会社
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by わっぜか株式会社 filed Critical わっぜか株式会社
Priority to PCT/JP2010/067261 priority Critical patent/WO2012042669A1/ja
Priority to JP2012536129A priority patent/JP5814926B2/ja
Publication of WO2012042669A1 publication Critical patent/WO2012042669A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • G06F3/0481Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance

Definitions

  • the present invention relates to a part designation device and a part designation program for designating an arbitrary part in a page in which a plurality of elements are arranged in a predetermined order.
  • the present invention also relates to a meta information display control device for displaying meta information added to a designated portion in a page.
  • the present invention relates to a meta information display system for adding meta information to a designated portion in a page for display.
  • Page provided by WWW (World Wide Web) plays an important role as one of the information sources.
  • WWW World Wide Web
  • a technique for adding a sticky note by designating an arbitrary part in a page is known (see, for example, Patent Document 1).
  • a comment can be added to a sticky note added to a designated portion in a page according to Patent Document 1 and displayed. Therefore, there is a demand that the comment added in this way is shared among friends. In order to satisfy such a demand, a mechanism for sharing a comment added to a tag between a plurality of users has been proposed (see, for example, Patent Documents 2 and 3).
  • an arbitrary portion in a page is specified using, for example, two-dimensional coordinates based on, for example, the upper left corner portion in the page (see page 12 of Patent Document 2). (See lines 34 to 41 and paragraphs 0021 to 0022 of Patent Document 3, respectively). For this reason, when a page with a tag attached to a designated part using two-dimensional coordinates is displayed on two terminals with different browsing environments, the page with the tag attached correctly to the designated part is displayed on one terminal. Is displayed on the other terminal, there is a possibility that a page with a sticky note is displayed in a different position from the designated part.
  • the browsing environment here is the type of terminal (desktop PC, notebook PC, or mobile terminal), screen size, OS type, browser application (hereinafter referred to as browser) type, screen resolution, A combination of various window sizes.
  • FIG. 1 A specific example in which such a problem occurs will be described with reference to FIG. 1 by exemplifying an HTML page (hereinafter referred to as an HTML page) in which elements including at least one of a character string and an image are arranged in a predetermined order.
  • an HTML page hereinafter referred to as an HTML page
  • elements including at least one of a character string and an image are arranged in a predetermined order.
  • FIG. 1A and 1B are examples of display screens for explaining the problems of the prior art.
  • one window size is 800 ⁇ 600 (refer to FIG. 1A) in terms of pixels
  • the other window size is 400 ⁇ 600 (refer to FIG. 1B) in terms of pixels.
  • This HTML page displays 15 elements in which A to O text characters are sequentially arranged from the upper left of the window, and a sticky note is added to the portion designated by the user.
  • the position of the part to which the tag is added is specified by, for example, two-dimensional relative coordinates based on the upper left corner of the window.
  • the 15 elements in which A to O are sequentially arranged have 5 elements in one line. Lined up and displayed over three lines. As a result, there is a problem that a page with a sticky note is displayed at a position shifted to an “I” portion different from the original designated portion “N”. Note that, in a terminal having both a partial designation function and a display control function, the same problem as described above occurs even when the display environment such as the window size is changed stand-alone.
  • the present invention has been made to solve the above-described problem, and even when the same element coexists in a page, the portion in the page can be specified uniquely and the display environment can be changed. Even in such a case, an object is to eliminate a situation in which the display position of the sticky note or the like is shifted with respect to the designated portion.
  • the partial designation device instead of partial designation using relative coordinates that may cause a positional deviation of the display of a sticky note or the like when the display environment changes, a plurality of elements are included. Partial specification using index information indicating the order of the specified elements corresponding to the partial specification locations in is performed. That is, in the partial designation device according to the present invention, the relative coordinates relating to the partial designation location are converted into index information indicating the order of the designated elements corresponding to the partial designation location among a plurality of elements, and obtained by this conversion. The part of the page is specified using the index information.
  • the partial designation device for example, when the same element coexists in the page, different index information is assigned to each element. Further, even if the relative coordinates related to the designated portion in the page change due to the change in the display environment, the order of the specific elements among the plurality of elements is not changed. For this reason, the index information indicating the order of the designated elements among the plurality of elements does not change.
  • the designation within the page can be performed uniquely, and the designation can be performed even when the display environment changes. It is possible to eliminate a situation in which the display position of a sticky note or the like with respect to the portion is shifted.
  • 1 is a schematic configuration diagram of a meta information display system according to an embodiment of the present invention. It is a block block diagram of the 1st information processing apparatus provided including the meta information addition apparatus which concerns on this embodiment. It is a block block diagram of the 2nd information processing apparatus provided including the meta-information display control apparatus which concerns on this embodiment. It is a conceptual diagram showing the page by which the tag as meta information was added to the designation
  • FIG. 7 is a flowchart showing in detail a process flow of step S13 in the flowchart shown in FIG. 6 in the meta information adding apparatus according to the present embodiment.
  • the meta information addition apparatus which concerns on this embodiment it is a figure where it uses for description of the procedure which converts the relative coordinate which concerns on a designated part into the index information which concerns on a designated element.
  • FIG. 12 is a flowchart showing in detail a process flow of step S26 in the flowchart shown in FIG. 11 in the meta information display control apparatus according to the present embodiment. It is explanatory drawing showing the effect of the meta-information display system which concerns on Example 1 of this embodiment.
  • FIG. 2 is a schematic configuration diagram of the meta information display system 11 according to the present embodiment.
  • the meta information display system 11 according to the present embodiment is an arbitrary designation on an HTML (HyperText Markup Language) page in which a plurality of elements such as characters or images provided by the WWW (World Wide Web) are arranged in a predetermined order.
  • HTML HyperText Markup Language
  • meta information such as sticky notes is added to the part and displayed.
  • the meta information display system 11 shares a page with no positional deviation of display of a tag or the like with respect to a specified portion in any client terminal when meta information is displayed on a client terminal having various display environments. It is intended to propose a smooth communication service through the provision of possible mechanisms.
  • the portion in the HTML page (hereinafter abbreviated as “page”) is uniquely specified, and the positional deviation of the display of the tag or the like with respect to the specified portion regardless of the display environment.
  • page the portion in the HTML page
  • an index that indicates the order of the specified elements corresponding to the partial specified locations in multiple elements instead of the partial specification using relative coordinates that may be misaligned if the display environment changes Partial specification using information is performed.
  • the designated element means an element existing at the part designated location.
  • the meta information display system 11 includes a first information processing device 12, a second information processing device 14, first and second recording media 16a and 16b, and a communication network 17. And a content server 19, display units 23 and 43, and setting units 25 and 45.
  • Each of the first information processing device 12, the second information processing device 14, and the content server 19 is configured mainly by a computer having a CPU (Central Processing Unit), a ROM (Read Only Memory), and a RAM (Random Access Memory). ing.
  • the display units 23 and 43 are made of a liquid crystal display, for example.
  • the setting units 25 and 45 include input devices such as a mouse and a keyboard, for example.
  • the first and second recording media 16a and 16b are, for example, a semiconductor memory, a magnetic disk, an optical disk, a magneto-optical disk, and a magnetic tape that can be read by a computer such as the first information processing apparatus 12 or the second information processing apparatus 14. Consists of.
  • the first and second recording media 16a and 16b are configured to cause a computer to execute a process related to partial designation using index information and a process of adding and displaying meta information such as a tag at a part designated location. Is recorded.
  • the communication network 17 may adopt, for example, WWW. However, in addition to this, the communication network 17 may adopt a closed communication medium such as an intra-company network called an intranet or a LAN (Local Area Network).
  • a closed communication medium such as an intra-company network called an intranet or a LAN (Local Area Network).
  • the content server 19 is, for example, a WWW server (a simple server when the communication network 17 is a closed communication medium), and various contents including page information, meta information such as sticky notes and comments, and index information. And accumulate data. Further, the content server 19 provides the various contents and data stored in response to a request from the first information processing apparatus 12 or the second information processing apparatus 14. In the present embodiment, meta information and index information are generated in the first information processing apparatus 12 and transmitted to the content server 19 and stored.
  • the elements targeted by the present invention are those that can acquire the size in the height direction and width direction of individual elements such as characters, figures, symbols, still images, and moving images from the information on the page. Note that these are listed only by way of example, and the present invention is included in pages other than these as long as the size in the height direction and width direction of each element can be acquired from the page information. Any element obtained can be targeted.
  • FIG. 3 is a block configuration diagram of the first information processing apparatus 12 provided with the meta information addition apparatus 13 according to the present embodiment.
  • the first information processing apparatus 12 includes an addition side page information acquisition unit 21, an addition side rendering unit 27, and a meta information addition device 13.
  • the meta information addition device 13 includes a first element information acquisition unit 29, a coordinate acquisition unit 31, a conversion unit 33, and an index information storage unit 35.
  • the additional-side page information acquisition unit 21 acquires, from the content server 19, for example, information on a page in which a plurality of elements each having a unique height and width are arranged in a predetermined order at a timing according to a user operation. .
  • the display unit 23 displays the page acquired by the additional page information acquisition unit 21 in the window.
  • the setting unit 25 is used when making settings related to the size of the window and the part designated.
  • the window size can be set by changing the height or width of the window by drag-and-drop operation of the mouse button, or by executing an appropriate window size adjustment application. Is done.
  • part designation by pinpoint may be performed by clicking the mouse button, or rectangular range setting having a two-dimensional extent by dragging and dropping the mouse button You may specify the part by.
  • the additional side rendering unit 27 Based on the page information acquired by the additional page information acquisition unit 21 and, for example, the width direction size of the window set by the setting unit 25, the additional side rendering unit 27 performs two-dimensional direction of rows and columns in the window. A function to construct a page in which a plurality of elements are expanded and laid out.
  • the first element information acquisition unit 29 acquires, for example, element information including the size in the width direction for each of a plurality of elements, the height of each row, and the number of elements belonging to each row from the addition side rendering unit 27.
  • the height of each row takes the maximum value among the sizes in the height direction for each of a plurality of elements existing in a row.
  • the coordinate acquisition unit 31 acquires the relative coordinates related to the part specified location set by the setting unit 25. For example, when a pinpoint is specified by a mouse button click operation, the coordinates are obtained by calculating a relative coordinate value with respect to the origin at the upper left corner of the window where the click operation is performed in the window. This can be done by acquiring.
  • the start point or end point of the drag and drop operation in the window is set.
  • the relative coordinates relating to the part designated portion may be obtained by obtaining the relative coordinate value with respect to the origin located at the upper left corner of the window.
  • the designated element in the case where the partial designation by the range setting is performed means at least one element existing in the range relating to the partial designation.
  • the display control unit (not shown) of the meta information adding device 13 receives the setting.
  • Meta information such as a sticky note is added to the part specified location on the page rendered by the rendering unit 27 (position in the page based on the relative coordinates acquired by the coordinate acquisition unit 31) and displayed on the display unit 23.
  • the conversion unit 33 Based on the element information acquired by the first element information acquisition unit 29 and the relative coordinates related to the partial designation location acquired by the coordinate acquisition unit 31, the conversion unit 33 converts the relative coordinates related to the partial designation location into a plurality of elements. Are converted into index information indicating the order of the designated elements corresponding to the partial designated locations. Details of the operation of the conversion unit 33 will be described later.
  • the index information storage unit 35 stores the index information converted by the conversion unit 33 in association with the designated element.
  • “stores index information in association with a specified element” For example, in preparation for the case where a plurality of part designation locations exist in one page, different identifiers are assigned to each part designation location (designated element), and index information is associated with the identifier.
  • the content of the designated element for example, if it is a character element, whether the character is “A” or “B”
  • index information is stored in association with the content of the designated element.
  • the index information related to the specified element stored in this way includes the identification information of the page where the specified element exists (for example, the URI of the page: Uniform Resource Identifier).
  • the index information related to the designated element is sent to the content server 19 together with the corresponding meta information.
  • the content server 19 stores the index information and meta information related to the designated element in association with the identification information of the page where the designated element exists.
  • FIG. 4 is a block configuration diagram of the second information processing apparatus 14 provided with the meta information display control apparatus 15 according to the present embodiment.
  • 5A to 5C are conceptual diagrams showing pages in which a tag as meta information is added to a designated portion in the meta information display control device 15 according to the present embodiment.
  • the second information processing apparatus 14 includes a display side page information acquisition unit 41, a display side rendering unit 47, and a meta information display control device 15.
  • the meta information display control device 15 includes a second element information acquisition unit 49, an index information acquisition unit 51, an inverse conversion unit 53, and a display control unit 55.
  • Each of the display-side page information acquisition unit 41 and the display-side rendering unit 47 of the second information processing device 14 includes an addition-side page information acquisition unit 21 and an addition-side rendering that are functional units of the first information processing device 12 corresponding thereto.
  • the display unit 43 connected to the second information processing device 14 functions in the same manner as the display unit 23 connected to the first information processing device 12. Therefore, the description of these functions is omitted to avoid duplication of explanation.
  • the setting unit 45 of the second information processing apparatus 14 has a function of setting the size of the window, and does not have a function of performing setting related to the part designation location. It works differently.
  • the second element information acquisition unit 49 acquires, for example, element information including the size in the width direction for each of the plurality of elements, the height of each row, and the number of elements belonging to each row from the display-side rendering unit 47.
  • the index information acquisition unit 51 acquires, from the content server 19, index information related to the designated element related to the page acquired by the display-side page information acquisition unit 41. Specifically, when the display-side page information acquisition unit 41 acquires a required page, the index information acquisition unit 51 includes index information related to a specified element related to the required page simultaneously with or after the acquisition. Meta information such as a tag with a comment associated with the index information is acquired from the content server 19.
  • the inverse conversion unit 53 Based on the element information acquired by the second element information acquisition unit 49 and the index information related to the specified element acquired by the index information acquisition unit 51, the inverse conversion unit 53 converts the index information indicating the location of the specified element, Reverse transform to coordinates corresponding to the location of the specified element. Details of the operation of the inverse conversion unit 53 will be described later.
  • the display control unit 55 performs control to display meta information such as a tag with a comment at a position in the page based on the coordinates corresponding to the location where the designated element is inversely transformed by the inverse transformation unit 53.
  • the position in the page based on the coordinates corresponding to the location of the designated element is intended to include not only the position of the coordinates but also the vicinity of the position of the coordinates. Note that, for example, when a tag is added in the vicinity of the coordinate position, it is preferable to clearly indicate the coupling relationship between the coordinate position and the tag using an instruction line that represents the coupling relationship. This is because the present invention aims to precisely associate a designated portion with meta information such as a tag.
  • the display control unit 55 displays individual data in a state where a plurality of display layers are superimposed on each other. Specifically, for example, as shown in FIGS. 5A to 5C, the display control unit 55 displays a page that is displayed by laying out a plurality of elements in a two-dimensional direction of rows and columns in a window. On the other hand, a meta information display layer 43b for displaying meta information such as sticky notes is superimposed and displayed.
  • the character string “ABC...” Is displayed on the page display layer 43a and the tag is displayed on the meta information display layer 43b with the meta information display layer 43b superimposed on the page display layer 43a.
  • the meta information 43c is displayed.
  • the meta information display layer 43b is transparent except for the portion of the meta information 43c. Therefore, the character string “ABC...” Of the page display layer 43a can be clearly seen through the transparent portion of the meta information display layer 43b.
  • FIG. 6 is an explanatory diagram of the page rendering function that both the first information processing apparatus 12 and the second information processing apparatus 14 according to the present embodiment have.
  • FIG. 7 is a flowchart showing the flow of processing when performing partial designation within a page in the first information processing apparatus 12 provided with the meta information adding apparatus 13 according to the present embodiment.
  • a page in which a plurality of elements E each having a unique height h and width w are arranged in a predetermined order is displayed.
  • “Arranged in a predetermined order” means arranging a plurality of elements E according to a predetermined algorithm. An example of this algorithm is given.
  • the addition-side and display-side renderings 27 and 47 can use a plurality of elements E each having a unique height h and width w with respect to the origin (0, 0) located at the upper left corner of the page as the same row. Then, sequentially from left to right, the right end. At this time, the addition side and display side renderings 27 and 47 store the number of elements belonging to the same row, and store the maximum value among the heights of the elements belonging to the same row as the row height.
  • the additional side and display side renderings 27 and 47 perform folding by line feed from top to bottom. In the same manner as described above, the remaining elements are sequentially arranged from the left to the right in the same row to the right end. At this time, as described above, the addition-side and display-side renderings 27 and 47 store the number of elements belonging to the same row, and store the maximum value among the heights of the elements belonging to the same row as the row height. Keep it.
  • the additional side and display side renderings 27 and 47 perform folding by line feed from top to bottom. Repeat the process.
  • the plurality of elements are continuously expanded from the left to the right in the width direction of the window Wa shown in FIG. 6, and when the size exceeds the width direction of the window Wa, the plurality of elements are folded and line-breaked in the height direction. Is laid out in the window Wa.
  • the width direction size of the window extending in the X-axis direction (width direction) with reference to the origin (0, 0) is assumed to be Xa.
  • the first 0th row adjacent in the Y-axis direction (height direction) with reference to the origin (0, 0) is L 0
  • the next 1st row is L 1
  • the ma row is L ma .
  • the leading element (reference element) of the L 0th row is E 00
  • the right adjacent element is E 01
  • the last column element at the right end is E 0ka0-1
  • the first element in the L 1st row is E 10
  • the right adjacent element is E 11
  • the last column element at the right end is E 1ka1-1
  • the first element on the L ma line is E ma0
  • the element on the right side is E ma1
  • the nath element from the first element is E mana .
  • the height of the L 0 line represents the h 0.
  • the height h 00 / width w of the 0th element adjacent in the X-axis direction with reference to the origin (0,0). 00 the right adjacent element is represented as height h 01 / width w 01
  • the element at the end of the right end is represented as height h 0ka0-1 / width w 0ka0-1 .
  • the number of elements belonging to the L 1st row is represented by ka 1 and the height of the L 1 row is represented by h 1 .
  • the zero-th element in the height h which is adjacent to the X-axis direction Y-axis in contact with the origin (0, 0) as a reference 10 / width w 10 is represented as height h 11 / width w 11 in the right adjacent element, and height h 1ka1-1 / width w 1ka1-1 in the last row element at the right end.
  • the number of elements belonging to the L ma row is represented by ka ma
  • the height of the L ma row is represented by h ma .
  • the height h of the 0th element adjacent in the X-axis direction with respect to the Y-axis in contact with the origin (0, 0) is used as a reference.
  • Ma0 / width w ma0 the right adjacent element is represented as height h ma1 / width w ma1
  • the na th element is represented as height h mana / width w mana .
  • the number of elements belonging to the L 0th row: ka 0 is arranged when a plurality of elements are sequentially arranged from the beginning of the L 0th row to reach the right end. It is obtained from the total number of elements.
  • the addition side rendering unit 27 obtains the number of elements belonging to the row by calculation based on the width w unique to each of the plurality of elements belonging to a certain row and the window width direction size Xa. Can do.
  • the size h in the height direction and the size w in the width direction for each of the plurality of elements may be acquired from the page information acquired by the additional page information acquisition unit 21.
  • the process shown in FIG. 7 is started every time a partial designation request in a page is generated.
  • the first element information acquisition unit 29 adds element information including the size in the width direction for each of the plurality of elements, the height of each row, and the number of elements belonging to each row to the additional side rendering. Obtained from the unit 27, respectively.
  • step S ⁇ b> 12 the coordinate acquisition unit 31 acquires the relative coordinates related to the part designation location set by the setting unit 25.
  • step S ⁇ b> 13 the conversion unit 33 calculates the relative coordinates related to the part specified location based on the element information acquired by the first element information acquisition unit 29 and the relative coordinates related to the part specified location acquired by the coordinate acquisition unit 31.
  • the index information representing the order of the designated elements corresponding to the partial designated locations among the plurality of elements is converted.
  • the conversion in step S13 is the cumulative value of the number of elements existing in the route according to the predetermined order from the reference element (E 00 in the example of FIG. 6) located at the predetermined reference in the window to the location where the specified element exists. And the accumulated value thus obtained is used as index information.
  • the conversion unit 33 designates from the row to which the reference element belongs based on the height of each row acquired by the first element information acquisition unit 29 and the relative coordinates related to the part specification location acquired by the coordinate acquisition unit 31. Accumulates the number of elements belonging to each row up to the row immediately preceding the row corresponding to the element location, and from the first column of the row corresponding to the location where the specified element exists to the column corresponding to the location where the specified element exists The cumulative value of the number of elements is obtained by integrating the number of elements belonging to the row.
  • the index information storage unit 35 stores the index information converted by the conversion unit 33 in association with the designated element.
  • FIG. 8 is a flowchart showing in detail the process flow of step S13 in the flowchart shown in FIG.
  • FIG. 9 is a diagram for explaining a procedure for converting the relative coordinates related to the partial designated portion into the index information related to the designated element in the meta information adding apparatus 13 according to the present embodiment.
  • the process shown in FIG. 8 is started after the process of step S12 in the flowchart shown in FIG.
  • step S13-1 the conversion unit 33 initializes the value of the loop counter i to “0”.
  • steps S13-2 to S13-3 the converting unit 33 sets the relative coordinates (pa) of the height of each row in the element information acquired by the first element information acquiring unit 29 and the part specified location acquired by the coordinate acquiring unit 31. , Qa) (see FIG. 9), the search is sequentially performed while incrementing the count value i for which the following Formula 1 is satisfied.
  • step S13-4 the conversion unit 33 substitutes the extracted count value i for the row number ma.
  • the L ma row to which the row number ma is assigned is the location in the Y-axis direction of the designated element E mana corresponding to the relative coordinates related to the partial designated location. Recognize.
  • the location where the designated element exists means a location where the designated element is presumed to exist.
  • step S13-5 the meta information adding device 13 initializes the value of the loop counter j to “0”.
  • steps S13-6 to S13-7 the conversion unit 33 sets the size in the width direction for each element in the element information acquired by the first element information acquisition unit 29 and the partial designation location acquired by the coordinate acquisition unit 31. Based on the relative coordinates (pa, qa) (see FIG. 9), the search is sequentially performed while incrementing the count value j where the following Equation 2 is satisfied.
  • Step S13-8 the conversion unit 33 substitutes the extracted count value j for the column number na.
  • the column with the column number na is a location in the X-axis direction of the designated element E mana corresponding to the relative coordinates related to the partial designated location.
  • step S13-9 the conversion unit 33 sets the number of elements belonging to each row in the element information acquired by the first element information acquisition unit 29, the line number ma acquired in step S13-4, and step S13-.
  • an integrated value N that satisfies the following expression 3 is obtained by calculation.
  • Equation 3 as shown in FIG. 9, starting from the reference element E 00, the total number of elements existing in route leading to L ma-1 row end column of the previous L ma line specified element is present, L ma The order (column number na) in the same row of the designated elements belonging to the row is added. Therefore, by the substitution calculation of Equation 3, the number of elements existing in the route according to a predetermined order from the reference element E 00 to the existing location of the designated element E mana corresponding to the relative coordinates related to the partially designated location is accumulated. The value N can be determined.
  • the conversion unit 33 ends the series of processing flow shown in FIG. 8 and returns the processing flow to step S14 in FIG.
  • FIG. 10 is a diagram for explaining a procedure for reversely converting the index information indicating the location of the designated element into coordinates corresponding to the location of the designated element in the meta information display control device 15 according to the present embodiment.
  • the rendering process performed by the display-side rendering unit 47 in which a plurality of elements are arranged in a predetermined order in the window is the same as that of the additional-side rendering unit 27, and thus redundant description thereof is omitted.
  • the width direction size of the window Wb extending in the X-axis direction with respect to the origin (0, 0) is assumed to be Xb.
  • the first 0th row adjacent in the Y-axis direction with reference to the origin (0, 0) is L 0
  • the next 1st row is L 1
  • the mb row is L mb .
  • the first element (reference element) in the L 0th row is E 00
  • the right adjacent element is E 01
  • the last column element at the right end is E 0 kb 0-1
  • the first element of the L 1st row is E 10
  • the right adjacent element is E 11
  • the last column element at the right end is E 1 kb1-1
  • the first element on the L mb line is E mb0
  • the right adjacent element is E mb1
  • the nb ⁇ 1 element from the first element is E mbnb ⁇ 1
  • the nb element from the first element is E mb1. Let it be mbnb .
  • the number of elements belonging to the L 0th row is represented as kb 0
  • the height of the L 0 row is represented as h 0
  • the right adjacent element is represented as height h 01 / width w 01
  • the last row element at the right end is represented as height h 0 kb0-1 / width w 0 kb0-1 .
  • the number of elements belonging to the L 1st row is represented as kb 1 and the height of the L 1 row is represented as h 1 .
  • the number of elements belonging to the L mb row is represented by kb mb
  • the height of the L mb row is represented by h mb
  • the height h of the 0th element adjacent in the X-axis direction on the basis of the Y-axis in contact with the origin (0, 0) is used.
  • ( Pb , qb) shown in FIG. 10 are relative coordinates corresponding to the location where the designated element E mbnb exists.
  • the coordinates of the upper left position of the rectangular area where the designated element E mbnb exists is (pb, qb).
  • Meta information such as a tag is added to the position of the relative coordinates (pb, qb). This will be described later.
  • FIG. 11 shows a flow of processing when displaying a page in which a tag as meta information is added to a designated portion in the second information processing apparatus 14 provided with the meta information display control apparatus 15 according to the present embodiment.
  • FIG. 11 The process shown in FIG. 11 is started each time a request for browsing a page with a tag is generated.
  • step S ⁇ b> 21 the display-side page information acquisition unit 41 acquires, from the content server 19, page information obtained by arranging a plurality of elements each having a unique height and width in a predetermined order. .
  • step S22 the display-side rendering unit 47 acquires the width direction size Xb among the sizes of the window Wb set by the setting unit 45.
  • step S23 the display-side rendering unit 47 determines the two-dimensional direction of the rows and columns in the window Wb based on the page information acquired in step S21 and the width direction size Xb of the window Wb acquired in step S22.
  • a page (for example, see FIG. 10) in which a plurality of elements are expanded and laid out is constructed.
  • step S24 the second element information acquisition unit 49 acquires, from the display-side rendering unit 47, element information including the width-wise size for each of the plurality of elements, the height of each row, and the number of elements belonging to each row.
  • step S25 the index information acquisition unit 51 stores the index information related to the designated element related to the page acquired in step S21 together with meta information (for example, a tag with a comment) associated with the index information. Obtained from the server 19.
  • step S ⁇ b> 26 the inverse conversion unit 53 represents the location of the specified element based on the element information acquired by the second element information acquisition unit 49 and the index information related to the specified element acquired by the index information acquisition unit 51.
  • the index information is inversely converted into coordinates corresponding to the location of the specified element.
  • step S27 the display control unit 55 displays the meta information acquired by the index information acquisition unit 51 at a position in the page based on the coordinates corresponding to the location of the designated element that has been inversely transformed by the inverse transformation unit 53. To control. As a result, a page to which meta information such as a tag is added is displayed in the window Wb of the display unit 43.
  • FIG. 12 is a flowchart showing the process flow of step S26 in the flowchart shown in FIG.
  • the algorithm shown in FIG. 12 is started after the process of step S25 in the flowchart shown in FIG.
  • step S26-1 the inverse conversion unit 53 initializes the value of the loop counter i to “0”.
  • steps S26-2 to S26-3 the inverse conversion unit 53 relates to the number of elements belonging to each row in the element information acquired by the second element information acquisition unit 49 and the specified element acquired by the index information acquisition unit 51. Based on the index information “N”, the search is sequentially performed while incrementing the count value i where the following Expression 4 is satisfied.
  • step S26-4 the inverse conversion unit 53 substitutes the extracted count value i into the row number mb.
  • the search of Expression 4 indicates that the L mb row with the row number mb is the location in the Y-axis direction of the designated element E mbnb corresponding to the relative coordinates related to the partially designated location.
  • step S26-5 the inverse transform unit 53 determines the height of each row in the element information acquired by the second element information acquisition unit 49, and the row number mb related to the designated element E mbnb acquired in step S26-4. Based on the above, the coordinate component qb in the Y-axis direction in which the following expression 5 is established is obtained by calculation.
  • the last (rightmost) element among the elements belonging to the L mb-1 line located immediately before the L mb line is the R-th element represented by Expression 6 counted from the reference element E 00 . That is, by substituting the value of the row number mb related to the designated element acquired in step S26-4 and the height of each row into Equation 6, the last (rightmost) element among the elements belonging to the Lmb-1 row In this regard, it is possible to obtain the order information from the reference element E 00 (accumulated number obtained by integrating the number of elements existing in the route following the predetermined order from the reference element).
  • step S26-6 the inverse transform unit 53 performs the index information “N” that is the order information related to the designated element, and the order information “R” of the last element among the elements belonging to the L mb ⁇ 1 line. Based on the above, the column number nb related to the specified element existing in the row number mb is obtained by the following formula 7.
  • step S26-7 the inverse conversion unit 53 relates to the width w for each element belonging to the row number mb in the element information acquired by the second element information acquisition unit 49, and the specified element obtained in step S26-6. Based on the column number nb, a coordinate component pb in the X-axis direction in which the following Expression 8 is established is obtained by calculation.
  • step S27 the display control unit 55, as shown in FIG. 10, the coordinates corresponding to the presence position of the specified element E Mbnb the page constructed by the display-side rendering unit 47 was obtained by the inverse transformation unit 53 (pb, Meta information such as a tag is added to the position based on qb) and displayed. As a result, the page with meta information is displayed in the window of the display unit 43.
  • FIG. 13A and FIG. 13B are explanatory diagrams showing the operational effects of the meta information display system 11 according to Example 1 of the present embodiment when character strings are employed as a plurality of elements.
  • FIG. 14A and FIG. 14B are explanatory diagrams showing the operational effects of the meta information display system 11 according to Example 2 of the present embodiment when still images are employed as a plurality of elements.
  • FIG. 15A and FIG. 15B are explanatory diagrams showing the operational effects of the meta information display system 11 according to Example 3 of the present embodiment when a combination of a character string and a still image is adopted as a plurality of elements.
  • Example 1 of the present embodiment as shown in FIG. 13A, the 14th character element from the top of the page in which 15 character string elements A to O are sequentially arranged using the meta information addition device 13. N part is designated and a tag with a comment as meta information is added.
  • the meta information display control device 15 is used to construct and display a page in which a tag with a comment as meta information is added to a designated portion.
  • the index information storage unit 35 of the meta information adding device 13 indicates that the order from the head of the designated element is “14th” as shown in FIG.
  • the ID of an existing page (for example, identification information such as a URI, and so on) is stored as index information.
  • the display control unit 55 of the meta information display control device 15 is a narrow window having a size in the width direction of about 60% compared to the window on the first information processing device 12 side.
  • Example 2 of the present embodiment as shown in FIG. 14A, the meta-information adding apparatus 13 is used, and the fifth image element P5 from the top of the page in which the six image elements P1 to P6 are sequentially arranged is used. This part is specified and a tag with a comment as meta information is added.
  • the meta information display control device 15 is used to construct and display a page in which a tag with a comment as meta information is added to a designated portion.
  • the index information storage unit 35 of the meta information adding device 13 indicates that the order from the top of the designated element is “fifth” and that the designated element is The ID of the existing page is stored as index information.
  • the display control unit 55 of the meta information display control device 15 is a narrow window that is about 60% smaller than the window on the first information processing device 12 side.
  • the page to which a tag with a comment as meta information is added is accurately displayed at the position of the designated element P5 corresponding to the designated portion. This is because, as in the first embodiment, even if the relative coordinates related to the designated element fluctuate, the number and order of the respective image elements are maintained as they are.
  • Example 3 of the present embodiment a plurality of combinations of character string elements ABC, image elements P1 to P3, character string elements DEF, and image elements P4 are used using the meta information addition device 13.
  • the meta information display control device 15 is used to construct and display a page in which a tag with a comment as meta information is added to a designated portion.
  • the index information storage unit 35 of the meta information adding device 13 indicates that the order from the head of the designated element is “10th” and that the designated element is The ID of the existing page is stored as index information.
  • the display control unit 55 of the meta information display control device 15 is a narrow window that is about 60% smaller than the window on the first information processing device 12 side.
  • the page to which a tag with a comment as meta information is added is accurately displayed at the position of the designated element P4 corresponding to the designated portion. This is because, as in the first or second embodiment, even if the relative coordinates related to the designated element fluctuate, the number of elements and their order are maintained as they are.
  • the partial designation device and the partial designation program embodied by the meta information addition device 13 according to the present embodiment even when the display environment on the user side changes, display of a tag or the like for the designated portion It is possible to eliminate a situation in which the positional deviation occurs. As a result, regardless of the display environment on the user side, it is possible to share information on a page where there is no positional deviation in the display of a tag or the like with respect to the designated portion.
  • unique index information is associated with each specified element, so even if the same element coexists in the page, the specification of the part in the page is unique. It can be carried out.
  • the information on the page can be shared without blurring the information exchange target, which is beneficial by encouraging active information exchange about the target.
  • a place for information exchange can be provided.
  • the page constructed by the display-side rendering unit 47 is allocated to the page display layer 43a, and the meta information 43c such as a tag with a comment is allocated to the meta information display layer 43b.
  • a meta information display layer 43b is superimposed on the page display layer 43a. Therefore, for example, even when a request for adding meta information such as a plurality of sticky notes to a specific meta information addition location arises, this request can be met without requiring any special improvement. .
  • the meta information display layer 43b is an independent page similar to the page display layer 43a, and the number thereof is not particularly limited.
  • meta information such as a tag can be further added to any designated portion of the comments added to the tag in the meta information display layer 43b. This is because the meta information display layer in which a tag is further added to the comment added to the tag in the meta information display layer 43b is also an independent page similar to the page display layer 43a.
  • This modification may be performed as follows. That is, “the tag in the meta information display layer 43b” according to this modification is replaced with “page” in the present embodiment. Further, the “comment added to the tag in the meta information display layer 43b” according to the modification is replaced with “plural elements” in the present embodiment. Furthermore, “a character string element positioned at the head of the comments added to the tag in the meta information display layer 43b” according to the modification is replaced with “a reference element in the window” of the present embodiment.
  • the “page” in this embodiment is referred to as a parent page, and the “page” according to the modification is referred to as a child page.
  • the meta information adding device 13 sends the index information related to the designated element to the content server 19, while the meta information display control device 15 uses the index information related to the designated element. Is acquired via the content server 19.
  • the scale of information sharing can be easily increased as compared with the case where index information relating to the designated element is exchanged between both devices 13 and 15 by peer-to-peer.
  • the index information related to the designated element includes the identification information of the page where the designated element exists, so that the index information related to a certain page and the designated element related to this page. Can be reliably linked and managed.
  • index information related to a specified element means index information related to a specified element. Therefore, even if there are multiple meta information addition locations (locations where the specified element exists) in a page, the index information corresponding to each location must be linked and managed without confusion. Can do.
  • an example is given in which the cumulative value of the number of all the elements existing in the route following the predetermined order from the reference element positioned at the predetermined reference in the window to the location where the specified element exists is given.
  • the present invention is not limited to this example.
  • a modification example in which the cumulative value is obtained by thinning out elements existing in a route in accordance with a predetermined order to reach the location where the specified element exists is also within the scope of the technical scope of the present invention. Is included.
  • FIG. 16A and FIG. 16B are explanatory diagrams showing the operational effects of the meta information display system according to the first modification of the present embodiment.
  • a portion of the 17th character element C from the head is designated and a tag is added as meta information in a page in which 21 character string elements made up of alphabetic character strings are sequentially arranged.
  • the cumulative value is obtained by thinning out character elements other than “C” existing in the route according to a predetermined order for reaching the location where the designated element C exists.
  • what is necessary is just to acquire the character content of the designation
  • the index information storage unit 35 of the meta information adding device 13 is a page in which the character element “C” as the search attribute, “3” as the order information, and the designated element exist. Are stored as index information.
  • the meta information display control device 15 constructs and displays a page in which the meta information is added to the designated portion C_3.
  • the window corresponds to the designated portion even though the window in the width direction is as narrow as about 60% of the window on the first information processing apparatus 12 side.
  • the page with the meta information added at the position of the designated element C_3 to be displayed is accurately displayed. This is because, even if the relative coordinates related to the part designation location fluctuate, the thinning rules are shared between the meta information adding device 13 and the meta information display control device 15, and the number of character string elements and This is because the order is maintained as it is.
  • FIG. 17A and FIG. 17B are explanatory diagrams showing the operational effects of the meta information display system according to the second modification of the present embodiment.
  • the meta information is specified by designating the fifth moving image element MP3 from the top of the page in which the moving image elements MP1 to MP3 and the still image elements SI1 to SI3 are alternately arranged. It is assumed that a tag is attached.
  • the accumulated value is obtained by thinning out still image elements existing in the route according to a predetermined order for reaching the location where the designated element MP3 exists.
  • the type of the designated element corresponding to the part designation location may be obtained based on the relative coordinates and the page information relating to the part designation location using a known procedure. .
  • the index information storage unit 35 of the meta information adding device 13 has a moving image “MP” as a search attribute, “3” as order information, and a page in which the designated element exists. Are stored as index information.
  • the meta information display control device 15 constructs and displays a page in which the meta information is added to the designated portion MP3.
  • the window corresponds to the designated portion even though the window in the width direction is narrower by about 60% than the window on the first information processing apparatus 12 side.
  • the page with the meta information added at the position of the designated element MP3 to be displayed is accurately displayed. This is because, even if the relative coordinates related to the part designation location fluctuate, the thinning rule is shared between the meta information adding device 13 and the meta information display control device 15, and the number of each image element and its number This is because the order is maintained as it is.
  • FIG. 18A and FIG. 18B are explanatory diagrams showing the operational effects of the meta information display system according to the third modification of the present embodiment.
  • the tenth image element P4 from the top of the page in which character string elements and image elements are arranged side by side is specified, and a tag as meta information is added.
  • the accumulated value is obtained by thinning out the character string elements existing in the route according to a predetermined order for reaching the location where the designated element P4 exists.
  • category a character string, an image, etc.
  • the index information storage unit 35 of the meta information adding device 13 stores the image “P” as the search attribute, “4” as the order information, and the page where the designated element exists.
  • the ID is stored as index information.
  • the meta information display control device 15 constructs and displays a page in which the meta information is added to the designated portion P4.
  • the window corresponds to the designated portion even though the window in the width direction is as narrow as about 60% of the window on the first information processing apparatus 12 side.
  • the page with the meta information added at the position of the designated element P4 to be displayed is accurately displayed. This is because, even if the relative coordinates related to the part specified location fluctuate, the thinning rule is shared between the meta information adding device 13 and the meta information display control device 15, and the number of each composite element and its number This is because the order is maintained as it is.
  • the conversion unit 33 will be described with reference to an example in which the relative coordinates relating to the part designation location are converted into index information indicating the order of the designation element corresponding to the part designation location among a plurality of elements.
  • the present invention is not limited to this example.
  • the index information according to the present invention is further converted into a mode other than the order of the designated elements, and the converted index information is shared between the meta information adding device 13 and the meta information display control device 15. Also good.
  • the embodiment uses the technical matter of converting the relative coordinates related to the part designation location into index information indicating the order of the designation element corresponding to the part designation location among a plurality of elements. It falls within the scope of the technical scope of the invention.
  • the index information of the aspect other than the order of the designated elements for example, a unique width direction size or a cumulative value obtained by integrating the number of bytes for each of the plurality of elements can be appropriately employed.
  • the upper left corner of the window has been described as an example of the reference in the window, but the present invention is not limited to this example.
  • any part such as an upper right corner, a lower right corner, a lower left corner, or a part between corners adjacent to each other may be adopted.
  • the left and right sides of the same line are used as a reference, and different lines are arranged based on the upper left corner of the page.
  • the algorithm for sequentially arranging from top to bottom has been illustrated and described, the present invention is not limited to this example.
  • an algorithm that sequentially arranges from left to right in odd lines, from right to left in even lines, and from top to bottom in different lines may be employed.
  • an algorithm that sequentially arranges from right to left in the same line and from top to bottom in different lines with the upper right corner of the page as a reference may be adopted.
  • an algorithm may be adopted in which the same line is sequentially arranged from the right to the left and the different lines are sequentially arranged from the bottom to the top, with the lower right corner of the page as a reference.
  • an algorithm may be adopted in which the left and right corners of the page are used as a reference, and the same line is sequentially arranged from left to right and between different lines from bottom to top.
  • the height direction (column direction) is set as the main scanning direction with reference to the upper left corner of the page.
  • the present invention is not limited to this example.
  • the width direction (row direction) is used as the main scanning direction and the height direction (column direction) is used as the sub scanning direction, contrary to the first and second embodiments, respectively.
  • An algorithm for sequentially arranging a plurality of elements may be employed.
  • the “width direction size” of the window is replaced with the “height direction size”
  • the “width” and the “height” for each of the plurality of elements are replaced with each other, and
  • index information is passed from the meta information adding device 13 to the meta information display control device 15 via the content server 19
  • the present invention is not limited to this example.
  • An embodiment in which index information is passed from the meta information adding device 13 to the meta information display control device 15 on a peer-to-peer basis is also included in the scope of the technical scope of the present invention.
  • the meta information adding device 13 and the meta information display control device 15 have been described as being independent, but the present invention is not limited to this example.
  • the present invention is preferably implemented by a stand-alone client terminal having both a meta information addition function and a meta information display control function. This is because it is necessary to have both a meta information addition function and a meta information display control function in order to share information by adding meta information to a specified portion in a page in both directions.
  • the present invention is a client terminal having only a meta information addition function or only a meta information display control function. It may be realized by.
  • the viewing environment such as the window size may change not only for sharing meta information among multiple client terminals but also for using one client terminal stand-alone. Even in consideration of such usage, it is preferable that one client terminal has both the meta information addition function and the meta information display control function.
  • the present invention is not limited to this example. Even when the width and height of each of the plurality of elements are made unequal, the embodiment according to this modification can be realized by using the technical idea of the present invention as it is.
  • the index information related to the designated element is sent to the content server 19 together with the corresponding meta information, and the content server 19 receives the index information and meta information related to the designated element.
  • the aspect which stored in relation to the identification information of the page in which an element exists was illustrated and demonstrated, this invention is not limited to this example.
  • the index information and meta information related to a specified element may be stored in separate servers in association with the identification information of the page where the specified element exists.
  • the present invention can be used, for example, for displaying by adding meta information to a designated portion in a page such as a Web page or an electronic book.

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Human Computer Interaction (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • User Interface Of Digital Computer (AREA)

Abstract

 本発明に係る部分指定装置では、表示環境が変わると付箋等の表示の位置ずれのおそれがある相対座標を用いた部分指定に代えて、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報を用いた部分指定を行う。すなわち、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換し、この変換により得られたインデックス情報を用いてページ内の部分の指定を行うことにより、同一の要素がページ内に共存する場合でも、ページ内の部分の指定を一意に行うことができ、かつ、表示環境が変動した場合でも、指定部分に対する付箋等の表示の位置ずれが生じる事態をなくすことができるようにする。

Description

部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム
 本発明は、複数の要素を所定の順序で並べてなるページ内の任意の部分を指定するための部分指定装置および部分指定プログラムに関する。また、本発明は、ページ内の指定部分に付加されたメタ情報を表示するためのメタ情報表示制御装置に関する。さらに、本発明は、ページ内の指定部分にメタ情報を付加して表示するためのメタ情報表示システムに関する。
 WWW(World Wide Web)により提供されるページは、情報源のひとつとして重要な役割を担っている。ブラウザによりページを閲覧中に、興味のある部分に付箋を付加したいという要望が存在する。こうした要望を満足するために、ページ内の任意の部分を指定して付箋を付加する技術が知られている(例えば特許文献1参照)。
 特許文献1によりページ内の指定部分に付加した付箋には、コメントを付加し、これを表示させることもできる。そこで、こうして付加したコメントを、例えば仲間内で共有したいという要望も生じる。かかる要望を満足するために、付箋に付加したコメントを、複数のユーザー間で共有するための仕組みが提案されている(例えば特許文献2,3参照)。
特開2003-281141号公報 WO2005/029353号公報 特開2008-305104号公報
 しかしながら、特許文献1に係る技術では、ページ内の任意の部分の指定を文字列の選択により行うため(特許文献1の段落0023の「選択文字列」参照)、選択した文字列と同一の文字列がページ内に複数存在する場合、部分の指定を一意に行うことができなかった。
 また、特許文献2~3に係る技術では、ページ内の任意の部分の指定は、ページ内の例えば左上隅部分を基準とした二次元座標を用いて行っている(特許文献2の第12頁第34行~第41行、および特許文献3の段落0021~0022をそれぞれ参照)。このため、二次元座標による指定部分に付箋が付加されたページを、閲覧環境が相互に異なるふたつの端末にそれぞれ表示させた場合において、一方の端末では、指定部分に正しく付箋が付加されたページが表示されるのに対し、他方の端末では、指定部分とは異なる部分にずれて付箋が付加されたページが表示されるおそれがあった。なお、ここでいう閲覧環境とは、端末の種別(デスクトップPCか、ノートPCか、携帯端末か)、画面の大きさ、OSの種別、ブラウザアプリケーション(以下、ブラウザという)の種別、画面解像度、ウィンドウサイズなどを様々に組み合わせたものをいう。
 このような問題が生じる具体例について、文字列と画像のうち少なくとも一方からなる要素を所定の順序で並べてなるHTML形式のページ(以下、HTMLページという)を例示し、図1を参照して説明する。図1A,図1Bは、従来技術の問題点を対比して説明するための表示画面例である。
 いま、共通のブラウザが組み込まれたふたつの端末のそれぞれにおいて、一方のウィンドウサイズをピクセル換算で800×600(図1A参照)とし、他方のウィンドウサイズをピクセル換算で400×600(図1B参照)として、同じHTMLページを表示させたとする。このHTMLページには、A~Oのテキスト文字をウィンドウの左上から順次並べた都合15個の要素が表示されるとともに、ユーザーにより指定された部分に付箋が付加されて表示されている。付箋が付加された部分の位置は、例えば、ウィンドウの左上隅を基準とした二次元の相対座標により指定されている。
 図1Aに示すように、800×600(ピクセル換算)のウィンドウサイズが設定された一方の端末では、A~Oを順次並べた15個の要素は、一行目にA~Jの要素が表示され、二行目に残りのK~Oの要素が表示される。このような表示状態の場合に、指定部分“N”の位置に正しく付箋が付加されたページが表示される。
 これに対し、400×600(ピクセル換算)のウィンドウサイズが設定された他方の端末では、図1Bに示すように、A~Oを順次並べた15個の要素は、一行にそれぞれ5つの要素を並べて三行にわたって折り返し表示される。この結果、本来の指定部分“N”とは異なる“I”の部分にずれた位置に付箋が付加されたページが表示されてしまうという問題があった。なお、部分指定機能と表示制御機能を併せ持つ端末において、スタンドアロンでウィンドウのサイズ等の表示環境を変えた場合でも、上述と同様の問題が生じる。
 本発明は、上述した問題を解決するためになされたものであり、同一の要素がページ内に共存する場合でも、ページ内の部分の指定を一意に行うことができ、かつ、表示環境が変動した場合でも、指定部分に対する付箋等の表示の位置ずれが生じる事態をなくすことを目的とする。
 上述した課題を解決するために、本発明に係る部分指定装置では、表示環境が変わると付箋等の表示の位置ずれのおそれがある相対座標を用いた部分指定に代えて、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報を用いた部分指定を行う。すなわち、本発明に係る部分指定装置では、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換し、この変換により得られたインデックス情報を用いてページ内の部分の指定を行うこととした。
 本発明に係る部分指定装置では、例えば、同一の要素がページ内に共存する場合は、個々の要素毎に相互に異なるインデックス情報が付与される。また、表示環境の変動によりページ内の指定部分に係る相対座標が変動しても、複数の要素のなかでの特定の要素の順序が入れ替わることはない。このため、複数の要素のなかでの指定要素の順序を表すインデックス情報は変わらない。
 従って、本発明に係る部分指定装置によれば、同一の要素がページ内に共存する場合でも、ページ内の部分の指定を一意に行うことができ、かつ、表示環境が変動した場合でも、指定部分に対する付箋等の表示の位置ずれが生じる事態をなくすことができる。
従来技術の問題点を説明するための表示画面例である。 本発明の実施形態に係るメタ情報表示システムの概略構成図である。 本実施形態に係るメタ情報付加装置を内包させて設けた第1情報処理装置のブロック構成図である。 本実施形態に係るメタ情報表示制御装置を内包させて設けた第2情報処理装置のブロック構成図である。 本実施形態に係るメタ情報表示制御装置において指定部分にメタ情報としての付箋が付加されたページを表す概念図である。 本実施形態に係る第1情報処理装置および第2情報処理装置が共に有するページレンダリング機能の説明図である。 本実施形態に係るメタ情報付加装置を内包させて設けた第1情報処理装置において、ページ内の部分指定を行う際の処理の流れを示すフロー図である。 本実施形態に係るメタ情報付加装置において、図6に示すフロー図のうちステップS13の処理の流れを詳細に示すフロー図である。 本実施形態に係るメタ情報付加装置において、指定部分に係る相対座標を指定要素に係るインデックス情報に変換する手順の説明に供する図である。 本実施形態に係るメタ情報表示制御装置において、指定要素の存在箇所を表すインデックス情報を、指定要素の存在箇所に対応する座標に逆変換する手順の説明に供する図である。 本実施形態に係るメタ情報表示制御装置を内包させて設けた第2情報処理装置において、指定部分にメタ情報としての付箋が付加されたページを表示させる際の処理の流れを示すフロー図である。 本実施形態に係るメタ情報表示制御装置において、図11に示すフロー図のうちステップS26の処理の流れを詳細に示すフロー図である。 本実施形態の実施例1に係るメタ情報表示システムの作用効果を表す説明図である。 本実施形態の実施例2に係るメタ情報表示システムの作用効果を表す説明図である。 本実施形態の実施例3に係るメタ情報表示システムの作用効果を表す説明図である。 本実施形態の変形例1に係るメタ情報表示システムの作用効果を表す説明図である。 本実施形態の変形例2に係るメタ情報表示システムの作用効果を表す説明図である。 本実施形態の変形例3に係るメタ情報表示システムの作用効果を表す説明図である。
 以下、本発明の実施形態に係るメタ情報表示システムについて、図面を参照して詳細に説明する。
(本発明の実施形態に係るメタ情報表示システムの概要)
 まず、本発明の実施形態に係るメタ情報表示システムの概要について説明する。図2は、本実施形態に係るメタ情報表示システム11の概略構成図である。本実施形態に係るメタ情報表示システム11は、例えばWWW(World Wide Web)により提供される文字または画像等の複数の要素を所定の順序で並べてなるHTML(HyperText Markup Language)ページ上の任意の指定部分に付箋等のメタ情報を付加して表示するシステムである。本実施形態に係るメタ情報表示システム11は、多種多様な表示環境を有するクライアント端末でメタ情報を表示させた際に、どのクライアント端末でも指定部分に対する付箋等の表示の位置ずれがないページを共有可能な仕組みの提供を通じて、円滑なコミュニケーションサービスを提案しようとするものである。
 本実施形態に係るメタ情報表示システム11では、HTMLページ(以下、ページと省略する)内の部分の指定を一意に行うとともに、表示環境の如何にかかわらず指定部分に対する付箋等の表示の位置ずれが生じる事態をなくすために、表示環境が変わると位置ずれのおそれがある相対座標を用いた部分指定に代えて、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報を用いた部分指定を行っている。なお、指定要素とは、部分指定箇所に存在する要素を意味する。
 図2に示すように、本実施形態に係るメタ情報表示システム11は、第1情報処理装置12と、第2情報処理装置14と、第1および第2記録媒体16a,16bと、通信網17と、コンテンツサーバー19と、表示部23,43と、設定部25,45とを備えて構成される。第1情報処理装置12、第2情報処理装置14、およびコンテンツサーバー19の各々は、CPU(Central Processing Unit)、ROM(Read Only Memory)、RAM(Random Access Memory)を有するコンピューターを主体として構成されている。表示部23,43は、例えば液晶ディスプレイよりなる。設定部25,45は、例えばマウスやキーボード等の入力装置よりなる。
 第1および第2記録媒体16a,16bは、例えば、第1情報処理装置12または第2情報処理装置14などのコンピューターにおいてデータを読み取り可能な半導体メモリ、磁気ディスク、光ディスク、光磁気ディスク、磁気テープからなる。この第1および第2記録媒体16a,16bには、インデックス情報を用いた部分指定に関する処理や、部分指定箇所に付箋等のメタ情報を付加して表示させる処理をコンピュータに実行させる、本実施形態に係る部分指定プログラムが記録される。
 通信網17は、例えばWWWを採用すればよい。ただし、これ以外にも、通信網17は、イントラネットと呼ばれる企業内ネットワークや、LAN(Local Area Network)などの閉鎖的な通信媒体を採用してもよい。
 コンテンツサーバー19は、例えばWWWサーバー(通信網17が閉鎖的な通信媒体である場合は、単なるサーバーである)であり、ページの情報、付箋およびコメント等のメタ情報、インデックス情報を含む各種のコンテンツやデータを蓄積する。また、コンテンツサーバー19は、蓄積した各種のコンテンツやデータを、第1情報処理装置12または第2情報処理装置14からの要求に応じて提供する。本実施形態において、メタ情報およびインデックス情報は第1情報処理装置12において生成され、コンテンツサーバー19に送信されて蓄積される。
 本発明が対象とする要素とは、文字、図形、記号、静止画像、動画像などの、個々の要素の高さ方向および幅方向のサイズをページの情報から取得可能なものである。なお、これらは例示的に列挙したものであり、本発明は、個々の要素の高さ方向および幅方向のサイズをページの情報から取得可能なものであれば、これら以外の、ページに含まれ得るいかなる要素をも対象とすることができる。
(本実施形態に係る第1情報処理装置12)
 次に、本実施形態に係る第1情報処理装置12の概要について説明する。図3は、本実施形態に係るメタ情報付加装置13を内包させて設けた第1情報処理装置12のブロック構成図である。図3に示すように、第1情報処理装置12は、付加側ページ情報取得部21と、付加側レンダリング部27と、メタ情報付加装置13とを備えて構成されている。メタ情報付加装置13は、第1要素情報取得部29と、座標取得部31と、変換部33と、インデックス情報記憶部35とを備えて構成されている。
 付加側ページ情報取得部21は、固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報を、例えば、ユーザーの操作に応じたタイミングでコンテンツサーバー19から取得する。表示部23は、付加側ページ情報取得部21により取得したページをウィンドウ内に表示する。
 設定部25は、ウィンドウのサイズおよび部分指定箇所に係る設定を行う際に用いられる。ウィンドウのサイズ設定は、例えば、マウスボタンのドラッグ・アンド・ドロップ(drag-and-drop)操作によってウィンドウの高さまたは幅を変更するか、或いは適宜のウィンドウサイズ調整用アプリケーションを実行することで実現される。部分指定箇所に係る設定は、例えば、マウスボタンのクリック操作によってピンポイントによる部分指定を行ってもよいし、マウスボタンのドラッグ・アンド・ドロップ操作によって二次元の広がりを持った矩形状の範囲設定による部分指定を行ってもよい。
 付加側レンダリング部27は、付加側ページ情報取得部21により取得したページの情報と、設定部25により設定されたウィンドウの例えば幅方向サイズとに基づいて、ウィンドウ内における行および列の二次元方向に複数の要素を展開してレイアウトしたページを構築する機能を有する。
 第1要素情報取得部29は、例えば、複数の要素毎の幅方向のサイズ、各行の高さ、および各行に属する要素の数を含む要素情報を、付加側レンダリング部27からそれぞれ取得する。詳しくは後述するが、各行の高さは、ある行内に存在する複数の要素毎の高さ方向のサイズのうち最大値をとる。
 座標取得部31は、設定部25により設定された部分指定箇所に係る相対座標を取得する。この座標の取得は、例えば、マウスボタンのクリック操作によってピンポイントによる部分指定が行われる場合、ウィンドウ内におけるクリック操作が行われた場所の、同ウィンドウの左上隅に位置する原点に対する相対座標値を取得することによって実行すればよい。
 また、マウスボタンのドラッグ・アンド・ドロップ操作によって二次元の広がりを持った矩形状の範囲設定による部分指定が行われる場合、例えば、ウィンドウ内でのドラッグ・アンド・ドロップ操作に係る起点或いは終点の、同ウィンドウの左上隅に位置する原点に対する相対座標値を取得することにより、部分指定箇所に係る相対座標を取得すればよい。なお、範囲設定による部分指定が行われた場合の指定要素とは、部分指定に係る範囲内に存在する少なくとも1つの要素を意味する。
 なお、設定部25の部分指定により、例えば部分指定箇所に付箋等のメタ情報を付加する旨の設定がなされると、これを受けてメタ情報付加装置13の図示しない表示制御部は、付加側レンダリング部27によりレンダリングされたページ上の部分指定箇所(座標取得部31により取得された相対座標に基づくページ内の位置)に、付箋等のメタ情報を付加して表示部23に表示させる。
 変換部33は、第1要素情報取得部29により取得した要素情報と、座標取得部31により取得した部分指定箇所に係る相対座標とに基づいて、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する。変換部33の動作の詳細については後述する。
 インデックス情報記憶部35は、変換部33により変換されたインデックス情報を指定要素に関連付けて記憶する。ここで、“インデックス情報を指定要素に関連付けて記憶する”実施態様について言及する。例えば、ひとつのぺージ内に複数の部分指定箇所が存在する場合に備えて、各部分指定箇所(指定要素)に対して相互に異なる識別子を付与しておき、その識別子に関連付けてインデックス情報を記憶する。または、指定要素の内容(例えば、文字要素である場合、その文字が“A”か“B”かなど)を取得しておき、その指定要素の内容に関連付けてインデックス情報を記憶する。
 こうして記憶された指定要素に係るインデックス情報は、同指定要素が存在するページの識別情報(例えばページのURI:Uniform Resource Identifier)を含んでいる。この指定要素に係るインデックス情報は、それに対応するメタ情報と共にコンテンツサーバー19に送出される。これを受けてコンテンツサーバー19は、指定要素に係るインデックス情報およびメタ情報を、その指定要素が存在するページの識別情報に関連付けて記憶する。
(本実施形態に係る第2情報処理装置14)
 次に、本実施形態に係る第2情報処理装置14の概要について説明する。図4は、本実施形態に係るメタ情報表示制御装置15を内包させて設けた第2情報処理装置14のブロック構成図である。図5A~図5Cは、本実施形態に係るメタ情報表示制御装置15において、指定部分にメタ情報としての付箋が付加されたページを表す概念図である。
 図4に示すように、第2情報処理装置14は、表示側ページ情報取得部41と表示側レンダリング部47と、メタ情報表示制御装置15とを備えて構成されている。メタ情報表示制御装置15は、第2要素情報取得部49と、インデックス情報取得部51と、逆変換部53と、表示制御部55とを備えて構成されている。
 第2情報処理装置14の表示側ページ情報取得部41および表示側レンダリング部47の各々は、これらに対応する第1情報処理装置12の機能部である付加側ページ情報取得部21および付加側レンダリング部27と同等のはたらきをする。また、第2情報処理装置14に接続された表示部43は、第1情報処理装置12に接続された表示部23と同等のはたらきをする。したがって、説明の重複を避けるため、これらの機能の説明を省略する。なお、第2情報処理装置14の設定部45は、ウィンドウのサイズ設定を行う機能を有し、部分指定箇所に係る設定を行う機能を有しない点で、第1情報処理装置12の設定部25とは、そのはたらきが異なっている。
 第2要素情報取得部49は、例えば、複数の要素毎の幅方向のサイズ、各行の高さ、および各行に属する要素の数を含む要素情報を表示側レンダリング部47からそれぞれ取得する。インデックス情報取得部51は、表示側ページ情報取得部41により取得したページに関連する指定要素に係るインデックス情報をコンテンツサーバー19から取得する。具体的には、インデックス情報取得部51は、表示側ページ情報取得部41によって所要のページを取得した際に、この取得と同時にまたは遅れて、所要のページに関連する指定要素に係るインデックス情報、およびこのインデックス情報に関連付けられたコメント付き付箋等のメタ情報をコンテンツサーバー19から取得する。
 逆変換部53は、第2要素情報取得部49により取得した要素情報と、インデックス情報取得部51により取得した指定要素に係るインデックス情報とに基づいて、指定要素の存在箇所を表すインデックス情報を、指定要素の存在箇所に対応する座標に逆変換する。逆変換部53の動作の詳細については後述する。
 表示制御部55は、逆変換部53により逆変換された指定要素の存在箇所に対応する座標に基づくページ内の位置に、コメント付き付箋等のメタ情報を表示させる制御を行う。ここで、“指定要素の存在箇所に対応する座標に基づくページ内の位置”とは、その座標の位置のほか、その座標の位置の近傍をも含む趣旨である。なお、その座標の位置の近傍に例えば付箋を付加する場合、その座標の位置と付箋との間の結合関係を表す指示線を用いて、両者の結合関係を明示するのが好ましい。本発明は、指定部分と付箋等のメタ情報とを精緻に関係付けることを狙っているからである。
 表示制御部55は、複数の表示レイヤを相互に重ね合わせた状態で、それぞれに個別のデータを表示させる。具体的には、表示制御部55は、例えば図5A~図5Cに示すように、ウィンドウ内における行および列の二次元方向に複数の要素を展開してレイアウトしたページを表示させるページ表示レイヤ43aに対して、付箋等のメタ情報を表示させるメタ情報表示レイヤ43bを重ね合わせて表示させる。
 図5A~図5Cの例では、ページ表示レイヤ43aの上にメタ情報表示レイヤ43bを重ね合わせた状態で、ページ表示レイヤ43aに文字列“ABC・・・”が、メタ情報表示レイヤ43bに付箋等のメタ情報43cが、それぞれ表示されている。メタ情報表示レイヤ43bは、メタ情報43cの部分を除いて透明である。従って、ページ表示レイヤ43aの文字列“ABC・・・”を、メタ情報表示レイヤ43bの透明な部分を透かしてはっきりと見ることができる。
(本実施形態に係るメタ情報付加装置13の基本動作)
 次に、本実施形態に係るメタ情報付加装置13の基本動作について説明する。図6は、本実施形態に係る第1情報処理装置12および第2情報処理装置14が共に有するページレンダリング機能の説明図である。図7は、本実施形態に係るメタ情報付加装置13を内包させて設けた第1情報処理装置12において、ページ内の部分指定を行う際の処理の流れを示すフロー図である。
 図6に示したウィンドウWaには、各々が固有の高さhおよび幅wを有する複数の要素Eを所定の順序で並べたページが表示されている。“所定の順序で並べた”とは、所定のアルゴリズムに従って複数の要素Eを並べることを意味する。このアルゴリズムの一例を挙げる。例えば、付加側および表示側レンダリング27,47は、ページの左上隅に位置する原点(0,0)を基準として、各々が固有の高さhおよび幅wを有する複数の要素Eを、同じ行では左から右へと、右側端部まで順次並べる。この際、付加側および表示側レンダリング27,47は、同じ行に属する要素の数を記憶するとともに、同じ行に属する要素の高さのうち最大値を行の高さとして記憶しておく。
 右側端部にまで達した場合であって展開すべき要素がまだ残っている場合、付加側および表示側レンダリング27,47は、上から下への改行による折り返しを行う。そして、前述と同様に、残っている要素を、同じ行では左から右へと、右側端部まで順次並べる。この際、前述と同様に、付加側および表示側レンダリング27,47は、同じ行に属する要素の数を記憶するとともに、同じ行に属する要素の高さのうち最大値を行の高さとして記憶しておく。
 さらに、右側端部にまで達した場合であって展開すべき要素がまだ残っている場合、付加側および表示側レンダリング27,47は、上から下への改行による折り返しを行い、以下、同様の処理を繰り返す。これにより、複数の要素は、図6に示したウィンドウWaの幅方向に連続して左から右へと展開されて、ウィンドウWaの幅方向サイズを超えた場合は折り返して高さ方向に改行されるようにウィンドウWa内にレイアウトされる。
 図6に示す例において、説明の便宜上、原点(0,0)を基準としてX軸方向(幅方向)に延びるウィンドウの幅方向サイズをXaとする。また、原点(0,0)を基準としてY軸方向(高さ方向)に隣接する先頭の第0行目をL、次の第1行目をL、第ma行目をLmaとする。
 L行目の先頭要素(基準要素)をE00、その右隣の要素をE01、右側端部の最終列の要素をE0ka0-1とする。また、L行目の先頭要素をE10、その右隣の要素をE11、右側端部の最終列の要素をE1ka1-1とする。そして、Lma行目の先頭要素をEma0、その右隣の要素をEma1、先頭要素から第na個目の要素をEmanaとする。
 L行目に属する要素の数をka個、L行の高さをhと表す。また、L行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)を基準としてX軸方向に隣接する第0個目の要素では高さh00/幅w00、その右隣の要素では高さh01/幅w01、右側端部の最終列の要素では高さh0ka0-1/幅w0ka0-1と表す。
 同様に、L行目に属する要素の数をka個、L行の高さをhと表す。また、L行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)に接するY軸を基準としてX軸方向に隣接する第0個目の要素では高さh10/幅w10、その右隣の要素では高さh11/幅w11、右側端部の最終列の要素では高さh1ka1-1/幅w1ka1-1と表す。
 同様に、Lma行目に属する要素の数をkama個、Lma行の高さをhmaと表す。また、Lma行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)に接するY軸を基準としてX軸方向に隣接する第0個目の要素では高さhma0/幅wma0、その右隣の要素では高さhma1/幅wma1、第na個目の要素では高さhmana/幅wmanaと表す。
 例えば、L行目に属する要素の数:ka個は、図6に示すように、L行目の先頭から複数の要素を順次並べてゆき右側端部に至ったときの、並べられた要素の総個数により求められる。この要領で、付加側レンダリング部27は、ある行に属する複数の要素にそれぞれ固有の幅wと、ウィンドウの幅方向サイズXaとに基づいて、その行に属する要素の数を計算により取得することができる。なお、複数の要素毎の高さ方向のサイズhおよび幅方向のサイズwは、付加側ページ情報取得部21により取得したページの情報から取得すればよい。
 次に、ページ内の部分指定を行う際の処理の流れについて、図7を参照して説明する。図7に示す処理は、ページ内の部分指定要求が生じる毎に開始される。図7に示すように、ステップS11において、第1要素情報取得部29は、複数の要素毎の幅方向のサイズ、各行の高さ、および各行に属する要素の数を含む要素情報を付加側レンダリング部27からそれぞれ取得する。
 ステップS12において、座標取得部31は、設定部25により設定された部分指定箇所に係る相対座標を取得する。ステップS13において、変換部33は、第1要素情報取得部29により取得した要素情報と、座標取得部31により取得した部分指定箇所に係る相対座標とに基づいて、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する。
 ステップS13の変換は、ウィンドウ内の所定の基準に位置する基準要素(図6の例ではE00)から、指定要素の存在箇所に至るための所定の順序に従う順路に存する要素の数の累積値を求めるとともに、求めた累積値をインデックス情報とすることにより実現される。
 詳しく述べると、変換部33は、第1要素情報取得部29により取得した各行の高さと、座標取得部31により取得した部分指定箇所に係る相対座標とに基づいて、基準要素が属する行から指定要素の存在箇所に対応する行の直前の行までの、各行に属する要素の数を積算するとともに、指定要素の存在箇所に対応する行の先頭の列から指定要素の存在箇所に対応する列までの、当該行に属する要素の数を積算することにより、要素の数の累積値を求める。そして、ステップS14において、インデックス情報記憶部35は、変換部33により変換されたインデックス情報を指定要素に関連付けて記憶する。
(相対座標をインデックス情報に変換する動作)
 次に、本実施形態に係るメタ情報付加装置13の詳細動作について説明する。図8は、図7に示すフロー図のうちステップS13の処理の流れを詳細に示すフロー図である。図9は、本実施形態に係るメタ情報付加装置13において、部分指定箇所に係る相対座標を指定要素に係るインデックス情報に変換する手順の説明に供する図である。図8に示す処理は、図7に示すフロー図のうちステップS12の処理終了後に開始される。
 図8に示すように、ステップS13-1において、変換部33は、ループカウンタiの値を”0”に初期化する。ステップS13-2~S13-3において、変換部33は、第1要素情報取得部29により取得した要素情報のうち各行の高さと、座標取得部31により取得した部分指定箇所に係る相対座標(pa,qa)(図9参照)とに基づいて、次の数式1が成立するカウント値iをインクリメントしながら順次探索する。
Figure JPOXMLDOC01-appb-M000001
 数式1の左辺の計算式Σ[t=0 to i-1]htでは、i=0の場合、開始値(t=0)より終了値(i-1=-1)の方が小さくなる。この場合、左辺の計算式は値“0”を返すものとする。また、以下に述べる複数の数式においても、Σ[t=0 to -1]f(t)のように、開始値(t=0)より終了値(i-1=-1)の方が小さくなる計算式が存在する。このような場合、いずれの計算式も値“0”を返すものとする。数式1が成立するカウント値iが抽出された場合(ステップS13-2のYes)、ステップS13-4において、変換部33は、抽出されたカウント値iを、行番号maに代入する。数式1の探索により、図9に示すように、行番号maが付与されたLma行が、部分指定箇所に係る相対座標に対応する指定要素EmanaのY軸方向の存在箇所であることがわかる。なお、指定要素の存在箇所とは、指定要素が存在すると推測される箇所を意味する。
 次いで、ステップS13-5において、メタ情報付加装置13は、ループカウンタjの値を”0”に初期化する。ステップS13-6~S13-7において、変換部33は、第1要素情報取得部29により取得した要素情報のうち各要素毎の幅方向のサイズと、座標取得部31により取得した部分指定箇所に係る相対座標(pa,qa)(図9参照)とに基づいて、次の数式2が成立するカウント値jをインクリメントしながら順次探索する。
Figure JPOXMLDOC01-appb-M000002
 数式2が成立するカウント値jが抽出された場合(ステップS13-6のYes)、ステップS13-8において、変換部33は、抽出されたカウント値jを、列番号naに代入する。数式2の探索により、図9に示すように、列番号naの列が、部分指定箇所に係る相対座標に対応する指定要素EmanaのX軸方向の存在箇所であることことがわかる。
 次いで、ステップS13-9において、変換部33は、第1要素情報取得部29により取得した要素情報のうち各行に属する要素の数と、ステップS13-4で取得した行番号maと、ステップS13-8で取得した列番号naとに基づいて、次の数式3が成立する積算値Nを計算により求める。
Figure JPOXMLDOC01-appb-M000003
 数式3では、図9に示すように、基準要素E00を起点として、指定要素が存在するLma行の直前のLma-1行内の終端列に至る順路に存する要素の総数に、Lma行に属する指定要素の同行内の順序(列番号na)を加算している。従って、数式3の代入計算により、基準要素E00を起点として、部分指定箇所に係る相対座標に対応する指定要素Emanaの存在箇所に至るための所定の順序に従う順路に存する要素の数の積算値Nを求めることができる。
 ステップS13-9の計算により積算値Nが算出されたら、変換部33は、図8に示す一連の処理の流れを終了させて、処理の流れを図7のステップS14へと戻す。
(本実施形態に係るメタ情報表示制御装置15の基本動作)
 次に、本実施形態に係るメタ情報表示制御装置15の基本動作について説明する。図10は、本実施形態に係るメタ情報表示制御装置15において、指定要素の存在箇所を表すインデックス情報を、指定要素の存在箇所に対応する座標に逆変換する手順の説明に供する図である。
 表示側レンダリング部47が行う、ウィンドウ内に複数の要素を所定の順序で並べてゆくレンダリングの処理については、付加側レンダリング部27のそれと同等であるため、その重複した説明を省略する。
 図10に示す例において、説明の便宜上、原点(0,0)を基準としてX軸方向に延びるウィンドウWbの幅方向サイズをXbとする。また、原点(0,0)を基準としてY軸方向に隣接する先頭の第0行目をL、次の第1行目をL、第mb行目をLmbとする。
 L行目の先頭要素(基準要素)をE00、その右隣の要素をE01、右側端部の最終列の要素をE0kb0-1とする。また、L行目の先頭要素をE10、その右隣の要素をE11、右側端部の最終列の要素をE1kb1-1とする。そして、Lmb行目の先頭要素をEmb0、その右隣の要素をEmb1、先頭要素から第nb-1個目の要素はEmbnb-1、先頭要素から第nb個目の要素はEmbnbとする。
 L行目に属する要素の数をkb個、L行の高さをhと表す。また、L行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)を基準としてX軸方向に隣接する第0個目の要素では高さh00/幅w00、その右隣の要素では高さh01/幅w01、右側端部の最終列の要素では高さh0kb0-1/幅w0kb0-1と表す。
 同様に、L行目に属する要素の数をkb個、L行の高さをhと表す。また、L行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)に接するY軸を基準としてX軸方向に隣接する第0個目の要素では高さh10/幅w10、その右隣の要素では高さh11/幅w11、右側端部の最終列の要素では高さh1kb1-1/幅w1kb1-1と表す。
 同様に、Lmb行目に属する要素の数をkbmb個、Lmb行の高さをhmbと表す。また、Lmb行目に属する複数の要素にそれぞれ固有の高さおよび幅について、原点(0,0)に接するY軸を基準としてX軸方向に隣接する第0個目の要素では高さhmb0/幅wmb0、その右隣の要素では高さhmb1/幅wmb1、第nb-1個目の要素では高さhmbnb-1/幅wmbnb-1と、第nb個目の要素では高さhmbnb/幅wmbnbと表す。
 図10に示す(pb,qb)は、指定要素Embnbの存在箇所に対応する相対座標である。ここでは、指定要素Embnbが存在する矩形領域の左上の位置の座標を(pb,qb)としている。この相対座標(pb,qb)の位置に、付箋等のメタ情報が付加される。これについては後述する。
 次に、指定要素の存在箇所を表すインデックス情報を、指定要素の存在箇所に対応する座標に逆変換する際の処理の流れについて、図11~図12を参照して説明する。図11は、本実施形態に係るメタ情報表示制御装置15を内包させて設けた第2情報処理装置14において、指定部分にメタ情報としての付箋が付加されたページを表示する際の処理の流れを示すフロー図である。図11に示す処理は、付箋付きページの閲覧要求が生じる毎に開始される。図11に示すように、ステップS21において、表示側ページ情報取得部41は、固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報をコンテンツサーバー19から取得する。
 ステップS22において、表示側レンダリング部47は、設定部45により設定されたウィンドウWbのサイズのうち幅方向サイズXbを取得する。ステップS23において、表示側レンダリング部47は、ステップS21で取得したページの情報と、ステップS22で取得したウィンドウWbの幅方向サイズXbとに基づいて、ウィンドウWb内における行および列の二次元方向に複数の要素を展開してレイアウトしたページ(例えば図10参照)を構築する。
 ステップS24において、第2要素情報取得部49は、複数の要素毎の幅方向のサイズ、各行の高さ、および各行に属する要素の数を含む要素情報を表示側レンダリング部47からそれぞれ取得する。
 ステップS25において、インデックス情報取得部51は、ステップS21で取得したページに関連する指定要素に係るインデックス情報を、このインデックス情報に関連付けられたメタ情報(例えば、コメントが付与された付箋等)と共にコンテンツサーバー19から取得する。
 ステップS26において、逆変換部53は、第2要素情報取得部49により取得した要素情報と、インデックス情報取得部51により取得した指定要素に係るインデックス情報とに基づいて、指定要素の存在箇所を表すインデックス情報を、指定要素の存在箇所に対応する座標に逆変換する。
 そして、ステップS27において、表示制御部55は、逆変換部53により逆変換された指定要素の存在箇所に対応する座標に基づくページ内の位置に、インデックス情報取得部51により取得したメタ情報を表示させる制御を行う。これにより、付箋等のメタ情報が付加されたページが、表示部43のウィンドウWb内に表示される。
(インデックス情報を座標に逆変換する動作)
 次に、本実施形態に係るメタ情報表示制御装置15の詳細動作について説明する。図12は、図11に示すフロー図のうちステップS26の処理の流れを示すフロー図である。図12に示すアルゴリズムは、図11に示すフロー図のうちステップS25の処理終了後に開始される。
 図12に示すように、ステップS26-1において、逆変換部53は、ループカウンタiの値を”0”に初期化する。ステップS26-2~S26-3において、逆変換部53は、第2要素情報取得部49により取得した要素情報のうち各行に属する要素の数と、インデックス情報取得部51により取得した指定要素に係るインデックス情報“N”とに基づいて、次の数式4が成立するカウント値iをインクリメントしながら順次探索する。
Figure JPOXMLDOC01-appb-M000004
 数式4が成立するカウント値iが抽出された場合(ステップS26-2のYes)、ステップS26-4において、逆変換部53は、抽出されたカウント値iを行番号mbに代入する。数式4の探索により、図10に示すように、行番号mbのLmb行が、部分指定箇所に係る相対座標に対応する指定要素EmbnbのY軸方向の存在箇所であることことがわかる。
 次いで、ステップS26-5において、逆変換部53は、第2要素情報取得部49により取得した要素情報のうち各行の高さと、ステップS26-4で取得した指定要素Embnbに係る行番号mbとに基づいて、次の数式5が成立するY軸方向の座標成分qbを計算により求める。
Figure JPOXMLDOC01-appb-M000005
 Lmb行目の直前に位置するLmb-1行目に属する要素のうち末尾(最も右側)の要素は、基準要素E00から数えて数式6で表されるR個目の要素である。すなわち、ステップS26-4で取得した指定要素に係る行番号mbの値と各行の高さとを数式6に代入することにより、Lmb-1行目に属する要素のうち末尾(最も右側)の要素に関し、基準要素E00からの順序情報(基準要素から所定の順序に従う順路に存する要素の数を積算した累積数)を求めることができる。
Figure JPOXMLDOC01-appb-M000006
 次に、ステップS26-6において、逆変換部53は、指定要素に係る順序情報であるインデックス情報“N”と、Lmb-1行目に属する要素のうち末尾の要素の順序情報“R”とに基づいて、行番号mbに存する指定要素に係る列番号nbを、次の数式7により求める。
Figure JPOXMLDOC01-appb-M000007
 ステップS26-7において、逆変換部53は、第2要素情報取得部49により取得した要素情報のうち行番号mbに属する各要素毎の幅wと、ステップS26-6で求めた指定要素に係る列番号nbとに基づいて、次の数式8が成立するX軸方向の座標成分pbを計算により求める。
Figure JPOXMLDOC01-appb-M000008
 ステップS26-5およびステップS26-7の計算により、指定要素の存在箇所に対応する座標(pb,qb)が算出されたら、逆変換部53は、図12に示す一連の処理の流れを終了させて、処理の流れを図11のステップS27へと戻す。ステップS27において、表示制御部55は、図10に示すように、表示側レンダリング部47により構築されたページを、逆変換部53により取得した指定要素Embnbの存在箇所に対応する座標(pb,qb)に基づく位置に付箋等のメタ情報を付加して表示させる。これにより、メタ情報付きページが表示部43のウィンドウ内に表示される。
(本実施形態に係るメタ情報表示システム11の作用効果)
 次に、本実施形態に係るメタ情報表示システム11の作用効果について、図13~図15を参照して説明する。図13A,図13Bは、複数の要素として文字列を採用したときの、本実施形態の実施例1に係るメタ情報表示システム11の作用効果を表す説明図である。図14A,図14Bは、複数の要素として静止画像を採用したときの、本実施形態の実施例2に係るメタ情報表示システム11の作用効果を表す説明図である。図15A,図15Bは、複数の要素として文字列および静止画像の組み合わせを採用したときの、本実施形態の実施例3に係るメタ情報表示システム11の作用効果を表す説明図である。
 本実施形態の実施例1では、図13Aに示すように、メタ情報付加装置13を用いて、A~Oの15個の文字列要素を順次並べたページのうち、先頭から14番目の文字要素Nの部分を指定してメタ情報としてのコメント付の付箋を付加している。一方、図13Bに示すように、メタ情報表示制御装置15を用いて、指定部分にメタ情報としてのコメント付の付箋が付加されたページを構築して表示している。
 本実施形態の実施例1では、メタ情報付加装置13のインデックス情報記憶部35は、図13Aに示すように、指定要素の先頭からの順序が“14番目”である旨、およびその指定要素が存在するページのID(例えばURI等の識別情報、以下同様)をインデックス情報として記憶する。
 一方、メタ情報表示制御装置15の表示制御部55は、図13Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素Nの位置に、メタ情報としてのコメント付の付箋を付加したページを正確に表示する。これは、指定要素に係る相対座標が変動しても、それぞれの文字列要素の数およびその順序はそのまま維持されるからである。
 本実施形態の実施例2では、図14Aに示すように、メタ情報付加装置13を用いて、P1~P6の6個の画像要素を順次並べたページのうち、先頭から5番目の画像要素P5の部分を指定してメタ情報としてのコメント付の付箋を付加している。一方、図14Bに示すように、メタ情報表示制御装置15を用いて、指定部分にメタ情報としてのコメント付の付箋が付加されたページを構築して表示している。
 本実施形態の実施例2では、メタ情報付加装置13のインデックス情報記憶部35は、図14Aに示すように、指定要素の先頭からの順序が“5番目”である旨、およびその指定要素が存在するページのIDをインデックス情報として記憶する。
 一方、メタ情報表示制御装置15の表示制御部55は、図14Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素P5の位置に、メタ情報としてのコメント付の付箋を付加したページを正確に表示する。これは、実施例1と同様に、指定要素に係る相対座標が変動しても、それぞれの画像要素の数およびその順序はそのまま維持されるからである。
 本実施形態の実施例3では、図15Aに示すように、メタ情報付加装置13を用いて、文字列要素ABC、画像要素P1~P3、文字列要素DEF、および画像要素P4の組み合わせに係る複数の要素を順次並べたページのうち、先頭から10番目の画像要素P4の部分を指定してメタ情報としてのコメント付の付箋を付加している。一方、図15Bに示すように、メタ情報表示制御装置15を用いて、指定部分にメタ情報としてのコメント付の付箋が付加されたページを構築して表示している。
 本実施形態の実施例3では、メタ情報付加装置13のインデックス情報記憶部35は、図15Aに示すように、指定要素の先頭からの順序が“10番目”である旨、およびその指定要素が存在するページのIDをインデックス情報として記憶する。
 一方、メタ情報表示制御装置15の表示制御部55は、図15Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素P4の位置に、メタ情報としてのコメント付の付箋を付加したページを正確に表示する。これは、実施例1または2と同様に、指定要素に係る相対座標が変動しても、それぞれの要素の数およびその順序はそのまま維持されるからである。
 以上説明したように、本実施形態に係るメタ情報付加装置13によって具現化された部分指定装置および部分指定プログラムによれば、ユーザー側の表示環境が変動した場合でも、指定部分に対する付箋等の表示の位置ずれが生じる事態をなくすことができる。その結果、ユーザー側の表示環境の如何にかかわらず、指定部分に対する付箋等の表示の位置ずれがないページの情報共有を図ることができる。また、仮に複数の部分指定箇所が存在する場合は、それぞれの指定要素に対して固有のインデックス情報を関連付けるため、同一の要素がページ内に共存する場合でも、ページ内の部分の指定を一意に行うことができる。
 さらに、本実施形態に係るメタ情報表示システム11によれば、情報交換の対象がぶれることなく、ページの情報を共有することができるので、対象についての活発な情報交換を促すことにより、有益な情報交換の場を提供することができる。
 また、本実施形態に係るメタ情報表示システム11では、表示側レンダリング部47により構築されたページをページ表示レイヤ43aに、コメント付き付箋等のメタ情報43cをメタ情報表示レイヤ43bにそれぞれ振り分けて、ページ表示レイヤ43aに対し、メタ情報表示レイヤ43bを重ね合わせて表示させている。従って、例えば、ある特定のメタ情報付加箇所に対し、複数の付箋等のメタ情報を付加したいという要望が生じた場合でも、そのための特段の改良を要さずに、この要望に応えることができる。メタ情報表示レイヤ43bは、ページ表示レイヤ43aと同様の独立したページであり、その数は特に制限されないからである。
 なお、メタ情報表示レイヤ43b中の付箋に付加されたコメントのうち任意の指定部分に、さらに付箋等のメタ情報を付加することもできる。メタ情報表示レイヤ43b中の付箋に付加されたコメントにさらに付箋を付加したメタ情報表示レイヤも、ページ表示レイヤ43aと同様の独立したページだからである。
 この変形例は、下記の要領で実施すればよい。すなわち、この変形例に係る“メタ情報表示レイヤ43b中の付箋”を、本実施形態の“ページ”に置き換える。また、変形例に係る“メタ情報表示レイヤ43b中の付箋に付加されたコメント”を、本実施形態の“複数の要素”に置き換える。さらに、変形例に係る“メタ情報表示レイヤ43b中の付箋に付加されたコメントのうち先頭に位置する文字列要素”を、本実施形態の“ウィンドウ内の基準要素”に置き換える。以下では、本実施形態の“ページ”を親ページと呼び、変形例に係る“ページ”を子ページと呼ぶ。
 こうして“付箋”を“子ページ”に置き換える変形例のケースでは、子ページ中の部分指定箇所に係る相対座標の原点として、いかなる座標値を採用すべきかが問題となる。この点、子ページの左上隅等の原点は、親ページ中の部分指定箇所の相対座標に対して所定の規則に従う相対位置に位置決めされている。従って、親ページの部分指定箇所の相対座標に対する関数(所定の規則)を用いて表現される子ページの原点を、子ページ中の部分指定箇所に係る相対座標の原点として取り扱えばよい。
 このように、メタ情報表示レイヤ43b中の付箋に付加されたコメントのうち任意の部分指定を行う変形例を、“付箋”を“ページ”に置き換えるなどの適宜の改変を施すことにより、本実施形態の技術的思想をそのまま用いて実施することができる。
 さらに、本実施形態に係るメタ情報表示システム11では、メタ情報付加装置13は、指定要素に係るインデックス情報をコンテンツサーバー19に送出する一方、メタ情報表示制御装置15は、指定要素に係るインデックス情報をコンテンツサーバー19を介して取得している。この場合、ピアツーピアにより両装置13,15間で指定要素に係るインデックス情報を交換する場合と比べて、情報共有の規模を容易に拡大することができる。
 しかも、本実施形態に係るメタ情報表示システム11では、指定要素に係るインデックス情報は、指定要素が存在するページの識別情報を含むので、あるページと、このページに関連する指定要素に係るインデックス情報とを確実に紐付けて管理することができる。また、“指定要素に係るインデックス情報”とは、ある指定要素に関係付けられたインデックス情報を意味する。従って、あるページの中に複数のメタ情報付加箇所(指定要素の存在箇所)が存在する場合でも、これらを混同させることなく、それぞれの箇所に対応するインデックス情報を確実に紐付けて管理することができる。
 以上説明した本実施形態は、本発明の具現化例を示したものである。従って、これらによって本発明の技術的範囲が限定的に解釈されることがあってはならない。本発明はその要旨またはその主要な特徴から逸脱することなく、様々な形態で実施することができるからである。
 例えば、本実施形態において、ウィンドウ内の所定の基準に位置する基準要素から、指定要素の存在箇所に至るための所定の順序に従う順路に存する全ての要素の数の累積値を求める例をあげて説明したが、本発明はこの例に限定されない。例えば、複数の要素が文字列のみからなる場合に、指定要素の存在箇所に至るための所定の順序に従う順路に存する要素を間引いて累積値を求める変形例も、本発明の技術的範囲の射程に包含される。
 この変形例について、図面を参照して説明する。図16A,図16Bは、本実施形態の変形例1に係るメタ情報表示システムの作用効果を表す説明図である。図16Aに例示するように、アルファベット文字列からなる都合21個の文字列要素を順次並べたページのうち、先頭から17番目の文字要素Cの部分を指定してメタ情報としての付箋を付加するものとする。この場合、本実施形態の変形例1では、指定要素Cの存在箇所に至るための所定の順序に従う順路に存する“C”以外の文字要素を間引いて累積値を求める。なお、部分指定箇所に対応する指定要素の文字内容は、公知の手順を用いて、部分指定箇所に係る相対座標およびページの情報などに基づいて取得すればよい。
 仮に、図16Aに示すように、この文字列要素において文字要素“C”の文字検索を行った結果、文字要素“C”が3つあり、先頭から17番目の文字要素Cは、その序列が三番目であるとする。この場合、メタ情報付加装置13のインデックス情報記憶部35は、図16Aに示すように、検索属性としての文字要素“C”と、順序情報としての“3”と、その指定要素が存在するページのIDとをインデックス情報として記憶する。一方、図16Bに示すように、メタ情報表示制御装置15では、指定部分C_3にメタ情報が付加されたページを構築して表示する。
 本実施形態の変形例1では、図16Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素C_3の位置にメタ情報を付加したページを正確に表示する。これは、部分指定箇所に係る相対座標が変動しても、間引きのルールはメタ情報付加装置13とメタ情報表示制御装置15との間で共有されており、かつそれぞれの文字列要素の数およびその順序はそのまま維持されるからである。
 図17A,図17Bは、本実施形態の変形例2に係るメタ情報表示システムの作用効果を表す説明図である。図17Aに例示するように、動画像要素MP1~MP3と、静止画像要素SI1~SI3とを交互に順次並べたページのうち、先頭から5番目の動画像要素MP3の部分を指定してメタ情報としての付箋を付加するものとする。この場合、本実施形態の変形例2では、指定要素MP3の存在箇所に至るための所定の順序に従う順路に存する静止画像要素を間引いて累積値を求める。なお、部分指定箇所に対応する指定要素の種別(静止画像か、動画像かなど)は、公知の手順を用いて、部分指定箇所に係る相対座標およびページの情報などに基づいて取得すればよい。
 仮に、図17Aに示すように、この画像要素において動画像検索を行った結果、動画像が3つあり、先頭から5番目の動画像要素は、その序列が三番目であるとする。この場合、メタ情報付加装置13のインデックス情報記憶部35は、図17Aに示すように、検索属性としての動画像“MP”と、順序情報としての“3”と、その指定要素が存在するページのIDとをインデックス情報として記憶する。一方、図17Bに示すように、メタ情報表示制御装置15では、指定部分MP3にメタ情報が付加されたページを構築して表示する。
 本実施形態の変形例2では、図17Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素MP3の位置にメタ情報を付加したページを正確に表示する。これは、部分指定箇所に係る相対座標が変動しても、間引きのルールはメタ情報付加装置13とメタ情報表示制御装置15との間で共有されており、かつそれぞれの画像要素の数およびその順序はそのまま維持されるからである。
 図18A,図18Bは、本実施形態の変形例3に係るメタ情報表示システムの作用効果を表す説明図である。図18Aに例示するように、文字列要素と画像要素とが混在して並んだページのうち、先頭から10番目の画像要素P4の部分を指定してメタ情報としての付箋を付加するものとする。この場合、本実施形態の変形例3では、指定要素P4の存在箇所に至るための所定の順序に従う順路に存する文字列要素を間引いて累積値を求める。なお、部分指定箇所に対応する指定要素の種別(文字列か、画像かなど)は、公知の手順を用いて、部分指定箇所に係る相対座標およびページの情報などに基づいて取得すればよい。
 仮に、図18Aに示すように、この文字列と画像とが混在した複合要素において画像検索を行った結果、画像が4つあり、先頭から10番目の画像要素は、その序列が四番目であるとする。この場合、メタ情報付加装置13のインデックス情報記憶部35は、図18Aに示すように、検索属性としての画像“P”と、順序情報としての“4”と、その指定要素が存在するページのIDとをインデックス情報として記憶する。一方、図18Bに示すように、メタ情報表示制御装置15では、指定部分P4にメタ情報が付加されたページを構築して表示する。
 本実施形態の変形例3では、図18Bに示すように、第1情報処理装置12側のウィンドウに比べて幅方向のサイズが6割程度と狭いウィンドウであるにも拘らず、指定部分に対応する指定要素P4の位置にメタ情報を付加したページを正確に表示する。これは、部分指定箇所に係る相対座標が変動しても、間引きのルールはメタ情報付加装置13とメタ情報表示制御装置15との間で共有されており、かつそれぞれの複合要素の数およびその順序はそのまま維持されるからである。
 また、本実施形態において、変換部33は、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する例をあげて説明したが、本発明はこの例に限定されない。例えば、本発明に係るインデックス情報を、指定要素の順序以外の態様にさらに変換し、こうして変換したインデックス情報を、メタ情報付加装置13とメタ情報表示制御装置15との間で共有するようにしてもよい。この場合の実施形態は、部分指定箇所に係る相対座標を、複数の要素のなかでの部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する技術的事項を利用する点で、本発明の技術的範囲の射程に包含される。なお、指定要素の順序以外の態様のインデックス情報としては、例えば、複数の要素毎に固有の幅方向サイズまたはバイト数を積算した累積値などを適宜採用することができる。
 さらに、本実施形態において、ウィンドウ内の基準として、ウィンドウの左上隅を例示して説明したが、本発明はこの例に限定されない。ウィンドウ内の基準としては、ウィンドウの右上隅、右下隅、左下隅、または相互に隣接する隅部間の部位など、いかなる部位を採用してもよい。
 さらに、本実施形態において、固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べるためのアルゴリズムとして、ページの左上隅を基準として、同じ行では左から右へ、異なる行間では上から下へと順次並べるアルゴリズムを例示して説明したが、本発明はこの例に限定されない。例えば、ページの左上隅を基準として、奇数行では左から右へ、偶数行では右から左へ、異なる行間では上から下へと順次並べるアルゴリズムを採用してもよい。
 また、例えば、ページの右上隅を基準として、同じ行では右から左へ、異なる行間では上から下へと順次並べるアルゴリズムを採用してもよい。さらに、ページの右下隅を基準として、同じ行では右から左へ、異なる行間では下から上へと順次並べるアルゴリズムを採用してもよい。さらに、ページの左下隅を基準として、同じ行では左から右へ、異なる行間では下から上へと順次並べるアルゴリズムを採用してもよい。
 さらにまた、本実施形態において、固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べるためのアルゴリズムとして、ページの左上隅を基準として、主走査方向として高さ方向(列方向)を、副走査方向として幅方向(行方向)をそれぞれ用いて、複数の要素を順次並べるアルゴリズムを例示して説明したが、本発明はこの例に限定されない。
 例えば、ページの左上隅を基準として、第1および第2実施形態とは逆に、主走査方向として幅方向(行方向)を、副走査方向として高さ方向(列方向)をそれぞれ用いて、複数の要素を順次並べるアルゴリズムを採用してもよい。この場合、本実施形態の説明中、ウィンドウの“幅方向サイズ”を“高さ方向サイズ”に置換し、複数の要素毎の“幅”と“高さ”を相互に置換し、さらに行と列を相互に置換して読み替えることにより、この変形例に係る実施態様を、本発明の技術思想をそのまま用いて実現することができる。
 また、本実施形態において、コンテンツサーバー19を介してメタ情報付加装置13からメタ情報表示制御装置15にインデックス情報を渡す例をあげて説明したが、本発明はこの例に限定されない。ピアツーピアでメタ情報付加装置13からメタ情報表示制御装置15にインデックス情報を渡す実施形態も、本発明の技術的範囲の射程に包含される。
 さらに、本実施形態のメタ情報表示システム11において、説明の便宜上、メタ情報付加装置13とメタ情報表示制御装置15とを独立したものとして分けて説明したが、本発明はこの例に限定されない。実際の利用態様を考慮すると、本発明は、メタ情報付加機能およびメタ情報表示制御機能を併せ持つスタンドアロンのクライアント端末により具現化するのが好ましい。ページ内の指定部分へのメタ情報の付加による情報共有を双方向で図るには、メタ情報付加機能およびメタ情報表示制御機能を併せ持つことが必要だからである。ただし、ページ内の指定部分へのメタ情報の付加による情報の発信または受信のうちいずれか一方のみを求める場合は、本発明を、メタ情報付加機能のみまたはメタ情報表示制御機能のみを有するクライアント端末により具現化すればよい。
 また、複数のクライアント端末間でメタ情報を共有する用途ではなく、1台のクライアント端末をスタンドアロンで使用する用途の場合にも、ウィンドウサイズなどの閲覧環境が変わることがある。そのような利用態様を考慮しても、1台のクライアント端末がメタ情報付加機能およびメタ情報表示制御機能を併せ持つのが好ましい。
 さらに、本実施形態中、複数の要素毎の幅および高さが均等に揃っている例をあげて説明したが、本発明はこの例に限定されない。複数の要素毎の幅および高さを不均等にした場合でも、この変形例に係る実施態様を、本発明の技術思想をそのまま用いて実現することができる。
 また、本実施形態において、指定要素に係るインデックス情報は、それに対応するメタ情報と共にコンテンツサーバー19に送出され、これを受けてコンテンツサーバー19は、指定要素に係るインデックス情報およびメタ情報を、その指定要素が存在するページの識別情報に関連付けて記憶する態様を例示して説明したが、本発明はこの例に限定されない。ある指定要素に係るインデックス情報およびメタ情報を、その指定要素が存在するページの識別情報に関連付けて、それぞれ別個のサーバーに記憶させてもよい。
 本発明は、例えば、Webページや電子書籍などのページ内の指定部分にメタ情報を付加して表示する用途に利用することができる。

Claims (9)

  1.  固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報と、前記ページを表示するためのウィンドウのサイズとに基づいて、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを構築する機能を有する情報処理装置に用いられる部分指定装置であって、
     前記複数の要素に関するサイズを含む要素情報をそれぞれ取得する要素情報取得部と、
     前記ウィンドウ内において設定された部分指定箇所に係る相対座標を取得する座標取得部と、
     前記要素情報取得部により取得した要素情報と、前記座標取得部により取得した前記部分指定箇所に係る相対座標とに基づいて、前記部分指定箇所に係る相対座標を、前記複数の要素のなかでの前記部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する変換部と、
     前記変換部により変換されたインデックス情報を記憶するインデックス情報記憶部と、
     を備えたことを特徴とする部分指定装置。
  2. 請求項1記載の部分指定装置であって、
     前記変換部は、前記ウィンドウ内の所定の基準に位置する基準要素から、前記指定要素の存在箇所に至るための前記所定の順序に従う順路に存する要素の数の累積値を求めるとともに、前記求めた累積値を前記インデックス情報とする、
     ことを特徴とする部分指定装置。
  3. 請求項2記載の部分指定装置であって、
     前記複数の要素は、幅方向に連続して展開されて、前記ウィンドウの幅方向サイズを超えた場合は折り返して高さ方向に改行されるように前記ウィンドウ内にレイアウトされ、
     前記要素情報取得部は、前記ウィンドウ内にレイアウトされた前記複数の要素についての各行の高さおよび各行に属する要素の数を含む要素情報をそれぞれ取得し、
     前記変換部は、前記各行の高さと、前記座標取得部により取得した前記部分指定箇所に係る相対座標とに基づいて、前記基準要素が属する行から前記指定要素の存在箇所に対応する行の直前の行までの、前記各行に属する要素の数を積算するとともに、前記指定要素の存在箇所に対応する行の先頭の列から前記指定要素の存在箇所に対応する列までの、当該行に属する要素の数を積算することにより、前記要素の数の累積値を求める、
     ことを特徴とする部分指定装置。
  4. 固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報と、前記ページを表示するためのウィンドウのサイズとに基づいて、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを構築する機能を有する情報処理装置にインストールされ、前記ウィンドウ内における部分の指定を行う際に用いられる部分指定プログラムであって、
     前記複数の要素に関するサイズを含む要素情報をそれぞれ取得する手順と、
     前記ウィンドウ内において設定された部分指定箇所に係る相対座標を取得する手順と、
     前記取得した要素情報と、前記取得した部分指定箇所に係る相対座標とに基づいて、前記部分指定箇所に係る相対座標を、前記複数の要素のなかでの前記部分指定箇所に対応する指定要素の順序を表すインデックス情報に変換する手順と、
     前記変換されたインデックス情報を記憶する手順と、
     をコンピューターに実行させる、
     ことを特徴とするコンピューター読み取り可能な部分指定プログラム。
  5. 請求項4記載の部分指定プログラムを記録した
     ことを特徴とするコンピューター読み取り可能な記録媒体。
  6. 固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報と、前記ページを表示するためのウィンドウのサイズとに基づいて、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを構築して表示する機能を有する情報処理装置に用いられ、前記ページ内の部分を指定して付加されたメタ情報の表示を制御するメタ情報表示制御装置であって、
     前記複数の要素に関するサイズを含む要素情報をそれぞれ取得する第2要素情報取得部と、
     前記メタ情報の付加箇所に対応する指定要素に関する前記複数の要素のなかでの順序により前記ページ内での前記指定要素の存在箇所を表すインデックス情報を取得するインデックス情報取得部と、
     前記第2要素情報取得部により取得した要素情報と、前記インデックス情報取得部により取得したインデックス情報とに基づいて、前記インデックス情報を、前記指定要素の存在箇所に対応する座標に逆変換する逆変換部と、
     前記逆変換部により逆変換された指定要素の存在箇所に対応する座標に基づく前記ページ内の位置に前記メタ情報を表示させる制御を行う表示制御部と、
     を備えたことを特徴とするメタ情報表示制御装置。
  7. 請求項6記載のメタ情報表示制御装置であって、
     前記表示制御部は、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを表示させるページ表示レイヤに対して、前記メタ情報を表示させるメタ情報表示レイヤを重ね合わせて表示させる、
     ことを特徴とするメタ情報表示制御装置。
  8. 固有の高さおよび幅をそれぞれが有する複数の要素を所定の順序で並べてなるページの情報と、前記ページを表示するためのウィンドウのサイズとに基づいて、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを構築して表示する機能を有する情報処理装置に用いられ、前記ページ内の部分を指定してメタ情報を付加するメタ情報付加装置および当該メタ情報付加装置により付加された前記メタ情報の前記ページ内における表示を制御するメタ情報表示制御装置を備えるメタ情報表示システムであって、
     前記メタ情報付加装置は、
     前記複数の要素に関するサイズを含む要素情報をそれぞれ取得する第1要素情報取得部と、
     前記ウィンドウ内において設定されたメタ情報付加箇所に係る相対座標を取得する座標取得部と、
     前記第1要素情報取得部により取得した要素情報と、前記座標取得部により取得した前記メタ情報付加箇所に係る相対座標とに基づいて、前記メタ情報付加箇所に係る相対座標を、前記複数の要素のなかでの前記メタ情報付加箇所に対応する指定要素の順序を表すインデックス情報に変換する変換部と、
     前記変換部により変換されたインデックス情報を記憶するインデックス情報記憶部と、を備える一方、
     前記メタ情報表示制御装置は、
     前記複数の要素に関するサイズを含む要素情報をそれぞれ取得する第2要素情報取得部と、
     前記指定要素に係るインデックス情報を、前記メタ情報付加装置の前記インデックス情報記憶部から取得するインデックス情報取得部と、
     前記第2要素情報取得部により取得した要素情報と、前記インデックス情報取得部により取得した指定要素に係るインデックス情報とに基づいて、前記ページ内での前記指定要素の存在箇所を表すインデックス情報を、前記指定要素の存在箇所に対応する座標に逆変換する逆変換部と、
     前記逆変換部により逆変換された指定要素の存在箇所に対応する座標に基づく前記ページ内の位置に前記メタ情報を表示させる制御を行う表示制御部と、
     を備えたことを特徴とするメタ情報表示システム。
  9. 請求項8記載のメタ情報表示システムであって、
     前記メタ情報表示制御装置の前記表示制御部は、前記ウィンドウ内における行および列の二次元方向に前記複数の要素を展開してレイアウトしたページを表示させるページ表示レイヤに対して、前記メタ情報を表示させるメタ情報表示レイヤを重ね合わせて表示させる、
     ことを特徴とするメタ情報表示システム。
PCT/JP2010/067261 2010-10-01 2010-10-01 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム WO2012042669A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
PCT/JP2010/067261 WO2012042669A1 (ja) 2010-10-01 2010-10-01 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム
JP2012536129A JP5814926B2 (ja) 2010-10-01 2010-10-01 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/JP2010/067261 WO2012042669A1 (ja) 2010-10-01 2010-10-01 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム

Publications (1)

Publication Number Publication Date
WO2012042669A1 true WO2012042669A1 (ja) 2012-04-05

Family

ID=45892173

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2010/067261 WO2012042669A1 (ja) 2010-10-01 2010-10-01 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム

Country Status (2)

Country Link
JP (1) JP5814926B2 (ja)
WO (1) WO2012042669A1 (ja)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104346463A (zh) * 2014-11-07 2015-02-11 北京奇虎科技有限公司 一种页面标签的加载方法、装置和浏览器客户端
CN106599427A (zh) * 2016-12-06 2017-04-26 哈尔滨工程大学 一种基于贝叶斯理论和气垫船姿态信息的海浪信息预测方法

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009037362A (ja) * 2007-07-31 2009-02-19 Canon Software Inc 帳票システムおよび帳票システムの制御方法およびプログラムおよび記録媒体
JP2009140020A (ja) * 2007-12-03 2009-06-25 Fujitsu Ltd アノテーションプログラム、アノテーション装置及びアノテーション方法

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009037362A (ja) * 2007-07-31 2009-02-19 Canon Software Inc 帳票システムおよび帳票システムの制御方法およびプログラムおよび記録媒体
JP2009140020A (ja) * 2007-12-03 2009-06-25 Fujitsu Ltd アノテーションプログラム、アノテーション装置及びアノテーション方法

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104346463A (zh) * 2014-11-07 2015-02-11 北京奇虎科技有限公司 一种页面标签的加载方法、装置和浏览器客户端
CN106599427A (zh) * 2016-12-06 2017-04-26 哈尔滨工程大学 一种基于贝叶斯理论和气垫船姿态信息的海浪信息预测方法

Also Published As

Publication number Publication date
JP5814926B2 (ja) 2015-11-17
JPWO2012042669A1 (ja) 2014-02-03

Similar Documents

Publication Publication Date Title
US10387524B2 (en) System and method for managing objects using an object map
JP5157682B2 (ja) 情報処理装置、画像形成装置、操作画面変更方法、操作画面変更プログラムおよび記憶媒体
JP4552005B2 (ja) 電子新聞表示装置
US20070279437A1 (en) Method and apparatus for displaying document image, and information processing device
JP5848538B2 (ja) 情報処理システム、情報処理装置、出力装置、および情報処理方法
US20190012303A1 (en) Information processing apparatus, information processing system, and non-transitory computer readable medium
JP2012230623A (ja) 文書ファイル表示装置、方法およびプログラム
JP2020145659A (ja) フォトアルバム作成システム、フォトアルバム作成方法、およびプログラム
JP5814926B2 (ja) 部分指定装置、部分指定プログラム、メタ情報表示制御装置、およびメタ情報表示システム
JP2010049158A (ja) 画像処理装置
JP2009284070A (ja) 画像閲覧装置およびプログラム
US20120060084A1 (en) Information processing device, program, and information processing method
JP5926844B2 (ja) 部分指定装置、部分指定プログラムおよび記録媒体
JP5375860B2 (ja) 文書表示システム、文書表示装置およびコンピュータプログラム
JP2014056612A (ja) 閲覧制御装置、閲覧制御方法および閲覧制御プログラム
JP2009169596A (ja) 家系図画像生成装置、家系図画像生成方法、及びプログラム
JP3805995B2 (ja) インターネットを利用した広告提供方法、広告提供処理装置及び広告提供処理プログラム
JP6038828B2 (ja) 電子機器およびデータ管理プログラム
JP4191670B2 (ja) データファイル管理装置、データファイル管理の処理方法およびプログラム
JP2010044498A (ja) 画像処理装置
JP2006209730A (ja) データファイル管理装置、データファイル管理方法、およびプログラム
JP6882715B2 (ja) コンピュータプログラム、および、画像処理装置
JP2006185320A (ja) 画像検索装置
JP6897812B2 (ja) 帳票閲覧装置
KR20180002936A (ko) 위치정보 관리 장치 및 위치정보 관리 방법

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10857882

Country of ref document: EP

Kind code of ref document: A1

ENP Entry into the national phase

Ref document number: 2012536129

Country of ref document: JP

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 19/07/2013)

122 Ep: pct application non-entry in european phase

Ref document number: 10857882

Country of ref document: EP

Kind code of ref document: A1