et al. 이란 무엇인가

논문2 2009. 10. 14. 23:31
Latin Translation Notes
et alii (et al.) 'and others' Used similarly to et cetera ('and the rest'), to stand for a list of names. Alii is actually masculine, so it can be used for men, or groups of men and women; the feminine, et aliae (or et aliæ), is appropriate when the 'others' are all female. Et alia is neuter plural and thus properly used only for inanimate, genderless objects, but some use it as a gender-neutral alternative.[1] APA style uses et al. if the work cited was written by more than six authors; MLA style uses et al. for more than three authors.
라틴어에서 나온 말로 이름 목록들을 대신하기 위해 '그리고 나머지' '그 외' 정도로 쓰인다.  Alii 는 실제로 남자들을 나타내거나 남자와 여자의 그룹들을 나타낸다. 나머지 모두가 여자일 때는 et aliae 라고 쓰는 것이 알맞다. et alia는 복수이며 중성을 나타내므로 무생물이나 성의 구분이 없는 사물에 쓰여야 알맞지만, 일부 사람들은 성적 중립을 나타내기 위한 대안으로도 쓴다. APA styleet al.을 저자가 6명 이상 인용되 었을 때 쓰고 MLA style 은 et al.을 저자가 3명 이상일 때 사용한다.
Posted by 강부자아들
,

We've added to ChartServer a few chart types to let you easily draw advanced map pins. You can use these with the Google Maps API to add pins to your maps, or for any other application. The rotated map pins can be useful for indicating clusters of locations.

ChartServer에 지도 마커의 핀 이미지를 그리게 하는 몇 가지 차트 타입을 추가해 왔다. 이것들을 통하여 Google Maps API를 이용한 지도나, 다른 어떤 어플리케이션에 핀 이미지를 추가할 수 있다. 기울여진 맵 핀은 장소들의 클러스터링 된 것을 인지시켜줄 때 유용하다.

Standard map pin with a letter inside

글씨가 들어가 있는 기본적인 맵 핀

 

To get a standard map pin with a letter inside, use an URL like

http://www.google.com/chart?chst=d_map_pin_letter&chld=A|FF0000|000000 

The chld URL argument contains several components separated by "|". The meaning of each component is:

chld URL인자는 "|"로 분리된 여러 개의 인자를 포함한다. 각각의 컴포넌트의 의미는 다음과 같다.

  1. letter to put in the map pin, for example A, b, or 9. This must be in UTF-8, and then URL-escaped, so, for example, to get a space you must type +, to get a plus sign you must type %2B, to get љ you must type %D1%99, and to get 駅 you must type %E9%A7%85.
    맵 핀에 넣어질 글씨  A, b, 또는 9. 이것은 반드시 UTF-8로 인코딩 되어야 하고, URL-escape되어져야 한다. 따라서 예를 들면 공백을 넣으려면 + 를 타이핑해라, 플러스 기호를 얻으려면  %2B,  љ 는 %D1%99,  駅 는 %E9%A7%85를 타이핑 해라.
    이 그림과 같이 a와 공백 그리고  +를 넣으려면
    http://www.google.com/chart?chst=d_map_pin_letter&chld=a+%2B|FF0000|000000
  2. pin fill color, as a 6-digit hexadecimal number, for example 000000 for black, FF0000 for red, FFFFFF for white, or FFFF00 for yellow.
    핀을 채울 컬러. 6자리 핵사 코드 
  3. text color, also as a 6-digit hexadecimal number.
    글자의 색깔, 6자리 핵사 코드

Standard map pin with an icon inside
아이콘이 들어가 있는 기본 맵 핀

To get a standard map pin with an icon inside, use an URL like
아이콘이 들어가 있는 기본 맵 핀을 얻으려면 URL을 다음과 같이 사용해라.

http://www.google.com/chart?chst=d_map_pin_icon&chld=home|FFFF00

The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는

  1. icon to put in the map pin. See here for the list of valid icon names.
    맵 핀에 넣을 icon . 여기에 가능한 아이콘 이름 리스트가 있다.
  2. pin fill color, as a 6-digit hexadecimal number, for example 000000 for black, FF0000 for red, FFFFFF for white, or FFFF00 for yellow.
    핀을 채울 컬러. 6자리 핵사 코드

Map pin with advanced shape and a letter inside
문자와 추가 쉐이프를 가진 맵핀

To get a map pin with an advanced shape and a letter inside, use an URL like
문자와 추가 쉐이프를 가진 맵핀을 생성하는 URL은 다음과 같다.

http://www.google.com/chart?chst=d_map_xpin_letter&chld=pin_star|A|00FFFF|000000|FF0000

The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는

  1. shape to use for the map pin. The valid shape names are: pin for a normal pin, pin_star for a pin with a star, pin_sleft for a left-leaning pin, and pin_sright for a right-leaning pin.
    맵핀에 사용되어질 shape. 가능한 쉐이프 이름은 pin 기본 핀, pin_star 별모양 핀, pin_sleft 왼쪽으로 기울여진 핀,  pin_sright 오른쪽으로 기울여진 핀.
  2. letter to put in the map pin, for example A, b, or 9. This must be in UTF-8, and then URL-escaped, so, for example, to get a space you must type +, to get a plus sign you must type %2B, to get љ you must type %D1%99, and to get 駅 you must type %E9%A7%85.
    맵 핀에 넣어질 글씨  A, b, 또는 9. 이것은 반드시 UTF-8로 인코딩 되어야 하고, URL-escape되어져야 한다. 따라서 예를 들면 공백을 넣으려면 + 를 타이핑해라, 플러스 기호를 얻으려면  %2B,  љ 는 %D1%99,  駅 는 %E9%A7%85를 타이핑 해라
  3. pin fill color, as a 6-digit hexadecimal number, for example 000000 for black, FF0000 for red, FFFFFF for white, or FFFF00 for yellow.
    핀을 채울 컬러. 6자리 핵사 코드 
  4. text color, also as a 6-digit hexadecimal number.
    문자를 채울 컬러. 6자리 핵사 코드 
  5. star fill color, also as a 6-digit hexadecimal number. This is only used for the pin_star pin shape. For other shapes, just use 0.
    별 모양을 채울 컬러, 6자리 핵사 코드. 이것은  핀 모양 옵션이 pin_star 일 때만 사용, 다른 모양을 위해서는 그냥  0을 사용

Map pin with advanced shape and an icon inside
추가 쉐이프와 아이콘을 가진 맵핀

To get a map pin with an advanced shape and a letter inside, use an URL like
추가 쉐이프와 글자를 가진 맵 핀을 생성하려면 URL은 다음과 같다.

http://www.google.com/chart?chst=d_map_xpin_icon&chld=pin_star|home|00FFFF|FF0000

The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는

  1. shape to use for the map pin. The valid shape names are: pin for a normal pin, pin_star for a pin with a star, pin_sleft for a left-leaning pin, and pin_sright for a right-leaning pin.
    맵핀에 사용되어질 shape. 가능한 쉐이프 이름은 pin 기본 핀, pin_star 별모양 핀, pin_sleft 왼쪽으로 기울여진 핀,  pin_sright 오른쪽으로 기울여진 핀. 
  2. icon to put in the map pin. See here for the list of valid icon names.
    맵 핀에 넣을 icon . 여기에 가능한 아이콘 이름 리스트가 있다. 
  3. pin fill color, as a 6-digit hexadecimal number, for example 000000 for black, FF0000 for red, FFFFFF for white, or FFFF00 for yellow.
    핀을 채울 컬러. 6자리 핵사 코드
  4. star fill color, also as a 6-digit hexadecimal number. This is only used for the pin_star pin shape. For other shapes, just use 0.
    별 모양을 채울 컬러, 6자리 핵사 코드. 이것은  핀 모양 옵션이 pin_star 일 때만 사용, 다른 모양을 위해서는 그냥  0을 사용

Map pin with text inside, scaling, and rotation
텍스트와 , 스케일, 회전각을 가진 맵핀

To get a map pin with text inside, scaling, and rotation, use an URL like
텍스트오 , 스케일, 회전각을 가진 맵 핀을 얻으려면 URL은 다음과 같다.

http://www.google.com/chart?chst=d_map_spin&chld=1.2|30|FFFF88|10|_|foo|bar

The chld URL argument contains several components separated by "|". The meaning of each component is:
chld URL 인자는 "|"로 분리된 몇개의 인자를 포한한다. 각각의 컴포넌트의 의미는

  1. scale factor for the map pin. A positive decimal number; the larger it is, the larger the map pin will be. For example, 0.5, 1, or 2.2. 스케일 값이 0.5 이면 스케일 되지 않은 핀의 will give you a map pin of the same size as the non-scaled pins, in case you only want to have rotation.
    맵 핀을 위한 scale factor . 양수의 decimal 숫자. 숫자가 클수록 맵 핀이 커질 것이다. 예를 들어 0.5, 12.2. scale factor 0.5  값은 스케일 되지 않은 기본 핀의 크기와 같다.(1이 아니라는 것을 주의 ), 이 때는 단지 너가 회전만을 원한다고 생각한다.
  2. rotation for the map pin, in degrees, counting counter-clockwise; you can use negative or positive numbers. For example, 30, -45, or 270. If you don't want any rotation, use 0.
    맵 핀의  rotation , 각도 단위, 반시계 방향. 양수 음수 모두 사용가능. 예를 들면  30, -45, or 270. 회전각을 원하지 않으면 0을 사용. 
  3. pin fill color, as a 6-digit hexadecimal number, for example 000000 for black, FF0000 for red, FFFFFF for white, or FFFF00 for yellow.
    핀을 채울 컬러. 6자리 핵사 코드
  4. font size for the text in the map pin, in pixels. For example, 10, 12, or 16.
    맵 핀의 font size . 예를 들어 10, 1216.
  5. font style for the text in the map pin: _ for normal text and b for boldface.
    맵 핀 텍스트의 font style: _ 는 기본 텍스트 b 는 굵은 글씨체.  
  6. text, one or more "|"-separated component in the URL. Each component will be written as a different line, from top to bottom. Each component must be in UTF-8, and then URL-escaped, so, for example, to get a space you must type +, to get a plus sign you must type %2B, to get љ you must type %D1%99, and to get 駅 you must type %E9%A7%85.
    맵 핀에 넣어질 글씨  A, b, 또는 9. 이것은 반드시 UTF-8로 인코딩 되어야 하고, URL-escape되어져야 한다. 따라서 예를 들면 공백을 넣으려면 + 를 타이핑해라, 플러스 기호를 얻으려면  %2B,  љ 는 %D1%99,  駅 는 %E9%A7%85를 타이핑 해라

Shadow of a map pin
맵 핀의 그림자

If you want to use these images with the Maps API, you will need to be able to draw their shadows, too.
Maps API와 이미지를 사용할 경우, 맵 핀의 그림자도 필요할 것이다. 

Standard map pins
기본 맵 핀

To get the shadow of a standard map pin, i.e. a pin with d_map_pin_letter or d_map_pin_icon, use an URL like
기본 맵핀의 그림자를 얻기 위해서는 , 예를 들어 d_map_pin_letter 혹은 d_map_pin_icon의 URL은 다음과 같다.

http://www.google.com/chart?chst=d_map_pin_shadow

There is no chld URL argument.
chld URL 인자가 없다.

Map pins with an advanced shape

To get the shadow of a map pin with an advanced shape, i.e. a pin with d_map_xpin_letter or d_map_xpin_icon, use an URL like
추가 쉐이프를 가진 맵 핀의 그림자를 얻기 위해서는 , 예를 들어 d_map_xpin_letter 혹은 d_map_xpin_icon,의 URL은 다음과 같다.

http://www.google.com/chart?chst=d_map_xpin_shadow&chld=pin_star

The chld URL argument contains one component:
chld URL 인자는 하나의 컴포넌트를 포함한다.

  1. shape to use for the map pin. The valid shape names are: pin for a normal pin, pin_star for a pin with a star, pin_sleft for a left-leaning pin, and pin_sright for a right-leaning pin.
    맵핀에 사용되어질 shape. 가능한 쉐이프 이름은 pin 기본 핀, pin_star 별모양 핀, pin_sleft 왼쪽으로 기울여진 핀,  pin_sright 오른쪽으로 기울여진 핀. 

Map pins with scaling and rotation

It is not possible to get the shape of a scaled and rotated map pin, i.e. a pin with d_map_spin.

List of valid pin icon names
유효한 핀 아이콘 이름의 목록

These are the icon names that you can use instead of home for the map pins with d_map_pin_icon and d_map_xpin_icon:

WC
WCfemale
WCmale
accomm
airport
baby
bar
bicycle
bus
cafe
camping
car
caution
cinema
computer
corporate
dollar
euro
fire
flag
floral
helicopter
home
info
landslide
legal
location
locomotive
medical
mobile
motorcycle
music
parking
pet
petrol
phone
picnic
postal
pound
repair
restaurant
sail
school
scissors
ship
shoppingbag
shoppingcart
ski
snack
snow
sport
swim
taxi
train
truck
wheelchair
yen

Posted by 강부자아들
,

Web 2.0 Expo is a global annual gathering of technical, design, marketing, and business professionals who are building the next generation web. Web 2.0 Expo features the most innovative and successful Internet industry figures and companies providing attendees with examples of business models, development paradigms, and design strategies to enable mainstream businesses and new arrivals to the Web 2.0 world to take advantage of this new generation of services and opportunities. Web 2.0 Expo is co-produced by O'Reilly Media and TechWeb.

Posted by 강부자아들
,