tbx 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +1 -1
- data/.github/workflows/release.yml +2 -2
- data/.rubocop_todo.yml +1 -1
- data/CHANGELOG.md +38 -0
- data/CLAUDE.md +23 -4
- data/Gemfile +1 -1
- data/README.adoc +365 -19
- data/lib/tbx/admin.rb +25 -12
- data/lib/tbx/admin_grp.rb +6 -1
- data/lib/tbx/admin_note.rb +15 -7
- data/lib/tbx/back.rb +6 -1
- data/lib/tbx/body.rb +4 -1
- data/lib/tbx/change.rb +7 -1
- data/lib/tbx/concept_entry.rb +11 -1
- data/lib/tbx/data_element.rb +50 -0
- data/lib/tbx/date.rb +7 -1
- data/lib/tbx/descrip.rb +24 -12
- data/lib/tbx/descrip_grp.rb +8 -1
- data/lib/tbx/descrip_note.rb +7 -7
- data/lib/tbx/document.rb +13 -1
- data/lib/tbx/ec.rb +17 -1
- data/lib/tbx/encoding_desc.rb +4 -1
- data/lib/tbx/file_desc.rb +7 -1
- data/lib/tbx/foreign.rb +7 -1
- data/lib/tbx/hi.rb +19 -1
- data/lib/tbx/item.rb +7 -1
- data/lib/tbx/item_grp.rb +7 -1
- data/lib/tbx/item_set.rb +7 -1
- data/lib/tbx/lang_sec.rb +7 -1
- data/lib/tbx/modules/basic.rb +92 -0
- data/lib/tbx/modules/core_types.rb +23 -0
- data/lib/tbx/modules/linguist.rb +46 -0
- data/lib/tbx/modules/min.rb +46 -0
- data/lib/tbx/namespace.rb +12 -0
- data/lib/tbx/note.rb +10 -1
- data/lib/tbx/p.rb +10 -1
- data/lib/tbx/ph.rb +7 -1
- data/lib/tbx/publication_stmt.rb +4 -1
- data/lib/tbx/ref.rb +18 -7
- data/lib/tbx/ref_object.rb +7 -1
- data/lib/tbx/ref_object_sec.rb +7 -1
- data/lib/tbx/revision_desc.rb +4 -1
- data/lib/tbx/sc.rb +10 -7
- data/lib/tbx/source_desc.rb +4 -1
- data/lib/tbx/tbx_header.rb +8 -1
- data/lib/tbx/term.rb +7 -1
- data/lib/tbx/term_comp.rb +26 -0
- data/lib/tbx/term_comp_grp.rb +24 -0
- data/lib/tbx/term_comp_sec.rb +45 -0
- data/lib/tbx/term_note.rb +45 -12
- data/lib/tbx/term_note_grp.rb +8 -1
- data/lib/tbx/term_sec.rb +9 -1
- data/lib/tbx/text_element.rb +6 -1
- data/lib/tbx/title.rb +7 -1
- data/lib/tbx/title_stmt.rb +4 -1
- data/lib/tbx/transac.rb +18 -7
- data/lib/tbx/transac_grp.rb +7 -1
- data/lib/tbx/transac_note.rb +18 -7
- data/lib/tbx/version.rb +1 -1
- data/lib/tbx/xref.rb +17 -1
- data/lib/tbx.rb +14 -1
- data/reference-docs/README.adoc +109 -0
- data/reference-docs/schemas/Basic_Module_Definition.pdf +0 -0
- data/reference-docs/schemas/Min_Module_Definition.pdf +0 -0
- data/reference-docs/schemas/TBX-Basic_ImplementationGuide/TBX-Basic_ImplementationGuide.pdf +0 -0
- data/reference-docs/schemas/TBX-Core_dialect/Schemas/Example_Astronomy_DCA_VALID.tbx +710 -0
- data/reference-docs/schemas/TBX-Core_dialect/Schemas/TBX-Core.sch +47 -0
- data/reference-docs/schemas/TBX-Core_dialect/Schemas/TBXcoreStructV03_TBX-Core_integrated.rng +1171 -0
- data/reference-docs/schemas/TBX-Core_dialect/TBX-Core Definition.pdf +0 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCA/Example_Astronomy_DCA_VALID.tbx +4028 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCA/TBX-Linguist_DCA.sch +146 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCA/TBXcoreStructV03_TBX-Linguist_integrated.rng +1198 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCT/Example_Astronomy_DCT_VALID.tbx +4019 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCT/TBX-Linguist.nvdl +41 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/DCT/TBX-Linguist_DCT.sch +48 -0
- data/reference-docs/schemas/TBX-Linguist_dialect/TBX-Linguist Definition.pdf +0 -0
- data/reference-docs/schemas/TBX-Min_dialect/DCA/TBX-Min_DCA.sch +82 -0
- data/reference-docs/schemas/TBX-Min_dialect/DCT/TBX-Min.nvdl +25 -0
- data/reference-docs/schemas/TBX-Min_dialect/DCT/TBX-Min_DCT.sch +48 -0
- data/reference-docs/schemas/TBX-Min_dialect/TBX-Min Definition.pdf +0 -0
- data/reference-docs/schemas/TBX_linguist_module/Linguist Module Definition.pdf +0 -0
- data/reference-docs/schemas/TBX_linguist_module/Linguist.rng +93 -0
- data/reference-docs/schemas/TBX_linguist_module/Linguist.sch +33 -0
- data/reference-docs/schemas/TBX_linguist_module/Linguist.tbxmd +47 -0
- data/reference-docs/schemas/TBX_module_description_xml/TBX Module Description.pdf +0 -0
- data/reference-docs/schemas/TBX_module_description_xml/tbxmd.rng +192 -0
- data/reference-docs/schemas/TBX_termComp_module/TermComp-namespace.rng +156 -0
- metadata +41 -4
- data/lib/tbx/namespaces.rb +0 -9
|
@@ -0,0 +1,4019 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<?xml-model href="https://raw.githubusercontent.com/LTAC-Global/TBX-Linguist_dialect/master/DCT/TBX-Linguist.nvdl" type="application/xml" schematypens="http://purl.oclc.org/dsdl/nvdl/ns/structure/1.0"?>
|
|
3
|
+
<tbx type="TBX-Linguist" style="dct" xml:lang="en" xmlns="urn:iso:std:iso:30042:ed-2" xmlns:min="http://www.tbxinfo.net/ns/min" xmlns:basic="http://www.tbxinfo.net/ns/basic" xmlns:ling="http://www.tbxinfo.net/ns/linguist">
|
|
4
|
+
<tbxHeader>
|
|
5
|
+
<fileDesc>
|
|
6
|
+
<sourceDesc>
|
|
7
|
+
<p>TBX file, created via MultiTerm Export</p>
|
|
8
|
+
</sourceDesc>
|
|
9
|
+
</fileDesc>
|
|
10
|
+
</tbxHeader>
|
|
11
|
+
|
|
12
|
+
<text>
|
|
13
|
+
<body>
|
|
14
|
+
<conceptEntry id="c1">
|
|
15
|
+
<transacGrp>
|
|
16
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
17
|
+
<date>2010-04-17</date>
|
|
18
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
19
|
+
</transacGrp>
|
|
20
|
+
<transacGrp>
|
|
21
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
22
|
+
<date>2010-05-01</date>
|
|
23
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
24
|
+
</transacGrp>
|
|
25
|
+
<min:subjectField>General</min:subjectField>
|
|
26
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Galaxy_cluster#/media/File:Galaxy_cluster_IDCS_J1426.jpg">Open_Cluster.JPG</basic:xGraphic>
|
|
27
|
+
<note>G-Source: http://www.physics.drexel.edu/observatory/dump.shtml</note>
|
|
28
|
+
<langSec xml:lang="en">
|
|
29
|
+
<transacGrp>
|
|
30
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
31
|
+
<date>2010-04-17</date>
|
|
32
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
33
|
+
</transacGrp>
|
|
34
|
+
<transacGrp>
|
|
35
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
36
|
+
<date>2010-04-17</date>
|
|
37
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
38
|
+
</transacGrp>
|
|
39
|
+
<transacGrp>
|
|
40
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
41
|
+
<date>2010-04-17</date>
|
|
42
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
43
|
+
</transacGrp>
|
|
44
|
+
<transacGrp>
|
|
45
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
46
|
+
<date>2010-04-17</date>
|
|
47
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
48
|
+
</transacGrp>
|
|
49
|
+
<descripGrp>
|
|
50
|
+
<basic:definition>A group of stars formed together in the spiral
|
|
51
|
+
arms of a galaxy.</basic:definition>
|
|
52
|
+
<basic:source>Oxford2007</basic:source>
|
|
53
|
+
</descripGrp>
|
|
54
|
+
<termSec>
|
|
55
|
+
<term>open cluster</term>
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
59
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
60
|
+
<descripGrp>
|
|
61
|
+
<basic:context>Over 1100 open clusters are known in our Milky
|
|
62
|
+
Way Galaxy, and this is probably only a small percentage of the
|
|
63
|
+
total population which is probably some factor higher; estimates of
|
|
64
|
+
as many as about 100,000 Milky Way open clusters have been given. </basic:context>
|
|
65
|
+
<basic:source>http://seds.org/MESSIER/open.html</basic:source>
|
|
66
|
+
</descripGrp>
|
|
67
|
+
</termSec>
|
|
68
|
+
<termSec>
|
|
69
|
+
<term>galactic cluster</term>
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
73
|
+
<min:administrativeStatus>supersededTerm-admn-sts</min:administrativeStatus>
|
|
74
|
+
<descripGrp>
|
|
75
|
+
<basic:context>In contrast, the galactic cluster represented by
|
|
76
|
+
M29 is a grouping of stars—a “knot” of stars in the stellar
|
|
77
|
+
backdrop.</basic:context>
|
|
78
|
+
<basic:source>http://www.eastbayastro.org/2000/0900/r0900-8.htm</basic:source>
|
|
79
|
+
</descripGrp>
|
|
80
|
+
<note>Another name for an open star cluster. They are often termed Galactic
|
|
81
|
+
Clusters because they are found mainly in the plane of our galaxy. If
|
|
82
|
+
you were to view our galaxy from afar, you would find that all the
|
|
83
|
+
open/galactic clusters lie within the spiral arms of the galaxy.</note>
|
|
84
|
+
<note>N-Source:
|
|
85
|
+
http://www.delscope.demon.co.uk/astronomy/glossary.htm#G</note>
|
|
86
|
+
</termSec>
|
|
87
|
+
</langSec>
|
|
88
|
+
<langSec xml:lang="es">
|
|
89
|
+
<transacGrp>
|
|
90
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
91
|
+
<date>2010-04-17</date>
|
|
92
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
93
|
+
</transacGrp>
|
|
94
|
+
<transacGrp>
|
|
95
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
96
|
+
<date>2010-04-17</date>
|
|
97
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
98
|
+
</transacGrp>
|
|
99
|
+
<descripGrp>
|
|
100
|
+
<basic:definition>Una acumulación de una docena hasta varios miles
|
|
101
|
+
de jóvenes estrellas en el plano de las galaxias.</basic:definition>
|
|
102
|
+
<basic:source>http://www.espacioprofundo.com.ar/diccionario/Glosario_de_Astronomia/vertermino/Cumulo_abierto.html</basic:source>
|
|
103
|
+
</descripGrp>
|
|
104
|
+
<termSec>
|
|
105
|
+
<term>cúmulo abierto</term>
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
109
|
+
<descripGrp>
|
|
110
|
+
<basic:context>M7 es uno de los cúmulos abiertos estelares más
|
|
111
|
+
prominentes del cielo. El cúmulo, dominado por brillantes estrellas
|
|
112
|
+
azules, puede ser visto a ojo desnudo en un cielo oscuro en la cola
|
|
113
|
+
de la constelación del Escorpión (Scorpius).Contiene unas 100
|
|
114
|
+
estrellas en total, tiene una edad aproximada de 200 millones de
|
|
115
|
+
años, mide 25 años luz de ancho, y se encuentra a unos 1000 años luz
|
|
116
|
+
de distancia.</basic:context>
|
|
117
|
+
<basic:source>http://observatorio.info/2009/11/m7-cumulo-abierto-en-scorpius-2/</basic:source>
|
|
118
|
+
</descripGrp>
|
|
119
|
+
</termSec>
|
|
120
|
+
</langSec>
|
|
121
|
+
</conceptEntry>
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
<conceptEntry id="c2">
|
|
125
|
+
<transacGrp>
|
|
126
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
127
|
+
<date>2010-04-17</date>
|
|
128
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
129
|
+
</transacGrp>
|
|
130
|
+
<transacGrp>
|
|
131
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
132
|
+
<date>2010-04-24</date>
|
|
133
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
134
|
+
</transacGrp>
|
|
135
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
136
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Accretion_disk#/media/File:Star_with_accretion_disk.jpg">Accretion_Disk.jpg</basic:xGraphic>
|
|
137
|
+
<note>G-Source:
|
|
138
|
+
http://www.cfht.hawaii.edu/Instruments/Spectroscopy/Espadons/www.ast.obs-mip.fr/users/donati/press/fuori_eng.html</note>
|
|
139
|
+
<langSec xml:lang="en">
|
|
140
|
+
<transacGrp>
|
|
141
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
142
|
+
<date>2010-04-17</date>
|
|
143
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
144
|
+
</transacGrp>
|
|
145
|
+
<transacGrp>
|
|
146
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
147
|
+
<date>2010-04-17</date>
|
|
148
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
149
|
+
</transacGrp>
|
|
150
|
+
<transacGrp>
|
|
151
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
152
|
+
<date>2010-04-17</date>
|
|
153
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
154
|
+
</transacGrp>
|
|
155
|
+
<transacGrp>
|
|
156
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
157
|
+
<date>2010-04-17</date>
|
|
158
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
159
|
+
</transacGrp>
|
|
160
|
+
<transacGrp>
|
|
161
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
162
|
+
<date>2010-04-17</date>
|
|
163
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
164
|
+
</transacGrp>
|
|
165
|
+
<transacGrp>
|
|
166
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
167
|
+
<date>2010-04-17</date>
|
|
168
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
169
|
+
</transacGrp>
|
|
170
|
+
<descripGrp>
|
|
171
|
+
<basic:definition>A structure that forms around a compact object
|
|
172
|
+
(e.g. a white dwarf, neutron star, or black hole) when matter flows
|
|
173
|
+
towards it.</basic:definition>
|
|
174
|
+
<basic:source>Oxford2007</basic:source>
|
|
175
|
+
</descripGrp>
|
|
176
|
+
<termSec>
|
|
177
|
+
<term>circumstellar accretion disk</term>
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
181
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
182
|
+
<basic:termType>fullForm</basic:termType>
|
|
183
|
+
<descripGrp>
|
|
184
|
+
<basic:context>In contrast with the violence of merging, the
|
|
185
|
+
gradual growth of massive stars by accretion is likely to produce
|
|
186
|
+
less infrared variability, relatively thin circumstellar accretion
|
|
187
|
+
disks that maintain their orientation, and collimated bipolar
|
|
188
|
+
outflows that are scaled-up versions of those produced by low-mass
|
|
189
|
+
young stellar objects.</basic:context>
|
|
190
|
+
<basic:source>Bally2005</basic:source>
|
|
191
|
+
</descripGrp>
|
|
192
|
+
</termSec>
|
|
193
|
+
<termSec>
|
|
194
|
+
<term>accretion disc</term>
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
198
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
199
|
+
<descripGrp>
|
|
200
|
+
<basic:context>Accretion Disc Evolution in Single and Binary T
|
|
201
|
+
Tauri Stars</basic:context>
|
|
202
|
+
<basic:source>http://cdsweb.cern.ch/record/369655</basic:source>
|
|
203
|
+
</descripGrp>
|
|
204
|
+
</termSec>
|
|
205
|
+
<termSec>
|
|
206
|
+
<term>circumstellar disk</term>
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
210
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
211
|
+
<descripGrp>
|
|
212
|
+
<basic:context>Our results suggest a scenario of a central star
|
|
213
|
+
accreting material from a circumstellar disc at the centre of a cool
|
|
214
|
+
extended rotating torus, while driving a fast bipolar wind. </basic:context>
|
|
215
|
+
<basic:source>http://adsabs.harvard.edu/abs/2010MNRAS.402.1504D</basic:source>
|
|
216
|
+
</descripGrp>
|
|
217
|
+
</termSec>
|
|
218
|
+
</langSec>
|
|
219
|
+
<langSec xml:lang="es">
|
|
220
|
+
<transacGrp>
|
|
221
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
222
|
+
<date>2010-04-17</date>
|
|
223
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
224
|
+
</transacGrp>
|
|
225
|
+
<transacGrp>
|
|
226
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
227
|
+
<date>2010-04-17</date>
|
|
228
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
229
|
+
</transacGrp>
|
|
230
|
+
<transacGrp>
|
|
231
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
232
|
+
<date>2010-04-17</date>
|
|
233
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
234
|
+
</transacGrp>
|
|
235
|
+
<transacGrp>
|
|
236
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
237
|
+
<date>2010-04-17</date>
|
|
238
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
239
|
+
</transacGrp>
|
|
240
|
+
<descripGrp>
|
|
241
|
+
<basic:definition>Una estructura en forma de disco alrededor de un
|
|
242
|
+
objeto central masivo que alimenta el cuerpo central siendo atraido por
|
|
243
|
+
éste y contribuye a su aumento de masa.</basic:definition>
|
|
244
|
+
<basic:source>http://es.wikipedia.org/wiki/Disco_de_acreci%C3%B3n</basic:source>
|
|
245
|
+
</descripGrp>
|
|
246
|
+
<termSec>
|
|
247
|
+
<term>disco de acreción</term>
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
251
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
252
|
+
<descripGrp>
|
|
253
|
+
<basic:context>Lo que alimenta esta actividad es el gas
|
|
254
|
+
extraído de la estrella normal, que, cayendo en espiral hacia el
|
|
255
|
+
agujero negro, se acumula en un denso disco de acreción.</basic:context>
|
|
256
|
+
<basic:source>http://www.amazings.com/ciencia/noticias/010210e.html</basic:source>
|
|
257
|
+
</descripGrp>
|
|
258
|
+
</termSec>
|
|
259
|
+
<termSec>
|
|
260
|
+
<term>disco de acrecimiento</term>
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
264
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
265
|
+
<descripGrp>
|
|
266
|
+
<basic:context>Imágenes de estrellas jóvenes con discos de
|
|
267
|
+
acrecimeinto y chorros colimados de material, tomadas con el
|
|
268
|
+
telescopio espacial Hubble.</basic:context>
|
|
269
|
+
<basic:source>http://www.laeff.inta.es/index.php?op=modload&name=phpWiki&file=index&pagename=Research-Brown%20Dwarfs-BD_esp-DiscosAcrecimiento</basic:source>
|
|
270
|
+
</descripGrp>
|
|
271
|
+
</termSec>
|
|
272
|
+
</langSec>
|
|
273
|
+
</conceptEntry>
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
<conceptEntry id="c3">
|
|
277
|
+
<transacGrp>
|
|
278
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
279
|
+
<date>2010-04-17</date>
|
|
280
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
281
|
+
</transacGrp>
|
|
282
|
+
<transacGrp>
|
|
283
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
284
|
+
<date>2010-05-01</date>
|
|
285
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
286
|
+
</transacGrp>
|
|
287
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
288
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Black_hole#/media/File:BH_LMC.png">Black_Hole.jpg</basic:xGraphic>
|
|
289
|
+
<note>G-Source: http://wallpaper-s.org/12__Supermassive_Black_Hole.htm</note>
|
|
290
|
+
<langSec xml:lang="en">
|
|
291
|
+
<transacGrp>
|
|
292
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
293
|
+
<date>2010-04-17</date>
|
|
294
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
295
|
+
</transacGrp>
|
|
296
|
+
<transacGrp>
|
|
297
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
298
|
+
<date>2010-04-17</date>
|
|
299
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
300
|
+
</transacGrp>
|
|
301
|
+
<descripGrp>
|
|
302
|
+
<basic:definition>A region of space where the gravitational force
|
|
303
|
+
is so strong that not even light can escape from it.</basic:definition>
|
|
304
|
+
<basic:source>Cambridge2007</basic:source>
|
|
305
|
+
</descripGrp>
|
|
306
|
+
<termSec>
|
|
307
|
+
<term>black hole</term>
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
311
|
+
<descripGrp>
|
|
312
|
+
<basic:context>As matter spirals toward and into the black
|
|
313
|
+
hole, some of its gravitational potential energy may be efficiently
|
|
314
|
+
converted into relativistic jets launched by the magnetic field
|
|
315
|
+
along the spin axis.</basic:context>
|
|
316
|
+
<basic:source>Bally2005</basic:source>
|
|
317
|
+
</descripGrp>
|
|
318
|
+
</termSec>
|
|
319
|
+
</langSec>
|
|
320
|
+
<langSec xml:lang="es">
|
|
321
|
+
<transacGrp>
|
|
322
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
323
|
+
<date>2010-04-17</date>
|
|
324
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
325
|
+
</transacGrp>
|
|
326
|
+
<transacGrp>
|
|
327
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
328
|
+
<date>2010-04-17</date>
|
|
329
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
330
|
+
</transacGrp>
|
|
331
|
+
<descripGrp>
|
|
332
|
+
<basic:definition>Un punto super-denso en el espacio formado por el
|
|
333
|
+
colapso de una estrella donde nada puede escapar de su influencia
|
|
334
|
+
gravitacional. </basic:definition>
|
|
335
|
+
<basic:source>www.atlasoftheuniverse.com/espanol/glossary.html</basic:source>
|
|
336
|
+
</descripGrp>
|
|
337
|
+
<termSec>
|
|
338
|
+
<term>agujero negro</term>
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
342
|
+
<descripGrp>
|
|
343
|
+
<basic:context>En teoría un agujero negro se origina hacia el
|
|
344
|
+
final de la vida de una estrella, cuando ésta se contrae mas allá de
|
|
345
|
+
un límite determinado - conocido como radio de Schwarzschild - y se
|
|
346
|
+
hace más pequeña y mas densa que una estrella de neutrones, tanto
|
|
347
|
+
que ni la luz puede escapar de su campo gravitatorio.</basic:context>
|
|
348
|
+
<basic:source>http://html.rincondelvago.com/agujeros-negros_5.html</basic:source>
|
|
349
|
+
</descripGrp>
|
|
350
|
+
</termSec>
|
|
351
|
+
</langSec>
|
|
352
|
+
</conceptEntry>
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
<conceptEntry id="c4">
|
|
356
|
+
<transacGrp>
|
|
357
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
358
|
+
<date>2010-04-17</date>
|
|
359
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
360
|
+
</transacGrp>
|
|
361
|
+
<transacGrp>
|
|
362
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
363
|
+
<date>2010-05-01</date>
|
|
364
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
365
|
+
</transacGrp>
|
|
366
|
+
<min:subjectField>General</min:subjectField>
|
|
367
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Gamma-ray_burst#/media/File:GRB080319B_illustration_NASA.jpg">Gamma_Ray_Burst.jpg</basic:xGraphic>
|
|
368
|
+
<note>G-Source:
|
|
369
|
+
http://nakedmaninthetree.wordpress.com/2009/02/22/galaxies-and-the-future/</note>
|
|
370
|
+
<langSec xml:lang="en">
|
|
371
|
+
<transacGrp>
|
|
372
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
373
|
+
<date>2010-04-17</date>
|
|
374
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
375
|
+
</transacGrp>
|
|
376
|
+
<transacGrp>
|
|
377
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
378
|
+
<date>2010-04-17</date>
|
|
379
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
380
|
+
</transacGrp>
|
|
381
|
+
<transacGrp>
|
|
382
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
383
|
+
<date>2010-04-17</date>
|
|
384
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
385
|
+
</transacGrp>
|
|
386
|
+
<transacGrp>
|
|
387
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
388
|
+
<date>2010-04-17</date>
|
|
389
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
390
|
+
</transacGrp>
|
|
391
|
+
<descripGrp>
|
|
392
|
+
<basic:definition>A temporary intese burst of gamma rays and X-rays
|
|
393
|
+
from a cosmic source.</basic:definition>
|
|
394
|
+
<basic:source>Cambridge2007</basic:source>
|
|
395
|
+
</descripGrp>
|
|
396
|
+
<termSec>
|
|
397
|
+
<term>gamma-ray burst</term>
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
401
|
+
<basic:termType>fullForm</basic:termType>
|
|
402
|
+
<descripGrp>
|
|
403
|
+
<basic:context>The extremely rare merger of two stars close to
|
|
404
|
+
the upper-mass end of the initial mass function may be a possible
|
|
405
|
+
pathway to hypernova-generated gamma-ray bursts.</basic:context>
|
|
406
|
+
<basic:source>Bally2005</basic:source>
|
|
407
|
+
</descripGrp>
|
|
408
|
+
</termSec>
|
|
409
|
+
<termSec>
|
|
410
|
+
<term>GRB</term>
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
414
|
+
<basic:termType>acronym</basic:termType>
|
|
415
|
+
<descripGrp>
|
|
416
|
+
<basic:context>The off-axis collisions and merging of stars
|
|
417
|
+
near the top of the stellar mass spectrum may result in the
|
|
418
|
+
production of GRBs.</basic:context>
|
|
419
|
+
<basic:source>Bally2005</basic:source>
|
|
420
|
+
</descripGrp>
|
|
421
|
+
</termSec>
|
|
422
|
+
</langSec>
|
|
423
|
+
<langSec xml:lang="es">
|
|
424
|
+
<transacGrp>
|
|
425
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
426
|
+
<date>2010-04-17</date>
|
|
427
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
428
|
+
</transacGrp>
|
|
429
|
+
<transacGrp>
|
|
430
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
431
|
+
<date>2010-04-17</date>
|
|
432
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
433
|
+
</transacGrp>
|
|
434
|
+
<transacGrp>
|
|
435
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
436
|
+
<date>2010-04-17</date>
|
|
437
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
438
|
+
</transacGrp>
|
|
439
|
+
<transacGrp>
|
|
440
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
441
|
+
<date>2010-04-17</date>
|
|
442
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
443
|
+
</transacGrp>
|
|
444
|
+
<descripGrp>
|
|
445
|
+
<basic:definition>Destellos de rayos gamma que pueden durar desde
|
|
446
|
+
unos nanosegundos hasta cerca de una hora.</basic:definition>
|
|
447
|
+
<basic:source>http://es.wikipedia.org/wiki/Brote_de_rayos_gamma</basic:source>
|
|
448
|
+
</descripGrp>
|
|
449
|
+
<termSec>
|
|
450
|
+
<term>explosión de rayos gamma</term>
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
454
|
+
<descripGrp>
|
|
455
|
+
<basic:context>Una poderosa explosión de rayos gamma, detectada
|
|
456
|
+
el 19 de marzo por el satélite Swift, de la NASA, batió el récord
|
|
457
|
+
como el objeto más distante que se pudo observar a simple
|
|
458
|
+
vista.</basic:context>
|
|
459
|
+
<basic:source>http://ciencia.nasa.gov/headlines/y2008/21mar_nakedeye.htm</basic:source>
|
|
460
|
+
</descripGrp>
|
|
461
|
+
</termSec>
|
|
462
|
+
<termSec>
|
|
463
|
+
<term>brote de rayos gamma</term>
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
467
|
+
<descripGrp>
|
|
468
|
+
<basic:context>John Ellis (entrevistado por Punset en su
|
|
469
|
+
despacho en el CERN en un programa de Redes) y sus colaboradores
|
|
470
|
+
mostraron cómo utilizar las propiedades de los grandes brotes de
|
|
471
|
+
rayos gamma (gamma-ray bursters o GRBs) para responder a esta
|
|
472
|
+
cuestión.</basic:context>
|
|
473
|
+
<basic:source>http://francisthemulenews.wordpress.com/2009/02/21/el-mayor-brote-de-rayos-gamma-grb-080916c-acerca-la-gravedad-cuantica-al-mundo-de-planck/</basic:source>
|
|
474
|
+
</descripGrp>
|
|
475
|
+
</termSec>
|
|
476
|
+
</langSec>
|
|
477
|
+
</conceptEntry>
|
|
478
|
+
|
|
479
|
+
|
|
480
|
+
<conceptEntry id="c5">
|
|
481
|
+
<transacGrp>
|
|
482
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
483
|
+
<date>2010-04-17</date>
|
|
484
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
485
|
+
</transacGrp>
|
|
486
|
+
<transacGrp>
|
|
487
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
488
|
+
<date>2010-05-01</date>
|
|
489
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
490
|
+
</transacGrp>
|
|
491
|
+
<min:subjectField>General</min:subjectField>
|
|
492
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Globular_cluster#/media/File:A_Swarm_of_Ancient_Stars_-_GPN-2000-000930.jpg">Globular_Cluster.jpg</basic:xGraphic>
|
|
493
|
+
<note>G-Source: http://www.astrographics.com/GalleryPrintsIndex/GP0046.html</note>
|
|
494
|
+
<langSec xml:lang="en">
|
|
495
|
+
<transacGrp>
|
|
496
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
497
|
+
<date>2010-04-17</date>
|
|
498
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
499
|
+
</transacGrp>
|
|
500
|
+
<transacGrp>
|
|
501
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
502
|
+
<date>2010-04-17</date>
|
|
503
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
504
|
+
</transacGrp>
|
|
505
|
+
<descripGrp>
|
|
506
|
+
<basic:definition>A roughly spherical group of old stars in the
|
|
507
|
+
halo of the galaxy.</basic:definition>
|
|
508
|
+
<basic:source>Oxford2007</basic:source>
|
|
509
|
+
</descripGrp>
|
|
510
|
+
<termSec>
|
|
511
|
+
<term>globular cluster</term>
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
515
|
+
<descripGrp>
|
|
516
|
+
<basic:context>Although the standard accretion scenario may
|
|
517
|
+
well explain the formation of most massive stars, the existence of
|
|
518
|
+
blue stragglers in globular clusters indicates that mergers do occur
|
|
519
|
+
in nature.</basic:context>
|
|
520
|
+
<basic:source>Birth of High-Mass Stars</basic:source>
|
|
521
|
+
</descripGrp>
|
|
522
|
+
<note>Related Term: star cluster</note>
|
|
523
|
+
</termSec>
|
|
524
|
+
</langSec>
|
|
525
|
+
<langSec xml:lang="es">
|
|
526
|
+
<transacGrp>
|
|
527
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
528
|
+
<date>2010-04-17</date>
|
|
529
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
530
|
+
</transacGrp>
|
|
531
|
+
<transacGrp>
|
|
532
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
533
|
+
<date>2010-04-17</date>
|
|
534
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
535
|
+
</transacGrp>
|
|
536
|
+
<descripGrp>
|
|
537
|
+
<basic:definition>Un tipo de cúmulo estelar que consiste en una
|
|
538
|
+
agrupación de miles de estrellas viejas, gravitacionalmente ligadas, con
|
|
539
|
+
distribución aproximadamente esférica, y que orbita en torno a una
|
|
540
|
+
galaxia de manera similar a un satélite.</basic:definition>
|
|
541
|
+
<basic:source>http://es.wikipedia.org/wiki/C%C3%BAmulo_globular</basic:source>
|
|
542
|
+
</descripGrp>
|
|
543
|
+
<termSec>
|
|
544
|
+
<term>cúmulo globular</term>
|
|
545
|
+
|
|
546
|
+
|
|
547
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
548
|
+
<descripGrp>
|
|
549
|
+
<basic:context> De los 200 cúmulos globulares que sobreviven
|
|
550
|
+
hoy, M3 es uno de los más grande y luminoso, fácilmente observable
|
|
551
|
+
con binoculares en el hemisferio Norte del cielo.</basic:context>
|
|
552
|
+
<basic:source>http://www.tayabeixo.org/portadas/m3.htm</basic:source>
|
|
553
|
+
</descripGrp>
|
|
554
|
+
<note>Related Term: cúmulo estelar</note>
|
|
555
|
+
</termSec>
|
|
556
|
+
</langSec>
|
|
557
|
+
</conceptEntry>
|
|
558
|
+
|
|
559
|
+
|
|
560
|
+
<conceptEntry id="c6">
|
|
561
|
+
<transacGrp>
|
|
562
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
563
|
+
<date>2010-04-17</date>
|
|
564
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
565
|
+
</transacGrp>
|
|
566
|
+
<transacGrp>
|
|
567
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
568
|
+
<date>2010-05-01</date>
|
|
569
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
570
|
+
</transacGrp>
|
|
571
|
+
<min:subjectField>General</min:subjectField>
|
|
572
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Main_sequence#/media/File:HRDiagram.png">Main_Sequence.jpg</basic:xGraphic>
|
|
573
|
+
<note>G-Source: http://www.skyofplenty.com/?page_id=374</note>
|
|
574
|
+
<langSec xml:lang="en">
|
|
575
|
+
<transacGrp>
|
|
576
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
577
|
+
<date>2010-04-17</date>
|
|
578
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
579
|
+
</transacGrp>
|
|
580
|
+
<transacGrp>
|
|
581
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
582
|
+
<date>2010-04-17</date>
|
|
583
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
584
|
+
</transacGrp>
|
|
585
|
+
<descripGrp>
|
|
586
|
+
<basic:definition>Of or dealing with a major group of stars forming
|
|
587
|
+
a band stretching from upper left to lower right on a
|
|
588
|
+
Hertzsprung-Russell diagram when being plotted by luminosity and surface
|
|
589
|
+
temperature.</basic:definition>
|
|
590
|
+
<basic:source>http://en.wiktionary.org/wiki/main-sequence</basic:source>
|
|
591
|
+
</descripGrp>
|
|
592
|
+
<termSec>
|
|
593
|
+
<term>main-sequence</term>
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
<min:partOfSpeech>adjective</min:partOfSpeech>
|
|
597
|
+
<descripGrp>
|
|
598
|
+
<basic:context>However, immediately after its formation, the
|
|
599
|
+
merger product is likely to have a photospheric radius considerably
|
|
600
|
+
larger than that of a main-sequence star with the same
|
|
601
|
+
mass.</basic:context>
|
|
602
|
+
<basic:source>Bally2005</basic:source>
|
|
603
|
+
</descripGrp>
|
|
604
|
+
</termSec>
|
|
605
|
+
</langSec>
|
|
606
|
+
<langSec xml:lang="es">
|
|
607
|
+
<transacGrp>
|
|
608
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
609
|
+
<date>2010-04-17</date>
|
|
610
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
611
|
+
</transacGrp>
|
|
612
|
+
<transacGrp>
|
|
613
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
614
|
+
<date>2010-04-17</date>
|
|
615
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
616
|
+
</transacGrp>
|
|
617
|
+
<descripGrp>
|
|
618
|
+
<basic:definition>Pertenece a las estrellas en la región del
|
|
619
|
+
diagrama de Hertzsprung-Russell en la que se encuentran la mayor parte
|
|
620
|
+
de las estrellas que transforman hidrógeno en helio.</basic:definition>
|
|
621
|
+
<basic:source>http://es.wikipedia.org/wiki/Secuencia_principal</basic:source>
|
|
622
|
+
</descripGrp>
|
|
623
|
+
<termSec>
|
|
624
|
+
<term>de secuencia principal</term>
|
|
625
|
+
|
|
626
|
+
|
|
627
|
+
<min:partOfSpeech>adjective</min:partOfSpeech>
|
|
628
|
+
<descripGrp>
|
|
629
|
+
<basic:context>Por ejemplo, nuestro sol es una estrella de
|
|
630
|
+
secuencia principal regular de tamaño pequeño. </basic:context>
|
|
631
|
+
<basic:source>http://celestia.albacete.org/celestia/celestia/stars/secu5.htm</basic:source>
|
|
632
|
+
</descripGrp>
|
|
633
|
+
</termSec>
|
|
634
|
+
</langSec>
|
|
635
|
+
</conceptEntry>
|
|
636
|
+
|
|
637
|
+
|
|
638
|
+
<conceptEntry id="c7">
|
|
639
|
+
<transacGrp>
|
|
640
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
641
|
+
<date>2010-04-17</date>
|
|
642
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
643
|
+
</transacGrp>
|
|
644
|
+
<transacGrp>
|
|
645
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
646
|
+
<date>2010-04-24</date>
|
|
647
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
648
|
+
</transacGrp>
|
|
649
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
650
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Protostar#/media/File:A_diamond_in_the_dust.jpg">Protostar.JPG</basic:xGraphic>
|
|
651
|
+
<note>G-Source: http://www.konkoly.hu/KISAG/Science/star/star_intro.html</note>
|
|
652
|
+
<langSec xml:lang="en">
|
|
653
|
+
<transacGrp>
|
|
654
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
655
|
+
<date>2010-04-17</date>
|
|
656
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
657
|
+
</transacGrp>
|
|
658
|
+
<transacGrp>
|
|
659
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
660
|
+
<date>2010-04-17</date>
|
|
661
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
662
|
+
</transacGrp>
|
|
663
|
+
<descripGrp>
|
|
664
|
+
<basic:definition>A star in the earliest observable stage of
|
|
665
|
+
formation.</basic:definition>
|
|
666
|
+
<basic:source>Cambridge2007</basic:source>
|
|
667
|
+
</descripGrp>
|
|
668
|
+
<termSec>
|
|
669
|
+
<term>protostar</term>
|
|
670
|
+
|
|
671
|
+
|
|
672
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
673
|
+
<descripGrp>
|
|
674
|
+
<basic:context>Alternatively, it has been suggested that
|
|
675
|
+
massive stars form from the merging of lower mass protostars in
|
|
676
|
+
high-density protostar clusters (Bonnell et al.1998; Stahler et al.
|
|
677
|
+
2000; Bonnell 2002; Zinnecker & Bate 2002).</basic:context>
|
|
678
|
+
<basic:source>Bally2005</basic:source>
|
|
679
|
+
</descripGrp>
|
|
680
|
+
</termSec>
|
|
681
|
+
</langSec>
|
|
682
|
+
<langSec xml:lang="es">
|
|
683
|
+
<transacGrp>
|
|
684
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
685
|
+
<date>2010-04-17</date>
|
|
686
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
687
|
+
</transacGrp>
|
|
688
|
+
<transacGrp>
|
|
689
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
690
|
+
<date>2010-04-17</date>
|
|
691
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
692
|
+
</transacGrp>
|
|
693
|
+
<descripGrp>
|
|
694
|
+
<basic:definition>Una región muy densa o descorazonada de nubes
|
|
695
|
+
moleculares donde existen estrellas en proceso de formación.</basic:definition>
|
|
696
|
+
<basic:source>www.astrocosmo.cl/glosario/glosar-p.htm</basic:source>
|
|
697
|
+
</descripGrp>
|
|
698
|
+
<termSec>
|
|
699
|
+
<term>protoestrella</term>
|
|
700
|
+
|
|
701
|
+
|
|
702
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
703
|
+
<descripGrp>
|
|
704
|
+
<basic:context>En estos primeros estadios, la protoestrella es
|
|
705
|
+
un objeto muy activo, y produce un viento bipolar formado por dos
|
|
706
|
+
chorros opuestos de material de alta velocidad. </basic:context>
|
|
707
|
+
<basic:source>http://www.fomento.es/MFOM/LANG_CASTELLANO/DIRECCIONES_GENERALES/INSTITUTO_GEOGRAFICO/Astronomia/InvestermSecacion/astronomia/protoestrellas.htm</basic:source>
|
|
708
|
+
</descripGrp>
|
|
709
|
+
</termSec>
|
|
710
|
+
</langSec>
|
|
711
|
+
</conceptEntry>
|
|
712
|
+
|
|
713
|
+
|
|
714
|
+
<conceptEntry id="c8">
|
|
715
|
+
<transacGrp>
|
|
716
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
717
|
+
<date>2010-04-17</date>
|
|
718
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
719
|
+
</transacGrp>
|
|
720
|
+
<transacGrp>
|
|
721
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
722
|
+
<date>2010-05-01</date>
|
|
723
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
724
|
+
</transacGrp>
|
|
725
|
+
<min:subjectField>General</min:subjectField>
|
|
726
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Star_cluster#/media/File:M92_arp_750pix.jpg">Star_Cluster.jpg</basic:xGraphic>
|
|
727
|
+
<note>G-Source: http://apod.nasa.gov/apod/ap060109.html</note>
|
|
728
|
+
<langSec xml:lang="en">
|
|
729
|
+
<transacGrp>
|
|
730
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
731
|
+
<date>2010-04-17</date>
|
|
732
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
733
|
+
</transacGrp>
|
|
734
|
+
<transacGrp>
|
|
735
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
736
|
+
<date>2010-04-17</date>
|
|
737
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
738
|
+
</transacGrp>
|
|
739
|
+
<descripGrp>
|
|
740
|
+
<basic:definition>A collection of stars formed together from the
|
|
741
|
+
same gas cloud and bound together by mutual gravitational
|
|
742
|
+
attraction.</basic:definition>
|
|
743
|
+
<basic:source>Oxford2007</basic:source>
|
|
744
|
+
</descripGrp>
|
|
745
|
+
<termSec>
|
|
746
|
+
<term>star cluster</term>
|
|
747
|
+
|
|
748
|
+
|
|
749
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
750
|
+
<descripGrp>
|
|
751
|
+
<basic:context>Most star clusters are too far away and the
|
|
752
|
+
white dwarfs are too faint to be seen by ground-based telescopes,
|
|
753
|
+
but Hubble's powerful vision sees many of them.</basic:context>
|
|
754
|
+
<basic:source>http://hubblesite.org/newscenter/archive/releases/star%20cluster/2008/25/full/</basic:source>
|
|
755
|
+
</descripGrp>
|
|
756
|
+
<note>Related Term: globular cluster</note>
|
|
757
|
+
<note>Related Term: open cluster</note>
|
|
758
|
+
</termSec>
|
|
759
|
+
</langSec>
|
|
760
|
+
<langSec xml:lang="es">
|
|
761
|
+
<transacGrp>
|
|
762
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
763
|
+
<date>2010-04-17</date>
|
|
764
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
765
|
+
</transacGrp>
|
|
766
|
+
<transacGrp>
|
|
767
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
768
|
+
<date>2010-04-17</date>
|
|
769
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
770
|
+
</transacGrp>
|
|
771
|
+
<transacGrp>
|
|
772
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
773
|
+
<date>2010-04-17</date>
|
|
774
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
775
|
+
</transacGrp>
|
|
776
|
+
<transacGrp>
|
|
777
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
778
|
+
<date>2010-04-17</date>
|
|
779
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
780
|
+
</transacGrp>
|
|
781
|
+
<descripGrp>
|
|
782
|
+
<basic:definition>Un grupo de estrellas atraídas entre sí por su
|
|
783
|
+
gravedad mutua.</basic:definition>
|
|
784
|
+
<basic:source>http://iopscience.iop.org/1538-3881/129/5/2281/pdf/1538-3881_129_5_2281.pdf</basic:source>
|
|
785
|
+
</descripGrp>
|
|
786
|
+
<termSec>
|
|
787
|
+
<term>cúmulo estelar</term>
|
|
788
|
+
|
|
789
|
+
|
|
790
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
791
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
792
|
+
<descripGrp>
|
|
793
|
+
<basic:context>“Es como encontrar un pez fuera del agua”, dice
|
|
794
|
+
Ed Churchwell, profesor de astronomía de la Universidad de
|
|
795
|
+
Wisconsin-Madison, quien con un equipo de científicos de UW-Madison,
|
|
796
|
+
de la Universidad de Wyoming, de la Universidad de Boston, del
|
|
797
|
+
Instituto de Ciencia Espacial de Boulder, Colorado, y del Centro de
|
|
798
|
+
Ciencia Spitzer descubrieron este inusual cúmulo estelar con la
|
|
799
|
+
ayuda del Telescopio Espacial Spitzer de la NASA. </basic:context>
|
|
800
|
+
<basic:source>http://www.astroseti.org/vernew.php?codigo=1117</basic:source>
|
|
801
|
+
</descripGrp>
|
|
802
|
+
</termSec>
|
|
803
|
+
<termSec>
|
|
804
|
+
<term>cúmulo de estrellas</term>
|
|
805
|
+
|
|
806
|
+
|
|
807
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
808
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
809
|
+
<descripGrp>
|
|
810
|
+
<basic:context>Los cúmulos de estrellas se clasifican en dos
|
|
811
|
+
grupos: cúmulos abiertos, que no poseen forma definida, y cúmulos
|
|
812
|
+
globulares, que son esféricos o casi esféricos.</basic:context>
|
|
813
|
+
<basic:source>http://www.astromia.com/universo/cumulos.htm</basic:source>
|
|
814
|
+
</descripGrp>
|
|
815
|
+
<note>Related Term: cúmulo globular</note>
|
|
816
|
+
<note>Related Term: cúmulo abierto</note>
|
|
817
|
+
</termSec>
|
|
818
|
+
</langSec>
|
|
819
|
+
</conceptEntry>
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
<conceptEntry id="c9">
|
|
823
|
+
<transacGrp>
|
|
824
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
825
|
+
<date>2010-04-17</date>
|
|
826
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
827
|
+
</transacGrp>
|
|
828
|
+
<transacGrp>
|
|
829
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
830
|
+
<date>2010-05-01</date>
|
|
831
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
832
|
+
</transacGrp>
|
|
833
|
+
<min:subjectField>General</min:subjectField>
|
|
834
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Milky_Way#/media/File:ESO-VLT-Laser-phot-33a-07.jpg">Milky_Way.jpg</basic:xGraphic>
|
|
835
|
+
<note>G-Source: http://www.cfa.harvard.edu/~afrebel/milky-way-2.jpg</note>
|
|
836
|
+
<langSec xml:lang="en">
|
|
837
|
+
<transacGrp>
|
|
838
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
839
|
+
<date>2010-04-17</date>
|
|
840
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
841
|
+
</transacGrp>
|
|
842
|
+
<transacGrp>
|
|
843
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
844
|
+
<date>2010-04-17</date>
|
|
845
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
846
|
+
</transacGrp>
|
|
847
|
+
<transacGrp>
|
|
848
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
849
|
+
<date>2010-04-17</date>
|
|
850
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
851
|
+
</transacGrp>
|
|
852
|
+
<transacGrp>
|
|
853
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
854
|
+
<date>2010-04-17</date>
|
|
855
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
856
|
+
</transacGrp>
|
|
857
|
+
<transacGrp>
|
|
858
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
859
|
+
<date>2010-04-17</date>
|
|
860
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
861
|
+
</transacGrp>
|
|
862
|
+
<transacGrp>
|
|
863
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
864
|
+
<date>2010-04-17</date>
|
|
865
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
866
|
+
</transacGrp>
|
|
867
|
+
<descripGrp>
|
|
868
|
+
<basic:definition>A band of faint light across the sky, visible to
|
|
869
|
+
the naked eye on a moonless night, consisting of stars and glowing gas
|
|
870
|
+
in the disk of our own Galaxy.</basic:definition>
|
|
871
|
+
<basic:source>Oxford2007</basic:source>
|
|
872
|
+
</descripGrp>
|
|
873
|
+
<termSec>
|
|
874
|
+
<term>Galaxy</term>
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
878
|
+
<basic:termType>shortForm</basic:termType>
|
|
879
|
+
<descripGrp>
|
|
880
|
+
<basic:context>If merging is an important pathway to the
|
|
881
|
+
formation of massive stars, then it is expected that some
|
|
882
|
+
highluminosity IRAS sources in our Galaxy have brightened or faded
|
|
883
|
+
since the IRAS observations were made.</basic:context>
|
|
884
|
+
<basic:source>Bally2005</basic:source>
|
|
885
|
+
</descripGrp>
|
|
886
|
+
</termSec>
|
|
887
|
+
<termSec>
|
|
888
|
+
<term>Milky Way Galaxy</term>
|
|
889
|
+
|
|
890
|
+
|
|
891
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
892
|
+
<basic:termType>fullForm</basic:termType>
|
|
893
|
+
</termSec>
|
|
894
|
+
<termSec>
|
|
895
|
+
<term>Milky Way</term>
|
|
896
|
+
|
|
897
|
+
|
|
898
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
899
|
+
<basic:termType>shortForm</basic:termType>
|
|
900
|
+
</termSec>
|
|
901
|
+
</langSec>
|
|
902
|
+
<langSec xml:lang="es">
|
|
903
|
+
<transacGrp>
|
|
904
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
905
|
+
<date>2010-04-17</date>
|
|
906
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
907
|
+
</transacGrp>
|
|
908
|
+
<transacGrp>
|
|
909
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
910
|
+
<date>2010-04-17</date>
|
|
911
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
912
|
+
</transacGrp>
|
|
913
|
+
<transacGrp>
|
|
914
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
915
|
+
<date>2010-04-17</date>
|
|
916
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
917
|
+
</transacGrp>
|
|
918
|
+
<transacGrp>
|
|
919
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
920
|
+
<date>2010-04-17</date>
|
|
921
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
922
|
+
</transacGrp>
|
|
923
|
+
<transacGrp>
|
|
924
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
925
|
+
<date>2010-04-17</date>
|
|
926
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
927
|
+
</transacGrp>
|
|
928
|
+
<transacGrp>
|
|
929
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
930
|
+
<date>2010-04-17</date>
|
|
931
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
932
|
+
</transacGrp>
|
|
933
|
+
<descripGrp>
|
|
934
|
+
<basic:definition>Una galaxia espiral en la que se encuentra el
|
|
935
|
+
Sistema Solar y, por ende, la Tierra.</basic:definition>
|
|
936
|
+
<basic:source>http://es.wikipedia.org/wiki/Vía_Láctea</basic:source>
|
|
937
|
+
</descripGrp>
|
|
938
|
+
<termSec>
|
|
939
|
+
<term>Galaxia</term>
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
943
|
+
<basic:termType>shortForm</basic:termType>
|
|
944
|
+
<descripGrp>
|
|
945
|
+
<basic:context>La Vía Láctea, también llamada la Galaxia, es un
|
|
946
|
+
agrupamiento de estrellas con forma de disco, que incluye al Sol y a
|
|
947
|
+
su sistema solar.</basic:context>
|
|
948
|
+
<basic:source>www.todoelsistemasolar.com.ar/vlactea.htm</basic:source>
|
|
949
|
+
</descripGrp>
|
|
950
|
+
</termSec>
|
|
951
|
+
<termSec>
|
|
952
|
+
<term>Vía Láctea</term>
|
|
953
|
+
|
|
954
|
+
|
|
955
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
956
|
+
<basic:termType>shortForm</basic:termType>
|
|
957
|
+
<descripGrp>
|
|
958
|
+
<basic:context>La Via Láctea és una galaxia grande, espiral y
|
|
959
|
+
puede tener unos 100.000 millones de estrellas, entre ellas, el Sol. </basic:context>
|
|
960
|
+
<basic:source>http://www.astromia.com/universo/vialactea.htm</basic:source>
|
|
961
|
+
</descripGrp>
|
|
962
|
+
</termSec>
|
|
963
|
+
<termSec>
|
|
964
|
+
<term>galaxia Vía Láctea</term>
|
|
965
|
+
|
|
966
|
+
|
|
967
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
968
|
+
<basic:termType>fullForm</basic:termType>
|
|
969
|
+
<descripGrp>
|
|
970
|
+
<basic:context>La galaxia Vía Láctea es una galaxia espiral que
|
|
971
|
+
es nuestro hogar, al igual que el de otras 100 mil millones
|
|
972
|
+
estrellas. </basic:context>
|
|
973
|
+
<basic:source>http://www.windows.ucar.edu/tour/link=/the_universe/Milkyway.sp.html</basic:source>
|
|
974
|
+
</descripGrp>
|
|
975
|
+
</termSec>
|
|
976
|
+
</langSec>
|
|
977
|
+
</conceptEntry>
|
|
978
|
+
|
|
979
|
+
|
|
980
|
+
<conceptEntry id="c10">
|
|
981
|
+
<transacGrp>
|
|
982
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
983
|
+
<date>2010-04-17</date>
|
|
984
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
985
|
+
</transacGrp>
|
|
986
|
+
<transacGrp>
|
|
987
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
988
|
+
<date>2010-04-24</date>
|
|
989
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
990
|
+
</transacGrp>
|
|
991
|
+
<min:subjectField>General</min:subjectField>
|
|
992
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Star#/media/File:The_Sun_by_the_Atmospheric_Imaging_Assembly_of_NASA%27s_Solar_Dynamics_Observatory_-_20100819.jpg">Star.jpg</basic:xGraphic>
|
|
993
|
+
<note>G-Source:
|
|
994
|
+
http://lh4.ggpht.com/_EuutPdvjcY0/SQ2jGBKWO7I/AAAAAAAAALM/gjDMVimDQc8/005Est.jpg</note>
|
|
995
|
+
<langSec xml:lang="en">
|
|
996
|
+
<transacGrp>
|
|
997
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
998
|
+
<date>2010-04-17</date>
|
|
999
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1000
|
+
</transacGrp>
|
|
1001
|
+
<transacGrp>
|
|
1002
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1003
|
+
<date>2010-04-17</date>
|
|
1004
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1005
|
+
</transacGrp>
|
|
1006
|
+
<descripGrp>
|
|
1007
|
+
<basic:definition>A large, luminous ball of gas generating energy
|
|
1008
|
+
internally by nuclear fusion.</basic:definition>
|
|
1009
|
+
<basic:source>Cambridge2007</basic:source>
|
|
1010
|
+
</descripGrp>
|
|
1011
|
+
<termSec>
|
|
1012
|
+
<term>star</term>
|
|
1013
|
+
|
|
1014
|
+
|
|
1015
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1016
|
+
<descripGrp>
|
|
1017
|
+
<basic:context>While the behavior of stars forming by accretion
|
|
1018
|
+
is reasonably well understood,the consequences of merging have not
|
|
1019
|
+
been fully investermSecated.</basic:context>
|
|
1020
|
+
<basic:source>Bally2005</basic:source>
|
|
1021
|
+
</descripGrp>
|
|
1022
|
+
</termSec>
|
|
1023
|
+
</langSec>
|
|
1024
|
+
<langSec xml:lang="es">
|
|
1025
|
+
<transacGrp>
|
|
1026
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1027
|
+
<date>2010-04-17</date>
|
|
1028
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1029
|
+
</transacGrp>
|
|
1030
|
+
<transacGrp>
|
|
1031
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1032
|
+
<date>2010-04-17</date>
|
|
1033
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1034
|
+
</transacGrp>
|
|
1035
|
+
<descripGrp>
|
|
1036
|
+
<basic:definition>Una enorme y densa bola de gas que genera fusión
|
|
1037
|
+
nuclear, liberando así una gran cantidad de energía</basic:definition>
|
|
1038
|
+
<basic:source>spaceplace.nasa.gov/sp/kids/spitzer/signs/sign_glossary.shtml</basic:source>
|
|
1039
|
+
</descripGrp>
|
|
1040
|
+
<termSec>
|
|
1041
|
+
<term>estrella</term>
|
|
1042
|
+
|
|
1043
|
+
|
|
1044
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1045
|
+
<descripGrp>
|
|
1046
|
+
<basic:context>Las estrellas son enormes aglomeraciones de gas,
|
|
1047
|
+
principalmente Hidrogeno, cuya temperatura es tan alta debido a la
|
|
1048
|
+
fusión de este elemento, que irradian luz a lo largo de todo el
|
|
1049
|
+
espectro electromagnético. Poseen diferentes temperaturas que varían
|
|
1050
|
+
desde los 2000 grados Celsius hasta los 50000.</basic:context>
|
|
1051
|
+
<basic:source>http://www.astrosurf.com/astronosur/estrellas.htm</basic:source>
|
|
1052
|
+
</descripGrp>
|
|
1053
|
+
</termSec>
|
|
1054
|
+
</langSec>
|
|
1055
|
+
</conceptEntry>
|
|
1056
|
+
|
|
1057
|
+
|
|
1058
|
+
<conceptEntry id="c11">
|
|
1059
|
+
<transacGrp>
|
|
1060
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1061
|
+
<date>2010-04-17</date>
|
|
1062
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1063
|
+
</transacGrp>
|
|
1064
|
+
<transacGrp>
|
|
1065
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1066
|
+
<date>2010-05-01</date>
|
|
1067
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1068
|
+
</transacGrp>
|
|
1069
|
+
<min:subjectField>General</min:subjectField>
|
|
1070
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Ultraviolet#/media/File:UV_LED_Fluoresence.jpg">UV_Radiation.jpg</basic:xGraphic>
|
|
1071
|
+
<note>G-Source: http://drdima.files.wordpress.com/2009/05/sun-rays.jpg</note>
|
|
1072
|
+
<langSec xml:lang="en">
|
|
1073
|
+
<transacGrp>
|
|
1074
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1075
|
+
<date>2010-04-17</date>
|
|
1076
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1077
|
+
</transacGrp>
|
|
1078
|
+
<transacGrp>
|
|
1079
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1080
|
+
<date>2010-04-17</date>
|
|
1081
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1082
|
+
</transacGrp>
|
|
1083
|
+
<transacGrp>
|
|
1084
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1085
|
+
<date>2010-04-17</date>
|
|
1086
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1087
|
+
</transacGrp>
|
|
1088
|
+
<transacGrp>
|
|
1089
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1090
|
+
<date>2010-04-17</date>
|
|
1091
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1092
|
+
</transacGrp>
|
|
1093
|
+
<descripGrp>
|
|
1094
|
+
<basic:definition>The region of the electromagnetic spectrum
|
|
1095
|
+
spanning the wavelength range from the Lymann limit at 91.2 nm to 350
|
|
1096
|
+
nm.</basic:definition>
|
|
1097
|
+
<basic:source>Oxford2007</basic:source>
|
|
1098
|
+
</descripGrp>
|
|
1099
|
+
<termSec>
|
|
1100
|
+
<term>UV radiation</term>
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1104
|
+
<basic:termType>shortForm</basic:termType>
|
|
1105
|
+
<descripGrp>
|
|
1106
|
+
<basic:context>UV radiation from stars and shocks likely
|
|
1107
|
+
provide the minimum level of ionization required to couple these
|
|
1108
|
+
fields strongly to the entangled medium.</basic:context>
|
|
1109
|
+
<basic:source>Bally2005</basic:source>
|
|
1110
|
+
</descripGrp>
|
|
1111
|
+
</termSec>
|
|
1112
|
+
<termSec>
|
|
1113
|
+
<term>ultraviolet radiation</term>
|
|
1114
|
+
|
|
1115
|
+
|
|
1116
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1117
|
+
<basic:termType>fullForm</basic:termType>
|
|
1118
|
+
<descripGrp>
|
|
1119
|
+
<basic:context>Ultraviolet (UV) radiation is part of the
|
|
1120
|
+
electromagnetic spectrum emitted by the sun. </basic:context>
|
|
1121
|
+
<basic:source>http://www.who.int/uv/en/</basic:source>
|
|
1122
|
+
</descripGrp>
|
|
1123
|
+
</termSec>
|
|
1124
|
+
</langSec>
|
|
1125
|
+
<langSec xml:lang="es">
|
|
1126
|
+
<transacGrp>
|
|
1127
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1128
|
+
<date>2010-04-17</date>
|
|
1129
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1130
|
+
</transacGrp>
|
|
1131
|
+
<transacGrp>
|
|
1132
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1133
|
+
<date>2010-04-17</date>
|
|
1134
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1135
|
+
</transacGrp>
|
|
1136
|
+
<transacGrp>
|
|
1137
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1138
|
+
<date>2010-04-17</date>
|
|
1139
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1140
|
+
</transacGrp>
|
|
1141
|
+
<transacGrp>
|
|
1142
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1143
|
+
<date>2010-04-17</date>
|
|
1144
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1145
|
+
</transacGrp>
|
|
1146
|
+
<descripGrp>
|
|
1147
|
+
<basic:definition>La radiación electromagnética cuya longitud de
|
|
1148
|
+
onda está comprendida aproximadamente entre los 400 nm y los 15
|
|
1149
|
+
nm.</basic:definition>
|
|
1150
|
+
<basic:source>http://es.wikipedia.org/wiki/Radiaci%C3%B3n_UV</basic:source>
|
|
1151
|
+
</descripGrp>
|
|
1152
|
+
<termSec>
|
|
1153
|
+
<term>radiación UV</term>
|
|
1154
|
+
|
|
1155
|
+
|
|
1156
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1157
|
+
<basic:termType>shortForm</basic:termType>
|
|
1158
|
+
<descripGrp>
|
|
1159
|
+
<basic:context>Los usuarios de camas solares se someten a dosis
|
|
1160
|
+
considerables de radiaciones UV artificiales para conseguir un
|
|
1161
|
+
bronceado complementario al obtenido al tomar el sol.</basic:context>
|
|
1162
|
+
<basic:source>http://copublications.greenfacts.org/es/camas-solares/</basic:source>
|
|
1163
|
+
</descripGrp>
|
|
1164
|
+
</termSec>
|
|
1165
|
+
<termSec>
|
|
1166
|
+
<term>radiación ultravioleta</term>
|
|
1167
|
+
|
|
1168
|
+
|
|
1169
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1170
|
+
<basic:termType>fullForm</basic:termType>
|
|
1171
|
+
<descripGrp>
|
|
1172
|
+
<basic:context>La radiación ultravioleta se encuentra entre la
|
|
1173
|
+
luz visible y los rayos X del espectro electromagnético.</basic:context>
|
|
1174
|
+
<basic:source>http://www.windows.ucar.edu/tour/link=/physical_science/magnetism/em_ultraviolet.sp.html</basic:source>
|
|
1175
|
+
</descripGrp>
|
|
1176
|
+
</termSec>
|
|
1177
|
+
</langSec>
|
|
1178
|
+
</conceptEntry>
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
<conceptEntry id="c12">
|
|
1182
|
+
<transacGrp>
|
|
1183
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1184
|
+
<date>2010-04-17</date>
|
|
1185
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1186
|
+
</transacGrp>
|
|
1187
|
+
<transacGrp>
|
|
1188
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1189
|
+
<date>2010-05-01</date>
|
|
1190
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1191
|
+
</transacGrp>
|
|
1192
|
+
<min:subjectField>General</min:subjectField>
|
|
1193
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Magnetic_field#/media/File:VFPt_magnets_BHM.svg">Magnetic_Field.jpg</basic:xGraphic>
|
|
1194
|
+
<note>G-Source: http://www.greatdreams.com/magnet1.jpg</note>
|
|
1195
|
+
<langSec xml:lang="en">
|
|
1196
|
+
<transacGrp>
|
|
1197
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1198
|
+
<date>2010-04-17</date>
|
|
1199
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1200
|
+
</transacGrp>
|
|
1201
|
+
<transacGrp>
|
|
1202
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1203
|
+
<date>2010-04-17</date>
|
|
1204
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1205
|
+
</transacGrp>
|
|
1206
|
+
<descripGrp>
|
|
1207
|
+
<basic:definition>A region subject to the influence of magnetism
|
|
1208
|
+
that is manifested by the mechanical forces that it exerts upon
|
|
1209
|
+
electricity moving across it and upon the poles of magnets placed in
|
|
1210
|
+
it.</basic:definition>
|
|
1211
|
+
<basic:source>Merriam-Webster2002</basic:source>
|
|
1212
|
+
</descripGrp>
|
|
1213
|
+
<termSec>
|
|
1214
|
+
<term>magnetic field</term>
|
|
1215
|
+
|
|
1216
|
+
|
|
1217
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1218
|
+
<descripGrp>
|
|
1219
|
+
<basic:context>Detailed consideration of the merger process
|
|
1220
|
+
will require numerical modeling in which the hydrodynamics, effects
|
|
1221
|
+
of gravity,magnetic fields, and radiation are considered
|
|
1222
|
+
carefully.</basic:context>
|
|
1223
|
+
<basic:source>Bally2005</basic:source>
|
|
1224
|
+
</descripGrp>
|
|
1225
|
+
</termSec>
|
|
1226
|
+
</langSec>
|
|
1227
|
+
<langSec xml:lang="es">
|
|
1228
|
+
<transacGrp>
|
|
1229
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1230
|
+
<date>2010-04-17</date>
|
|
1231
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1232
|
+
</transacGrp>
|
|
1233
|
+
<transacGrp>
|
|
1234
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1235
|
+
<date>2010-04-17</date>
|
|
1236
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1237
|
+
</transacGrp>
|
|
1238
|
+
<descripGrp>
|
|
1239
|
+
<basic:definition>Un campo de fuerza creado como consecuencia del
|
|
1240
|
+
movimiento de cargas eléctricas, del flujo de la electricidad.</basic:definition>
|
|
1241
|
+
<basic:source>http://www.greenfacts.org/es/glosario/abc/campo-magnetico.htm</basic:source>
|
|
1242
|
+
</descripGrp>
|
|
1243
|
+
<termSec>
|
|
1244
|
+
<term>campo magnético</term>
|
|
1245
|
+
|
|
1246
|
+
|
|
1247
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1248
|
+
<descripGrp>
|
|
1249
|
+
<basic:context>El campo magnético es producido por la corriente
|
|
1250
|
+
eléctrica que circula por un conductor.</basic:context>
|
|
1251
|
+
<basic:source>http://teleformacion.edu.aytolacoruna.es/FISICA/document/teoria/A_Franco/elecmagnet/magnetico/cMagnetico.html</basic:source>
|
|
1252
|
+
</descripGrp>
|
|
1253
|
+
</termSec>
|
|
1254
|
+
</langSec>
|
|
1255
|
+
</conceptEntry>
|
|
1256
|
+
|
|
1257
|
+
|
|
1258
|
+
<conceptEntry id="c13">
|
|
1259
|
+
<transacGrp>
|
|
1260
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1261
|
+
<date>2010-04-17</date>
|
|
1262
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1263
|
+
</transacGrp>
|
|
1264
|
+
<transacGrp>
|
|
1265
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1266
|
+
<date>2010-05-01</date>
|
|
1267
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1268
|
+
</transacGrp>
|
|
1269
|
+
<min:subjectField>General</min:subjectField>
|
|
1270
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Blue_straggler#/media/File:Ngc6397_hst_blue_straggler.jpg">Blue_Straggler.jpg</basic:xGraphic>
|
|
1271
|
+
<note>G-Source: http://images.spaceref.com/news/2009/ooBlue_Straggler09.jpg</note>
|
|
1272
|
+
<langSec xml:lang="en">
|
|
1273
|
+
<transacGrp>
|
|
1274
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1275
|
+
<date>2010-04-17</date>
|
|
1276
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1277
|
+
</transacGrp>
|
|
1278
|
+
<transacGrp>
|
|
1279
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1280
|
+
<date>2010-04-17</date>
|
|
1281
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1282
|
+
</transacGrp>
|
|
1283
|
+
<descripGrp>
|
|
1284
|
+
<basic:definition>A blue main-sequence star, usually found in a
|
|
1285
|
+
globular or open cluster that appears to be slower in its evolution than
|
|
1286
|
+
other stars of similar mass and luminosity in the same
|
|
1287
|
+
cluster.</basic:definition>
|
|
1288
|
+
<basic:source>Oxford2007</basic:source>
|
|
1289
|
+
</descripGrp>
|
|
1290
|
+
<termSec>
|
|
1291
|
+
<term>blue straggler</term>
|
|
1292
|
+
|
|
1293
|
+
|
|
1294
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1295
|
+
<descripGrp>
|
|
1296
|
+
<basic:context>Numerical models of stellar collisions leading
|
|
1297
|
+
to the formation of blue stragglers in globular clusters (Lombardi
|
|
1298
|
+
et al. 2002, 2003; Fregeau et al. 2004) indicate that merger
|
|
1299
|
+
products have radii up to 30 times larger than that of an equivalent
|
|
1300
|
+
main-sequence star.</basic:context>
|
|
1301
|
+
<basic:source>Bally2005</basic:source>
|
|
1302
|
+
</descripGrp>
|
|
1303
|
+
</termSec>
|
|
1304
|
+
</langSec>
|
|
1305
|
+
<langSec xml:lang="es">
|
|
1306
|
+
<transacGrp>
|
|
1307
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1308
|
+
<date>2010-04-17</date>
|
|
1309
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1310
|
+
</transacGrp>
|
|
1311
|
+
<transacGrp>
|
|
1312
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1313
|
+
<date>2010-04-17</date>
|
|
1314
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1315
|
+
</transacGrp>
|
|
1316
|
+
<descripGrp>
|
|
1317
|
+
<basic:definition>Estrellas que aparentan una edad menor que la del
|
|
1318
|
+
sistema estelar al que pertenecen, si se supone que se formaron junto
|
|
1319
|
+
con él.</basic:definition>
|
|
1320
|
+
<basic:source>http://es.wikipedia.org/wiki/Estrella_rezagada_azul</basic:source>
|
|
1321
|
+
</descripGrp>
|
|
1322
|
+
<termSec>
|
|
1323
|
+
<term>estrella rezagada azul</term>
|
|
1324
|
+
|
|
1325
|
+
|
|
1326
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1327
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
1328
|
+
<descripGrp>
|
|
1329
|
+
<basic:context>Las últimas observaciones de las “rezagadas
|
|
1330
|
+
azules”, estrellas atípicas que aparentan ser más jóvenes que el
|
|
1331
|
+
sistema estelar al que pertenecen, han proporcionado dos modelos
|
|
1332
|
+
diferentes sobre su origen.</basic:context>
|
|
1333
|
+
<basic:source>http://mundoastronomia.portalmundos.com/nuevas-pistas-sobre-el-origen-de-las-estrellas-rezagadas-azules/</basic:source>
|
|
1334
|
+
</descripGrp>
|
|
1335
|
+
</termSec>
|
|
1336
|
+
</langSec>
|
|
1337
|
+
</conceptEntry>
|
|
1338
|
+
|
|
1339
|
+
|
|
1340
|
+
<conceptEntry id="c14">
|
|
1341
|
+
<transacGrp>
|
|
1342
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1343
|
+
<date>2010-04-17</date>
|
|
1344
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1345
|
+
</transacGrp>
|
|
1346
|
+
<transacGrp>
|
|
1347
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1348
|
+
<date>2010-05-01</date>
|
|
1349
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1350
|
+
</transacGrp>
|
|
1351
|
+
<min:subjectField>General</min:subjectField>
|
|
1352
|
+
<langSec xml:lang="en">
|
|
1353
|
+
<transacGrp>
|
|
1354
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1355
|
+
<date>2010-04-17</date>
|
|
1356
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1357
|
+
</transacGrp>
|
|
1358
|
+
<transacGrp>
|
|
1359
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1360
|
+
<date>2010-04-17</date>
|
|
1361
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1362
|
+
</transacGrp>
|
|
1363
|
+
<descripGrp>
|
|
1364
|
+
<basic:definition>The sudden collapse of a massive star when the
|
|
1365
|
+
internal pressure pushing outwards falls so that it cannot balance the
|
|
1366
|
+
weight of material pressing inward.</basic:definition>
|
|
1367
|
+
<basic:source>Cambridge2007</basic:source>
|
|
1368
|
+
</descripGrp>
|
|
1369
|
+
<termSec>
|
|
1370
|
+
<term>gravitational collapse</term>
|
|
1371
|
+
|
|
1372
|
+
|
|
1373
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1374
|
+
<descripGrp>
|
|
1375
|
+
<basic:context>Stars form from the gravitational collapse of
|
|
1376
|
+
turbulent molecular cloud cores (Elmegreen & Scalo 2004; Mac Low
|
|
1377
|
+
& Klessen 2004).</basic:context>
|
|
1378
|
+
<basic:source>Bally2005</basic:source>
|
|
1379
|
+
</descripGrp>
|
|
1380
|
+
</termSec>
|
|
1381
|
+
</langSec>
|
|
1382
|
+
<langSec xml:lang="es">
|
|
1383
|
+
<transacGrp>
|
|
1384
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1385
|
+
<date>2010-04-17</date>
|
|
1386
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1387
|
+
</transacGrp>
|
|
1388
|
+
<transacGrp>
|
|
1389
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1390
|
+
<date>2010-04-17</date>
|
|
1391
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1392
|
+
</transacGrp>
|
|
1393
|
+
<descripGrp>
|
|
1394
|
+
<basic:definition>El estado final de la evolución de una estrella
|
|
1395
|
+
de gran masa en el que la materia se comprime bajo la acción de su
|
|
1396
|
+
propia atracción gravitatoria, con desprendimiento de grandes cantidades
|
|
1397
|
+
de energía.</basic:definition>
|
|
1398
|
+
<basic:source>http://www.conocimientosweb.net/portal/term6172.html</basic:source>
|
|
1399
|
+
</descripGrp>
|
|
1400
|
+
<termSec>
|
|
1401
|
+
<term>colapso gravitacional</term>
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1405
|
+
<descripGrp>
|
|
1406
|
+
<basic:context>Esto sucede si la masa de un pedazo de la nube
|
|
1407
|
+
excede cierto valor crítico, de modo tal que la fuerza de gravedad
|
|
1408
|
+
vence definitivamente y el pedazo empieza a contraerse, aumentando
|
|
1409
|
+
su densidad. Este proceso se llama colapso gravitacional. </basic:context>
|
|
1410
|
+
<basic:source>http://bibliotecadigital.ilce.edu.mx/sites/ciencia/volumen1/ciencia2/06/html/sec_15.html</basic:source>
|
|
1411
|
+
</descripGrp>
|
|
1412
|
+
</termSec>
|
|
1413
|
+
</langSec>
|
|
1414
|
+
</conceptEntry>
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
<conceptEntry id="c15">
|
|
1418
|
+
<transacGrp>
|
|
1419
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1420
|
+
<date>2010-04-17</date>
|
|
1421
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1422
|
+
</transacGrp>
|
|
1423
|
+
<transacGrp>
|
|
1424
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1425
|
+
<date>2010-05-01</date>
|
|
1426
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1427
|
+
</transacGrp>
|
|
1428
|
+
<min:subjectField>General</min:subjectField>
|
|
1429
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Binary_star#/media/File:Algol_AB_movie_imaged_with_the_CHARA_interferometer_-_labeled.gif">Binary_Star.jpg</basic:xGraphic>
|
|
1430
|
+
<note>G-Source:
|
|
1431
|
+
http://lh6.ggpht.com/_6hgSmco4R9M/SaqplXGqJfI/AAAAAAAAA1k/B3a43_O9VI8/56_Binary_Stars_thumb3.jpg</note>
|
|
1432
|
+
<langSec xml:lang="en">
|
|
1433
|
+
<transacGrp>
|
|
1434
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1435
|
+
<date>2010-04-17</date>
|
|
1436
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1437
|
+
</transacGrp>
|
|
1438
|
+
<transacGrp>
|
|
1439
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1440
|
+
<date>2010-04-17</date>
|
|
1441
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1442
|
+
</transacGrp>
|
|
1443
|
+
<descripGrp>
|
|
1444
|
+
<basic:definition>A pair of stars in orbit around each other, held
|
|
1445
|
+
together by the graviational attraction between them.</basic:definition>
|
|
1446
|
+
<basic:source>Cambridge2007</basic:source>
|
|
1447
|
+
</descripGrp>
|
|
1448
|
+
<termSec>
|
|
1449
|
+
<term>binary star</term>
|
|
1450
|
+
|
|
1451
|
+
|
|
1452
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1453
|
+
<descripGrp>
|
|
1454
|
+
<basic:context>These authors considered collision partners
|
|
1455
|
+
having similar masses and concluded that such interactions can at
|
|
1456
|
+
most account for a small fraction of the observed binary star
|
|
1457
|
+
population in young clusters.</basic:context>
|
|
1458
|
+
<basic:source>Bally2005</basic:source>
|
|
1459
|
+
</descripGrp>
|
|
1460
|
+
</termSec>
|
|
1461
|
+
</langSec>
|
|
1462
|
+
<langSec xml:lang="es">
|
|
1463
|
+
<transacGrp>
|
|
1464
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1465
|
+
<date>2010-04-17</date>
|
|
1466
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1467
|
+
</transacGrp>
|
|
1468
|
+
<transacGrp>
|
|
1469
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1470
|
+
<date>2010-04-17</date>
|
|
1471
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1472
|
+
</transacGrp>
|
|
1473
|
+
<transacGrp>
|
|
1474
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1475
|
+
<date>2010-04-17</date>
|
|
1476
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1477
|
+
</transacGrp>
|
|
1478
|
+
<transacGrp>
|
|
1479
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1480
|
+
<date>2010-04-17</date>
|
|
1481
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1482
|
+
</transacGrp>
|
|
1483
|
+
<descripGrp>
|
|
1484
|
+
<basic:definition>Un sistema estelar compuesto de dos estrellas que
|
|
1485
|
+
orbitan mutuamente alrededor de un centro de masas común.</basic:definition>
|
|
1486
|
+
<basic:source>http://es.wikipedia.org/wiki/Estrella_binaria</basic:source>
|
|
1487
|
+
</descripGrp>
|
|
1488
|
+
<termSec>
|
|
1489
|
+
<term>estrella binaria</term>
|
|
1490
|
+
|
|
1491
|
+
|
|
1492
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1493
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
1494
|
+
<descripGrp>
|
|
1495
|
+
<basic:context>La explosión de una estrella binaria dentro de
|
|
1496
|
+
una nebulosa planetaria ha sido capturado por un equipo dirigido por
|
|
1497
|
+
investermSecadores del University College of London UCL - es un
|
|
1498
|
+
acontecimiento que no ha sido presenciado hace más de 100
|
|
1499
|
+
años.</basic:context>
|
|
1500
|
+
<basic:source>http://www.astroelche.es/blog/index.php?blog=2&title=astronomos-capturam-la-explosion-de-una-&more=1&c=1&tb=1&pb=1</basic:source>
|
|
1501
|
+
</descripGrp>
|
|
1502
|
+
</termSec>
|
|
1503
|
+
<termSec>
|
|
1504
|
+
<term>estrella doble</term>
|
|
1505
|
+
|
|
1506
|
+
|
|
1507
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1508
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
1509
|
+
<descripGrp>
|
|
1510
|
+
<basic:context>Una estrella doble es una pareja de estrellas
|
|
1511
|
+
que se mantienen unidas por la fuerza de la gravitación y giran en
|
|
1512
|
+
torno a su centro común.</basic:context>
|
|
1513
|
+
<basic:source>http://www.astromia.com/universo/dobles.htm</basic:source>
|
|
1514
|
+
</descripGrp>
|
|
1515
|
+
</termSec>
|
|
1516
|
+
</langSec>
|
|
1517
|
+
</conceptEntry>
|
|
1518
|
+
|
|
1519
|
+
|
|
1520
|
+
<conceptEntry id="c16">
|
|
1521
|
+
<transacGrp>
|
|
1522
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1523
|
+
<date>2010-04-17</date>
|
|
1524
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1525
|
+
</transacGrp>
|
|
1526
|
+
<transacGrp>
|
|
1527
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1528
|
+
<date>2010-05-01</date>
|
|
1529
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1530
|
+
</transacGrp>
|
|
1531
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
1532
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Initial_mass_function#/media/File:LH_95.jpg">Initial_Mass_Function.JPG</basic:xGraphic>
|
|
1533
|
+
<note>G-Source:
|
|
1534
|
+
http://www.astro.ljmu.ac.uk/~ikb/research/imf-use-in-cosmology.html</note>
|
|
1535
|
+
<note>This figure compares the IMFs by ploting mass fraction per dex versus mass,
|
|
1536
|
+
i.e., normalized so that the integral under each curve is unity. They are
|
|
1537
|
+
assumed to be valid from 0.1 to 120 solar masses.</note>
|
|
1538
|
+
<note>N-Source:
|
|
1539
|
+
http://www.astro.ljmu.ac.uk/~ikb/research/imf-use-in-cosmology.html</note>
|
|
1540
|
+
<langSec xml:lang="en">
|
|
1541
|
+
<transacGrp>
|
|
1542
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1543
|
+
<date>2010-04-17</date>
|
|
1544
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1545
|
+
</transacGrp>
|
|
1546
|
+
<transacGrp>
|
|
1547
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1548
|
+
<date>2010-04-17</date>
|
|
1549
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1550
|
+
</transacGrp>
|
|
1551
|
+
<descripGrp>
|
|
1552
|
+
<basic:definition>A mathematical description of the relative
|
|
1553
|
+
frequncy with which stars of various masses are formed.</basic:definition>
|
|
1554
|
+
<basic:source>Oxford2007</basic:source>
|
|
1555
|
+
</descripGrp>
|
|
1556
|
+
<termSec>
|
|
1557
|
+
<term>initial mass function</term>
|
|
1558
|
+
|
|
1559
|
+
|
|
1560
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1561
|
+
<descripGrp>
|
|
1562
|
+
<basic:context>The extremely rare merger of two stars close to
|
|
1563
|
+
the upper-mass end of the initial mass function may be a possible
|
|
1564
|
+
pathway to hypernova-generated gamma-ray bursts.</basic:context>
|
|
1565
|
+
<basic:source>Bally2005</basic:source>
|
|
1566
|
+
</descripGrp>
|
|
1567
|
+
</termSec>
|
|
1568
|
+
</langSec>
|
|
1569
|
+
<langSec xml:lang="es">
|
|
1570
|
+
<transacGrp>
|
|
1571
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1572
|
+
<date>2010-04-17</date>
|
|
1573
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1574
|
+
</transacGrp>
|
|
1575
|
+
<transacGrp>
|
|
1576
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1577
|
+
<date>2010-04-17</date>
|
|
1578
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1579
|
+
</transacGrp>
|
|
1580
|
+
<descripGrp>
|
|
1581
|
+
<basic:definition>La expresión numérica que determina el número de
|
|
1582
|
+
estrellas con masa en un rango determinado.</basic:definition>
|
|
1583
|
+
<basic:source>Basado en http://laeff.cab.inta-csic.es/modules.php?op=modload&name=phpWiki&file=index&pagename=Research-Estrellas-IMF</basic:source>
|
|
1584
|
+
</descripGrp>
|
|
1585
|
+
<termSec>
|
|
1586
|
+
<term>función inicial de masa</term>
|
|
1587
|
+
|
|
1588
|
+
|
|
1589
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1590
|
+
<descripGrp>
|
|
1591
|
+
<basic:context>Estado evolutivo y función inicial de masa de
|
|
1592
|
+
cúmulos jóvenes en la gran nube de Magallanes (estudio en el
|
|
1593
|
+
ultravioleta).</basic:context>
|
|
1594
|
+
<basic:source>http://dialnet.unirioja.es/servlet/tesis?codigo=11651</basic:source>
|
|
1595
|
+
</descripGrp>
|
|
1596
|
+
</termSec>
|
|
1597
|
+
</langSec>
|
|
1598
|
+
</conceptEntry>
|
|
1599
|
+
|
|
1600
|
+
|
|
1601
|
+
<conceptEntry id="c17">
|
|
1602
|
+
<transacGrp>
|
|
1603
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1604
|
+
<date>2010-04-20</date>
|
|
1605
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1606
|
+
</transacGrp>
|
|
1607
|
+
<transacGrp>
|
|
1608
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1609
|
+
<date>2010-04-20</date>
|
|
1610
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1611
|
+
</transacGrp>
|
|
1612
|
+
<langSec xml:lang="zu">
|
|
1613
|
+
<transacGrp>
|
|
1614
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1615
|
+
<date>2010-04-20</date>
|
|
1616
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1617
|
+
</transacGrp>
|
|
1618
|
+
<transacGrp>
|
|
1619
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1620
|
+
<date>2010-04-20</date>
|
|
1621
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1622
|
+
</transacGrp>
|
|
1623
|
+
<termSec>
|
|
1624
|
+
<term>Bally2005</term>
|
|
1625
|
+
|
|
1626
|
+
|
|
1627
|
+
<note>Author[s]: Bally, John and Hans Zinnecker</note>
|
|
1628
|
+
<note>Journal Title: The Astronomical Journal</note>
|
|
1629
|
+
<note>Article Title: The Birth of High-Mass Stars: Accertion and/or
|
|
1630
|
+
Mergers?</note>
|
|
1631
|
+
<note>Volume: 129</note>
|
|
1632
|
+
<note>Publication Place: U.S.A.</note>
|
|
1633
|
+
<note>Publisher: The American Astronomical Society</note>
|
|
1634
|
+
<note>Publication Year: May 2005</note>
|
|
1635
|
+
<note>Page(s): 2281-2293</note>
|
|
1636
|
+
</termSec>
|
|
1637
|
+
</langSec>
|
|
1638
|
+
</conceptEntry>
|
|
1639
|
+
|
|
1640
|
+
|
|
1641
|
+
<conceptEntry id="c18">
|
|
1642
|
+
<transacGrp>
|
|
1643
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1644
|
+
<date>2010-04-20</date>
|
|
1645
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1646
|
+
</transacGrp>
|
|
1647
|
+
<transacGrp>
|
|
1648
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1649
|
+
<date>2010-04-20</date>
|
|
1650
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1651
|
+
</transacGrp>
|
|
1652
|
+
<langSec xml:lang="zu">
|
|
1653
|
+
<transacGrp>
|
|
1654
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1655
|
+
<date>2010-04-20</date>
|
|
1656
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1657
|
+
</transacGrp>
|
|
1658
|
+
<transacGrp>
|
|
1659
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1660
|
+
<date>2010-04-20</date>
|
|
1661
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1662
|
+
</transacGrp>
|
|
1663
|
+
<termSec>
|
|
1664
|
+
<term>Cambridge2007</term>
|
|
1665
|
+
|
|
1666
|
+
|
|
1667
|
+
<note>Author[s]: Mitton, Jaqueline</note>
|
|
1668
|
+
<note>Book Title: Cambridge Illustrated Dictionary of Astronomy</note>
|
|
1669
|
+
<note>Publication Place: New York</note>
|
|
1670
|
+
<note>Publisher: Cambridge University Press</note>
|
|
1671
|
+
<note>Publication Year: 2007</note>
|
|
1672
|
+
</termSec>
|
|
1673
|
+
</langSec>
|
|
1674
|
+
</conceptEntry>
|
|
1675
|
+
|
|
1676
|
+
|
|
1677
|
+
<conceptEntry id="c19">
|
|
1678
|
+
<transacGrp>
|
|
1679
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1680
|
+
<date>2010-04-20</date>
|
|
1681
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1682
|
+
</transacGrp>
|
|
1683
|
+
<transacGrp>
|
|
1684
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1685
|
+
<date>2010-04-20</date>
|
|
1686
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1687
|
+
</transacGrp>
|
|
1688
|
+
<langSec xml:lang="zu">
|
|
1689
|
+
<transacGrp>
|
|
1690
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1691
|
+
<date>2010-04-20</date>
|
|
1692
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1693
|
+
</transacGrp>
|
|
1694
|
+
<transacGrp>
|
|
1695
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1696
|
+
<date>2010-04-20</date>
|
|
1697
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1698
|
+
</transacGrp>
|
|
1699
|
+
<termSec>
|
|
1700
|
+
<term>Merriam-Webster2002</term>
|
|
1701
|
+
|
|
1702
|
+
|
|
1703
|
+
<note>Book Title: Webster's Third New International Dictionary</note>
|
|
1704
|
+
<note>Editor[s]: Gove, Philip Babcock</note>
|
|
1705
|
+
<note>Volume: Third Edition</note>
|
|
1706
|
+
<note>Publication Place: Springfield, Massachusetts</note>
|
|
1707
|
+
<note>Publisher: Merriam-Webster INC.</note>
|
|
1708
|
+
<note>Publication Year: 2002</note>
|
|
1709
|
+
</termSec>
|
|
1710
|
+
</langSec>
|
|
1711
|
+
</conceptEntry>
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
<conceptEntry id="c20">
|
|
1715
|
+
<transacGrp>
|
|
1716
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1717
|
+
<date>2010-04-20</date>
|
|
1718
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1719
|
+
</transacGrp>
|
|
1720
|
+
<transacGrp>
|
|
1721
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1722
|
+
<date>2010-04-20</date>
|
|
1723
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1724
|
+
</transacGrp>
|
|
1725
|
+
<langSec xml:lang="zu">
|
|
1726
|
+
<transacGrp>
|
|
1727
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1728
|
+
<date>2010-04-20</date>
|
|
1729
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1730
|
+
</transacGrp>
|
|
1731
|
+
<transacGrp>
|
|
1732
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1733
|
+
<date>2010-04-20</date>
|
|
1734
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1735
|
+
</transacGrp>
|
|
1736
|
+
<termSec>
|
|
1737
|
+
<term>Oxford2007</term>
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
<note>Book Title: Oxford Dictionary of Astronomy</note>
|
|
1741
|
+
<note>Editor[s]: Ridpath, Ian</note>
|
|
1742
|
+
<note>Volume: Second Edition</note>
|
|
1743
|
+
<note>Publication Place: New York</note>
|
|
1744
|
+
<note>Publisher: Oxford University Press</note>
|
|
1745
|
+
<note>Publication Year: 2007</note>
|
|
1746
|
+
</termSec>
|
|
1747
|
+
</langSec>
|
|
1748
|
+
</conceptEntry>
|
|
1749
|
+
|
|
1750
|
+
|
|
1751
|
+
<conceptEntry id="c21">
|
|
1752
|
+
<transacGrp>
|
|
1753
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1754
|
+
<date>2010-04-20</date>
|
|
1755
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1756
|
+
</transacGrp>
|
|
1757
|
+
<transacGrp>
|
|
1758
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1759
|
+
<date>2010-04-24</date>
|
|
1760
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1761
|
+
</transacGrp>
|
|
1762
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
1763
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Supernova#/media/File:SN1994D.jpg">Supernova.jpg</basic:xGraphic>
|
|
1764
|
+
<note>G-Source:
|
|
1765
|
+
http://jcconwell.wordpress.com/2009/07/24/top-10-ways-the-universe-could-kill-us/supernova/</note>
|
|
1766
|
+
<langSec xml:lang="en">
|
|
1767
|
+
<transacGrp>
|
|
1768
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1769
|
+
<date>2010-04-20</date>
|
|
1770
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1771
|
+
</transacGrp>
|
|
1772
|
+
<transacGrp>
|
|
1773
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1774
|
+
<date>2010-04-20</date>
|
|
1775
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1776
|
+
</transacGrp>
|
|
1777
|
+
<descripGrp>
|
|
1778
|
+
<basic:definition>A catastrophic stellar explosion in which so much
|
|
1779
|
+
energy is released that the supernova alone can outshine an entire
|
|
1780
|
+
galaxy of billions of stars.</basic:definition>
|
|
1781
|
+
<basic:source>Cambridge2007</basic:source>
|
|
1782
|
+
</descripGrp>
|
|
1783
|
+
<termSec>
|
|
1784
|
+
<term>supernova</term>
|
|
1785
|
+
|
|
1786
|
+
|
|
1787
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1788
|
+
<descripGrp>
|
|
1789
|
+
<basic:context>The supermassive object may be eventually
|
|
1790
|
+
disrupted by an unusually violent supernova explosion (a hypernova)
|
|
1791
|
+
soon after formation.</basic:context>
|
|
1792
|
+
<basic:source>Bally2005</basic:source>
|
|
1793
|
+
</descripGrp>
|
|
1794
|
+
</termSec>
|
|
1795
|
+
</langSec>
|
|
1796
|
+
<langSec xml:lang="es">
|
|
1797
|
+
<transacGrp>
|
|
1798
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1799
|
+
<date>2010-04-20</date>
|
|
1800
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1801
|
+
</transacGrp>
|
|
1802
|
+
<transacGrp>
|
|
1803
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1804
|
+
<date>2010-04-20</date>
|
|
1805
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Student</basic:responsibility>
|
|
1806
|
+
</transacGrp>
|
|
1807
|
+
<descripGrp>
|
|
1808
|
+
<basic:definition>Una estrella que estalla y lanza a todo su
|
|
1809
|
+
alrededor la mayor parte de su masa a altísimas velocidades.</basic:definition>
|
|
1810
|
+
<basic:source>http://www.astromia.com/glosario/supernova.htm</basic:source>
|
|
1811
|
+
</descripGrp>
|
|
1812
|
+
<termSec>
|
|
1813
|
+
<term>supernova</term>
|
|
1814
|
+
|
|
1815
|
+
|
|
1816
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1817
|
+
<descripGrp>
|
|
1818
|
+
<basic:context>Un equipo de científicos británicos propone esta
|
|
1819
|
+
semana en la revista Nature que la tenue supernova SN2008ha,
|
|
1820
|
+
descubierta por una adolescente estadounidense en noviembre de 2008,
|
|
1821
|
+
podría ser la explosión de una estrella masiva, en lugar de proceder
|
|
1822
|
+
de una enana blanca como se planteaba hasta ahora.</basic:context>
|
|
1823
|
+
<basic:source>http://www.plataformasinc.es/index.php/esl/Noticias/Una-supernova-observada-por-astronomos-aficionados-abre-el-debate-entre-los-profesionales</basic:source>
|
|
1824
|
+
</descripGrp>
|
|
1825
|
+
</termSec>
|
|
1826
|
+
</langSec>
|
|
1827
|
+
</conceptEntry>
|
|
1828
|
+
|
|
1829
|
+
|
|
1830
|
+
<conceptEntry id="c22">
|
|
1831
|
+
<transacGrp>
|
|
1832
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1833
|
+
<date>2010-04-24</date>
|
|
1834
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1835
|
+
</transacGrp>
|
|
1836
|
+
<transacGrp>
|
|
1837
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1838
|
+
<date>2010-04-24</date>
|
|
1839
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1840
|
+
</transacGrp>
|
|
1841
|
+
<langSec xml:lang="zu">
|
|
1842
|
+
<transacGrp>
|
|
1843
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1844
|
+
<date>2010-04-24</date>
|
|
1845
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1846
|
+
</transacGrp>
|
|
1847
|
+
<transacGrp>
|
|
1848
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1849
|
+
<date>2010-04-24</date>
|
|
1850
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1851
|
+
</transacGrp>
|
|
1852
|
+
<termSec>
|
|
1853
|
+
<term>Moore2003</term>
|
|
1854
|
+
|
|
1855
|
+
|
|
1856
|
+
<note>Author[s]: Moore, Patrick</note>
|
|
1857
|
+
<note>Book Title: Philip's Atlas of the Universe</note>
|
|
1858
|
+
<note>Publication Place: Heron Quays, London</note>
|
|
1859
|
+
<note>Publisher: Philip's</note>
|
|
1860
|
+
<note>Publication Year: 2003</note>
|
|
1861
|
+
</termSec>
|
|
1862
|
+
</langSec>
|
|
1863
|
+
</conceptEntry>
|
|
1864
|
+
|
|
1865
|
+
|
|
1866
|
+
<conceptEntry id="c23">
|
|
1867
|
+
<transacGrp>
|
|
1868
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1869
|
+
<date>2010-04-24</date>
|
|
1870
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1871
|
+
</transacGrp>
|
|
1872
|
+
<transacGrp>
|
|
1873
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1874
|
+
<date>2010-05-01</date>
|
|
1875
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1876
|
+
</transacGrp>
|
|
1877
|
+
<min:subjectField>General</min:subjectField>
|
|
1878
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Red_giant#/media/File:Mira_1997.jpg">Red_Giant.jpg</basic:xGraphic>
|
|
1879
|
+
<note>G-Source:
|
|
1880
|
+
http://www.lcsd.gov.hk/CE/Museum/Space/EducationResource/Universe/framed_e/lecture/ch15/imgs/red_size.jpg</note>
|
|
1881
|
+
<langSec xml:lang="en">
|
|
1882
|
+
<transacGrp>
|
|
1883
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1884
|
+
<date>2010-04-24</date>
|
|
1885
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1886
|
+
</transacGrp>
|
|
1887
|
+
<transacGrp>
|
|
1888
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1889
|
+
<date>2010-04-24</date>
|
|
1890
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1891
|
+
</transacGrp>
|
|
1892
|
+
<descripGrp>
|
|
1893
|
+
<basic:definition>A cool, large and highly luminous star that has
|
|
1894
|
+
left the main sequence and is powered by heavier elements than
|
|
1895
|
+
hydrogen.</basic:definition>
|
|
1896
|
+
<basic:source>Oxford2007</basic:source>
|
|
1897
|
+
</descripGrp>
|
|
1898
|
+
<termSec>
|
|
1899
|
+
<term>red giant</term>
|
|
1900
|
+
|
|
1901
|
+
|
|
1902
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1903
|
+
<descripGrp>
|
|
1904
|
+
<basic:context>The core temperature becomes so high that helium
|
|
1905
|
+
start to 'burn', producing carbon; around this active core there is
|
|
1906
|
+
a shell where hydrogen is still producing energy. The star becomes
|
|
1907
|
+
unstable, and the outer layers swell out, cooling as they do so. The
|
|
1908
|
+
star becomes a red giant.</basic:context>
|
|
1909
|
+
<basic:source>Moore2003</basic:source>
|
|
1910
|
+
</descripGrp>
|
|
1911
|
+
</termSec>
|
|
1912
|
+
</langSec>
|
|
1913
|
+
<langSec xml:lang="es">
|
|
1914
|
+
<transacGrp>
|
|
1915
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1916
|
+
<date>2010-04-24</date>
|
|
1917
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1918
|
+
</transacGrp>
|
|
1919
|
+
<transacGrp>
|
|
1920
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1921
|
+
<date>2010-04-24</date>
|
|
1922
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1923
|
+
</transacGrp>
|
|
1924
|
+
<descripGrp>
|
|
1925
|
+
<basic:definition>Una estrella de masa baja o intermedia (menos de
|
|
1926
|
+
8-9 masas solares) que, tras haber consumido el hidrógeno en su núcleo
|
|
1927
|
+
durante la etapa de secuencia principal, convirtiéndolo en helio por
|
|
1928
|
+
fusión nuclear, comienza a quemar hidrógeno en una cáscara alrededor del
|
|
1929
|
+
núcleo de helio inerte.</basic:definition>
|
|
1930
|
+
<basic:source>http://es.wikipedia.org/wiki/Gigante_roja</basic:source>
|
|
1931
|
+
</descripGrp>
|
|
1932
|
+
<termSec>
|
|
1933
|
+
<term>gigante roja</term>
|
|
1934
|
+
|
|
1935
|
+
|
|
1936
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1937
|
+
<descripGrp>
|
|
1938
|
+
<basic:context>La gigante roja S Orionis (S Ori) es una
|
|
1939
|
+
estrella variable del tipo Mira. Su masa es similar a la del Sol,
|
|
1940
|
+
con la diferencia de que está mucho más cerca de convertirse en una
|
|
1941
|
+
enana blanca, el mismo final que le espera a nuestro Sol dentro de 5
|
|
1942
|
+
mil millones de años.</basic:context>
|
|
1943
|
+
<basic:source>http://www.solociencia.com/astronomia/07071709.htm</basic:source>
|
|
1944
|
+
</descripGrp>
|
|
1945
|
+
</termSec>
|
|
1946
|
+
</langSec>
|
|
1947
|
+
</conceptEntry>
|
|
1948
|
+
|
|
1949
|
+
|
|
1950
|
+
<conceptEntry id="c24">
|
|
1951
|
+
<transacGrp>
|
|
1952
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1953
|
+
<date>2010-04-24</date>
|
|
1954
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1955
|
+
</transacGrp>
|
|
1956
|
+
<transacGrp>
|
|
1957
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1958
|
+
<date>2010-05-01</date>
|
|
1959
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1960
|
+
</transacGrp>
|
|
1961
|
+
<min:subjectField>General</min:subjectField>
|
|
1962
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Red_dwarf#/media/File:New_shot_of_Proxima_Centauri,_our_nearest_neighbour.jpg">Red_Dwarf.jpg</basic:xGraphic>
|
|
1963
|
+
<note>G-Source: http://www.wolflodge.org/bluestar/h_red_dwarf_02.jpg</note>
|
|
1964
|
+
<langSec xml:lang="en">
|
|
1965
|
+
<transacGrp>
|
|
1966
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1967
|
+
<date>2010-04-24</date>
|
|
1968
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1969
|
+
</transacGrp>
|
|
1970
|
+
<transacGrp>
|
|
1971
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
1972
|
+
<date>2010-04-24</date>
|
|
1973
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1974
|
+
</transacGrp>
|
|
1975
|
+
<descripGrp>
|
|
1976
|
+
<basic:definition>A cool, faint, low-mass star lying at the lower
|
|
1977
|
+
end of the main sequence of spectral type K or M.</basic:definition>
|
|
1978
|
+
<basic:source>Oxford2007</basic:source>
|
|
1979
|
+
</descripGrp>
|
|
1980
|
+
<termSec>
|
|
1981
|
+
<term>red dwarf</term>
|
|
1982
|
+
|
|
1983
|
+
|
|
1984
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
1985
|
+
<descripGrp>
|
|
1986
|
+
<basic:context>The dim red dward Proxima, more than a degree
|
|
1987
|
+
away from Alpha, is slightly closer to us.</basic:context>
|
|
1988
|
+
<basic:source>Moore2003</basic:source>
|
|
1989
|
+
</descripGrp>
|
|
1990
|
+
</termSec>
|
|
1991
|
+
</langSec>
|
|
1992
|
+
<langSec xml:lang="es">
|
|
1993
|
+
<transacGrp>
|
|
1994
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
1995
|
+
<date>2010-04-24</date>
|
|
1996
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
1997
|
+
</transacGrp>
|
|
1998
|
+
<transacGrp>
|
|
1999
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2000
|
+
<date>2010-04-24</date>
|
|
2001
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2002
|
+
</transacGrp>
|
|
2003
|
+
<descripGrp>
|
|
2004
|
+
<basic:definition>Una estrella pequeña y relativamente fría de la
|
|
2005
|
+
secuencia principal, ya sea de tipo espectral K tardío o M.</basic:definition>
|
|
2006
|
+
<basic:source>http://es.wikipedia.org/wiki/Enana_roja</basic:source>
|
|
2007
|
+
</descripGrp>
|
|
2008
|
+
<termSec>
|
|
2009
|
+
<term>enana roja</term>
|
|
2010
|
+
|
|
2011
|
+
|
|
2012
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2013
|
+
<descripGrp>
|
|
2014
|
+
<basic:context>El planeta que se ha descubierto girando
|
|
2015
|
+
alrededor de esta enana roja tiene una masa equivalente a la de
|
|
2016
|
+
Neptuno, es decir, es sólo 17 veces mayor que la Tierra y mucho
|
|
2017
|
+
menor que Saturno.</basic:context>
|
|
2018
|
+
<basic:source>http://axxon.com.ar/not/157/c-1570034.htm</basic:source>
|
|
2019
|
+
</descripGrp>
|
|
2020
|
+
</termSec>
|
|
2021
|
+
</langSec>
|
|
2022
|
+
</conceptEntry>
|
|
2023
|
+
|
|
2024
|
+
|
|
2025
|
+
<conceptEntry id="c25">
|
|
2026
|
+
<transacGrp>
|
|
2027
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2028
|
+
<date>2010-04-24</date>
|
|
2029
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2030
|
+
</transacGrp>
|
|
2031
|
+
<transacGrp>
|
|
2032
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2033
|
+
<date>2010-04-24</date>
|
|
2034
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2035
|
+
</transacGrp>
|
|
2036
|
+
<min:subjectField>General</min:subjectField>
|
|
2037
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Stellar_classification#/media/File:Zeta_Puppis.png">Spectral_Type.jpg</basic:xGraphic>
|
|
2038
|
+
<note>G-Source:
|
|
2039
|
+
http://www.astro.columbia.edu/~archung/labs/spring2002/images/spectral_type2.jpg</note>
|
|
2040
|
+
<langSec xml:lang="en">
|
|
2041
|
+
<transacGrp>
|
|
2042
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2043
|
+
<date>2010-04-24</date>
|
|
2044
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2045
|
+
</transacGrp>
|
|
2046
|
+
<transacGrp>
|
|
2047
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2048
|
+
<date>2010-04-24</date>
|
|
2049
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2050
|
+
</transacGrp>
|
|
2051
|
+
<descripGrp>
|
|
2052
|
+
<basic:definition>A means of classifying stars according to the
|
|
2053
|
+
details of their spectrum, depending largely on their surface
|
|
2054
|
+
temperature.</basic:definition>
|
|
2055
|
+
<basic:source>Oxford2007</basic:source>
|
|
2056
|
+
</descripGrp>
|
|
2057
|
+
<termSec>
|
|
2058
|
+
<term>spectral type</term>
|
|
2059
|
+
|
|
2060
|
+
|
|
2061
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2062
|
+
<descripGrp>
|
|
2063
|
+
<basic:context>In this version of a typical HR diagram, the
|
|
2064
|
+
stars are plotted according to their spectral types and suface
|
|
2065
|
+
temperatures (horzontal axis, x) and their luminositites in therms
|
|
2066
|
+
of the Sun (vertical axis, y).</basic:context>
|
|
2067
|
+
<basic:source>Moore2003, 171</basic:source>
|
|
2068
|
+
</descripGrp>
|
|
2069
|
+
</termSec>
|
|
2070
|
+
</langSec>
|
|
2071
|
+
<langSec xml:lang="es">
|
|
2072
|
+
<transacGrp>
|
|
2073
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2074
|
+
<date>2010-04-24</date>
|
|
2075
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2076
|
+
</transacGrp>
|
|
2077
|
+
<transacGrp>
|
|
2078
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2079
|
+
<date>2010-04-24</date>
|
|
2080
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2081
|
+
</transacGrp>
|
|
2082
|
+
<descripGrp>
|
|
2083
|
+
<basic:definition>El espectro de una estrella clasificado por una
|
|
2084
|
+
letra (O, B, A, F, G, K, M, R, N, S) seguida de un digito que describe
|
|
2085
|
+
el color de la estrella y su temperatura.</basic:definition>
|
|
2086
|
+
<basic:source>Basado en http://www.espacioprofundo.com.ar/diccionario/Glosario_de_Astronomia/vertermino/Tipo_espectral.html</basic:source>
|
|
2087
|
+
</descripGrp>
|
|
2088
|
+
<termSec>
|
|
2089
|
+
<term>tipo espectral</term>
|
|
2090
|
+
|
|
2091
|
+
|
|
2092
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2093
|
+
<descripGrp>
|
|
2094
|
+
<basic:context>En el gráfico superior se muestra la intensidad
|
|
2095
|
+
de las líneas espectrales según la temperatura de la estrella (tipo
|
|
2096
|
+
espectral)</basic:context>
|
|
2097
|
+
<basic:source>http://www.astrosurf.com/astronosur/estrellas.htm</basic:source>
|
|
2098
|
+
</descripGrp>
|
|
2099
|
+
</termSec>
|
|
2100
|
+
</langSec>
|
|
2101
|
+
</conceptEntry>
|
|
2102
|
+
|
|
2103
|
+
|
|
2104
|
+
<conceptEntry id="c26">
|
|
2105
|
+
<transacGrp>
|
|
2106
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2107
|
+
<date>2010-04-24</date>
|
|
2108
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2109
|
+
</transacGrp>
|
|
2110
|
+
<transacGrp>
|
|
2111
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2112
|
+
<date>2010-05-01</date>
|
|
2113
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2114
|
+
</transacGrp>
|
|
2115
|
+
<min:subjectField>General</min:subjectField>
|
|
2116
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/White_dwarf#/media/File:Sirius_A_and_B_Hubble_photo.editted.PNG">White_Dwarf.jpg</basic:xGraphic>
|
|
2117
|
+
<note>G-Source: http://www.stsci.edu/~inr/thisweek1/thisweek/WhiteDwarf.gif</note>
|
|
2118
|
+
<langSec xml:lang="en">
|
|
2119
|
+
<transacGrp>
|
|
2120
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2121
|
+
<date>2010-04-24</date>
|
|
2122
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2123
|
+
</transacGrp>
|
|
2124
|
+
<transacGrp>
|
|
2125
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2126
|
+
<date>2010-04-24</date>
|
|
2127
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2128
|
+
</transacGrp>
|
|
2129
|
+
<descripGrp>
|
|
2130
|
+
<basic:definition>A small dense star that is has run out of fuel
|
|
2131
|
+
for nuclear fusion, collapsing under its own gravity and blowing off its
|
|
2132
|
+
outer layers to form a planetary nebula in the process.</basic:definition>
|
|
2133
|
+
<basic:source>Based on Oxford2007 and Cambridge2007</basic:source>
|
|
2134
|
+
</descripGrp>
|
|
2135
|
+
<note>This is the end-result of all but the most massive of stars.</note>
|
|
2136
|
+
<note>N-Source: Oxford2007</note>
|
|
2137
|
+
<termSec>
|
|
2138
|
+
<term>white dwarf</term>
|
|
2139
|
+
|
|
2140
|
+
|
|
2141
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2142
|
+
<descripGrp>
|
|
2143
|
+
<basic:context>To the upper right lie giants and supergiants of
|
|
2144
|
+
tremendous luminosity, while to the lower left there are the white
|
|
2145
|
+
dwarfs, which are in a differnt category and were not known when HR
|
|
2146
|
+
Diagrams were introduced.</basic:context>
|
|
2147
|
+
<basic:source>Moore2003, 170</basic:source>
|
|
2148
|
+
</descripGrp>
|
|
2149
|
+
</termSec>
|
|
2150
|
+
</langSec>
|
|
2151
|
+
<langSec xml:lang="es">
|
|
2152
|
+
<transacGrp>
|
|
2153
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2154
|
+
<date>2010-04-24</date>
|
|
2155
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2156
|
+
</transacGrp>
|
|
2157
|
+
<transacGrp>
|
|
2158
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2159
|
+
<date>2010-04-24</date>
|
|
2160
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2161
|
+
</transacGrp>
|
|
2162
|
+
<descripGrp>
|
|
2163
|
+
<basic:definition>Un remanente estelar que se genera cuando una
|
|
2164
|
+
estrella de masa menor a 9-10 masas solares ha agotado su combustible
|
|
2165
|
+
nuclear.</basic:definition>
|
|
2166
|
+
<basic:source>http://es.wikipedia.org/wiki/Enana_blanca</basic:source>
|
|
2167
|
+
</descripGrp>
|
|
2168
|
+
<termSec>
|
|
2169
|
+
<term>enana blanca</term>
|
|
2170
|
+
|
|
2171
|
+
|
|
2172
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2173
|
+
<descripGrp>
|
|
2174
|
+
<basic:context>Cuando el material fusionable se agota la
|
|
2175
|
+
estrella pierde la presión interna producida por la fusión nuclear y
|
|
2176
|
+
puede colapsar inmediatamente terminando en una enana
|
|
2177
|
+
blanca.</basic:context>
|
|
2178
|
+
<basic:source>http://astroverada.com/_/Main/T_evolucion.html</basic:source>
|
|
2179
|
+
</descripGrp>
|
|
2180
|
+
</termSec>
|
|
2181
|
+
</langSec>
|
|
2182
|
+
</conceptEntry>
|
|
2183
|
+
|
|
2184
|
+
|
|
2185
|
+
<conceptEntry id="c27">
|
|
2186
|
+
<transacGrp>
|
|
2187
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2188
|
+
<date>2010-04-24</date>
|
|
2189
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2190
|
+
</transacGrp>
|
|
2191
|
+
<transacGrp>
|
|
2192
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2193
|
+
<date>2010-05-01</date>
|
|
2194
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2195
|
+
</transacGrp>
|
|
2196
|
+
<min:subjectField>General</min:subjectField>
|
|
2197
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Planetary_nebula#/media/File:NGC6543.jpg">Planetary_Nebula.jpg</basic:xGraphic>
|
|
2198
|
+
<note>G-Source:
|
|
2199
|
+
http://www.phys.ncku.edu.tw/~astrolab/mirrors/apod_e/image/0901/ngc2818_hheritage_800.jpg</note>
|
|
2200
|
+
<langSec xml:lang="en">
|
|
2201
|
+
<transacGrp>
|
|
2202
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2203
|
+
<date>2010-04-24</date>
|
|
2204
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2205
|
+
</transacGrp>
|
|
2206
|
+
<transacGrp>
|
|
2207
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2208
|
+
<date>2010-04-24</date>
|
|
2209
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2210
|
+
</transacGrp>
|
|
2211
|
+
<descripGrp>
|
|
2212
|
+
<basic:definition>A bright cloud of glowing gas and dust
|
|
2213
|
+
surrounding a highly evolved star.</basic:definition>
|
|
2214
|
+
<basic:source>Oxford2007</basic:source>
|
|
2215
|
+
</descripGrp>
|
|
2216
|
+
<note>As mass is gradually lost, the core of the star becomes more exposed,
|
|
2217
|
+
ultimately becoming a white dwarf. Also, planetary nebulae have nothing to
|
|
2218
|
+
do with planets, and are not true nebulae.</note>
|
|
2219
|
+
<note>N-Source: Based on Oxford2007 and Moore2003, 186</note>
|
|
2220
|
+
<termSec>
|
|
2221
|
+
<term>planetary nebula</term>
|
|
2222
|
+
|
|
2223
|
+
|
|
2224
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2225
|
+
<descripGrp>
|
|
2226
|
+
<basic:context>The star's outer layers are thrown off, and for
|
|
2227
|
+
a cosmically brief period - no more than about 100,000 years - we
|
|
2228
|
+
have the phenomenon of what is termed a planetary nebula.</basic:context>
|
|
2229
|
+
<basic:source>Moore2003, 173</basic:source>
|
|
2230
|
+
</descripGrp>
|
|
2231
|
+
</termSec>
|
|
2232
|
+
</langSec>
|
|
2233
|
+
<langSec xml:lang="es">
|
|
2234
|
+
<transacGrp>
|
|
2235
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2236
|
+
<date>2010-04-24</date>
|
|
2237
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2238
|
+
</transacGrp>
|
|
2239
|
+
<transacGrp>
|
|
2240
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2241
|
+
<date>2010-04-24</date>
|
|
2242
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2243
|
+
</transacGrp>
|
|
2244
|
+
<descripGrp>
|
|
2245
|
+
<basic:definition>Una nebulosa de emisión consistente en una
|
|
2246
|
+
envoltura brillante en expansión de plasma y gas ionizado, expulsada
|
|
2247
|
+
durante la fase de rama asintótica gigante que atraviesan las estrellas
|
|
2248
|
+
gigantes rojas en los últimos momentos de sus vidas.</basic:definition>
|
|
2249
|
+
<basic:source>http://es.wikipedia.org/wiki/Nebulosa_planetaria</basic:source>
|
|
2250
|
+
</descripGrp>
|
|
2251
|
+
<termSec>
|
|
2252
|
+
<term>nebulosa planetaria</term>
|
|
2253
|
+
|
|
2254
|
+
|
|
2255
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2256
|
+
<descripGrp>
|
|
2257
|
+
<basic:context>Las nebulosas planetarias resultan objetos muy
|
|
2258
|
+
espectaculares si se observan con un telescopio de media o gran
|
|
2259
|
+
potencia.</basic:context>
|
|
2260
|
+
<basic:source>http://www.astromia.com/glosario/nebulosaplanetaria.htm</basic:source>
|
|
2261
|
+
</descripGrp>
|
|
2262
|
+
</termSec>
|
|
2263
|
+
</langSec>
|
|
2264
|
+
</conceptEntry>
|
|
2265
|
+
|
|
2266
|
+
|
|
2267
|
+
<conceptEntry id="c28">
|
|
2268
|
+
<transacGrp>
|
|
2269
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2270
|
+
<date>2010-04-24</date>
|
|
2271
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2272
|
+
</transacGrp>
|
|
2273
|
+
<transacGrp>
|
|
2274
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2275
|
+
<date>2010-04-24</date>
|
|
2276
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2277
|
+
</transacGrp>
|
|
2278
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
2279
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Emission_nebula#/media/File:Ring_Nebula.jpg">Emission_Nebula.jpg</basic:xGraphic>
|
|
2280
|
+
<note>G-Source: http://apod.nasa.gov/apod/image/0612/NGC2174_lrg.jpg</note>
|
|
2281
|
+
<langSec xml:lang="en">
|
|
2282
|
+
<transacGrp>
|
|
2283
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2284
|
+
<date>2010-04-24</date>
|
|
2285
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2286
|
+
</transacGrp>
|
|
2287
|
+
<transacGrp>
|
|
2288
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2289
|
+
<date>2010-04-24</date>
|
|
2290
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2291
|
+
</transacGrp>
|
|
2292
|
+
<descripGrp>
|
|
2293
|
+
<basic:definition>A luminous cloud of gas and sust in space which
|
|
2294
|
+
shines with its own light, which can be generated in several
|
|
2295
|
+
ways.</basic:definition>
|
|
2296
|
+
<basic:source>Oxford2007</basic:source>
|
|
2297
|
+
</descripGrp>
|
|
2298
|
+
<note>Ultraviolet radiation, gas cloud collisions, and synchrotron radiation can
|
|
2299
|
+
all cause the emission nebula to shine.</note>
|
|
2300
|
+
<note>N-Source: Oxford2007</note>
|
|
2301
|
+
<termSec>
|
|
2302
|
+
<term>emission nebula</term>
|
|
2303
|
+
|
|
2304
|
+
|
|
2305
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2306
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
2307
|
+
<descripGrp>
|
|
2308
|
+
<basic:context>In this and other similar emission nebulae,
|
|
2309
|
+
energetic ultraviolet light from a hot young star strips electrons
|
|
2310
|
+
from the surrounding hydrogen atoms.</basic:context>
|
|
2311
|
+
<basic:source>http://apod.nasa.gov/apod/emission_nebulae.html</basic:source>
|
|
2312
|
+
</descripGrp>
|
|
2313
|
+
</termSec>
|
|
2314
|
+
</langSec>
|
|
2315
|
+
<langSec xml:lang="es">
|
|
2316
|
+
<transacGrp>
|
|
2317
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2318
|
+
<date>2010-04-24</date>
|
|
2319
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2320
|
+
</transacGrp>
|
|
2321
|
+
<transacGrp>
|
|
2322
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2323
|
+
<date>2010-04-24</date>
|
|
2324
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2325
|
+
</transacGrp>
|
|
2326
|
+
<descripGrp>
|
|
2327
|
+
<basic:definition>Una nube de gas interestelar que brilla por la
|
|
2328
|
+
excitación del gas, causado por radiación ultravioleta emitida por
|
|
2329
|
+
estrellas inmersas en la nube o por calentamiento debido a otro
|
|
2330
|
+
mecanismos. </basic:definition>
|
|
2331
|
+
<basic:source>http://www.diclib.com/Nebulosa%20de%20emisi%C3%B3n/show/en/es_astronomia/726</basic:source>
|
|
2332
|
+
</descripGrp>
|
|
2333
|
+
<termSec>
|
|
2334
|
+
<term>nebulosa de emisión</term>
|
|
2335
|
+
|
|
2336
|
+
|
|
2337
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2338
|
+
<descripGrp>
|
|
2339
|
+
<basic:context>Las nebulosas de emisión estan normalmente en
|
|
2340
|
+
los lugares de formación de estrellas.</basic:context>
|
|
2341
|
+
<basic:source>http://www.astrored.net/nebulosaweb/types.html</basic:source>
|
|
2342
|
+
</descripGrp>
|
|
2343
|
+
</termSec>
|
|
2344
|
+
</langSec>
|
|
2345
|
+
</conceptEntry>
|
|
2346
|
+
|
|
2347
|
+
|
|
2348
|
+
<conceptEntry id="c29">
|
|
2349
|
+
<transacGrp>
|
|
2350
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2351
|
+
<date>2010-04-24</date>
|
|
2352
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2353
|
+
</transacGrp>
|
|
2354
|
+
<transacGrp>
|
|
2355
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2356
|
+
<date>2010-04-24</date>
|
|
2357
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2358
|
+
</transacGrp>
|
|
2359
|
+
<min:subjectField>General</min:subjectField>
|
|
2360
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Nebula#/media/File:Eagle_nebula_pillars.jpg">Nebula.jpg</basic:xGraphic>
|
|
2361
|
+
<note>G-Source:
|
|
2362
|
+
http://my-blackberry.net/wallpapers/49/m/NASA_-_The_Horsehead_Nebula%2C_B33%2C_Orion_Nebula.jpg</note>
|
|
2363
|
+
<langSec xml:lang="en">
|
|
2364
|
+
<transacGrp>
|
|
2365
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2366
|
+
<date>2010-04-24</date>
|
|
2367
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2368
|
+
</transacGrp>
|
|
2369
|
+
<transacGrp>
|
|
2370
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2371
|
+
<date>2010-04-24</date>
|
|
2372
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2373
|
+
</transacGrp>
|
|
2374
|
+
<transacGrp>
|
|
2375
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2376
|
+
<date>2010-04-24</date>
|
|
2377
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2378
|
+
</transacGrp>
|
|
2379
|
+
<transacGrp>
|
|
2380
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2381
|
+
<date>2010-04-24</date>
|
|
2382
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2383
|
+
</transacGrp>
|
|
2384
|
+
<descripGrp>
|
|
2385
|
+
<basic:definition>A cloud of interstellar gas and dust.</basic:definition>
|
|
2386
|
+
<basic:source>Cambridge2007</basic:source>
|
|
2387
|
+
</descripGrp>
|
|
2388
|
+
<note>The term was originally applied to any object with a fuzzy telescopic
|
|
2389
|
+
appearance, but with the advent of larger instruments many 'nebulae' were
|
|
2390
|
+
found to consist of faint stars.</note>
|
|
2391
|
+
<note>N-Source: Oxford2007</note>
|
|
2392
|
+
<termSec>
|
|
2393
|
+
<term>nebula</term>
|
|
2394
|
+
|
|
2395
|
+
|
|
2396
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2397
|
+
<note>Grammatical Number: singular</note>
|
|
2398
|
+
<descripGrp>
|
|
2399
|
+
<basic:context>According to current theory, a star begins by
|
|
2400
|
+
condensing out of the tenuous material making up a nebula.</basic:context>
|
|
2401
|
+
<basic:source>Moore2003, 172</basic:source>
|
|
2402
|
+
</descripGrp>
|
|
2403
|
+
</termSec>
|
|
2404
|
+
<termSec>
|
|
2405
|
+
<term>nebulae</term>
|
|
2406
|
+
|
|
2407
|
+
|
|
2408
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2409
|
+
<note>Grammatical Number: plural</note>
|
|
2410
|
+
<descripGrp>
|
|
2411
|
+
<basic:context>Other nebulae are within the range of small
|
|
2412
|
+
telescopes.</basic:context>
|
|
2413
|
+
<basic:source>Moore2003, 187</basic:source>
|
|
2414
|
+
</descripGrp>
|
|
2415
|
+
</termSec>
|
|
2416
|
+
</langSec>
|
|
2417
|
+
<langSec xml:lang="es">
|
|
2418
|
+
<transacGrp>
|
|
2419
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2420
|
+
<date>2010-04-24</date>
|
|
2421
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2422
|
+
</transacGrp>
|
|
2423
|
+
<transacGrp>
|
|
2424
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2425
|
+
<date>2010-04-24</date>
|
|
2426
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2427
|
+
</transacGrp>
|
|
2428
|
+
<descripGrp>
|
|
2429
|
+
<basic:definition>Regiones del medio interestelar constituidas por
|
|
2430
|
+
gases (principalmente hidrógeno y helio) y polvo.</basic:definition>
|
|
2431
|
+
<basic:source>http://es.wikipedia.org/wiki/Nebulosa</basic:source>
|
|
2432
|
+
</descripGrp>
|
|
2433
|
+
<termSec>
|
|
2434
|
+
<term>nebulosa</term>
|
|
2435
|
+
|
|
2436
|
+
|
|
2437
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2438
|
+
<descripGrp>
|
|
2439
|
+
<basic:context>A unos 1.500 años-luz de distancia, dentro de
|
|
2440
|
+
nuestro brazo espiral en la Vía Láctea, la Nebulosa de Orión está en
|
|
2441
|
+
el centro de la región de la Espada de la constelación de Orión el
|
|
2442
|
+
Cazador, que domina el cielo nocturno a inicios del invierno, en las
|
|
2443
|
+
latitudes Norte.</basic:context>
|
|
2444
|
+
<basic:source>http://www.oarval.org/OrionNebsp.htm</basic:source>
|
|
2445
|
+
</descripGrp>
|
|
2446
|
+
</termSec>
|
|
2447
|
+
</langSec>
|
|
2448
|
+
</conceptEntry>
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
<conceptEntry id="c30">
|
|
2452
|
+
<transacGrp>
|
|
2453
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2454
|
+
<date>2010-04-28</date>
|
|
2455
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2456
|
+
</transacGrp>
|
|
2457
|
+
<transacGrp>
|
|
2458
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2459
|
+
<date>2010-04-29</date>
|
|
2460
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2461
|
+
</transacGrp>
|
|
2462
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
2463
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Dark_nebula#/media/File:All_Quiet_in_the_Nursery%3F.jpg">Dark_Nebula.jpg</basic:xGraphic>
|
|
2464
|
+
<note>G-Source: http://www.mallorcaweb.net/masm/obstel/caballo.GIF</note>
|
|
2465
|
+
<langSec xml:lang="en">
|
|
2466
|
+
<transacGrp>
|
|
2467
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2468
|
+
<date>2010-04-28</date>
|
|
2469
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2470
|
+
</transacGrp>
|
|
2471
|
+
<transacGrp>
|
|
2472
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2473
|
+
<date>2010-04-28</date>
|
|
2474
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2475
|
+
</transacGrp>
|
|
2476
|
+
<transacGrp>
|
|
2477
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2478
|
+
<date>2010-04-28</date>
|
|
2479
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2480
|
+
</transacGrp>
|
|
2481
|
+
<transacGrp>
|
|
2482
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2483
|
+
<date>2010-04-28</date>
|
|
2484
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2485
|
+
</transacGrp>
|
|
2486
|
+
<descripGrp>
|
|
2487
|
+
<basic:definition>A type of interstellar cloud that is so dense
|
|
2488
|
+
that it obscures the light from the background emission or reflection
|
|
2489
|
+
nebula or that it blocks out background stars.</basic:definition>
|
|
2490
|
+
<basic:source>http://en.wikipedia.org/wiki/Dark_nebula</basic:source>
|
|
2491
|
+
</descripGrp>
|
|
2492
|
+
<termSec>
|
|
2493
|
+
<term>dark nebula</term>
|
|
2494
|
+
|
|
2495
|
+
|
|
2496
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2497
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
2498
|
+
<descripGrp>
|
|
2499
|
+
<basic:context>There is no difference between a dark nebula and
|
|
2500
|
+
a bright one, except for the lack of illumination.</basic:context>
|
|
2501
|
+
<basic:source>Moore2003, 187</basic:source>
|
|
2502
|
+
</descripGrp>
|
|
2503
|
+
</termSec>
|
|
2504
|
+
<termSec>
|
|
2505
|
+
<term>absorbtion nebula</term>
|
|
2506
|
+
|
|
2507
|
+
|
|
2508
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2509
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
2510
|
+
<descripGrp>
|
|
2511
|
+
<basic:context>An absorption nebula is a dense cloud of dust
|
|
2512
|
+
and gas. From the point of view of an observer on Earth, it absorbs
|
|
2513
|
+
the light from more distant stars, creating a dark, starless
|
|
2514
|
+
region.</basic:context>
|
|
2515
|
+
<basic:source>http://www.glyphweb.com/esky/concepts/absorptionnebula.html</basic:source>
|
|
2516
|
+
</descripGrp>
|
|
2517
|
+
</termSec>
|
|
2518
|
+
</langSec>
|
|
2519
|
+
<langSec xml:lang="es">
|
|
2520
|
+
<transacGrp>
|
|
2521
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2522
|
+
<date>2010-04-28</date>
|
|
2523
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2524
|
+
</transacGrp>
|
|
2525
|
+
<transacGrp>
|
|
2526
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2527
|
+
<date>2010-04-28</date>
|
|
2528
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2529
|
+
</transacGrp>
|
|
2530
|
+
<transacGrp>
|
|
2531
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2532
|
+
<date>2010-04-28</date>
|
|
2533
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2534
|
+
</transacGrp>
|
|
2535
|
+
<transacGrp>
|
|
2536
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2537
|
+
<date>2010-04-28</date>
|
|
2538
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2539
|
+
</transacGrp>
|
|
2540
|
+
<descripGrp>
|
|
2541
|
+
<basic:definition>Nubes de polvo que simplemente tapan la luz de lo
|
|
2542
|
+
que haya detras.</basic:definition>
|
|
2543
|
+
<basic:source>http://www.astrored.net/nebulosaweb/types.html</basic:source>
|
|
2544
|
+
</descripGrp>
|
|
2545
|
+
<termSec>
|
|
2546
|
+
<term>nebulosa oscura</term>
|
|
2547
|
+
|
|
2548
|
+
|
|
2549
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2550
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
2551
|
+
<descripGrp>
|
|
2552
|
+
<basic:context>Aqui hay un mapa que muestra las regiones de
|
|
2553
|
+
nebulosas oscuras que estan en un radio de 2000 años luz.</basic:context>
|
|
2554
|
+
<basic:source>http://www.atlasoftheuniverse.com/espanol/darknebs.html</basic:source>
|
|
2555
|
+
</descripGrp>
|
|
2556
|
+
</termSec>
|
|
2557
|
+
<termSec>
|
|
2558
|
+
<term>nebulosa de absorción</term>
|
|
2559
|
+
|
|
2560
|
+
|
|
2561
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2562
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
2563
|
+
<descripGrp>
|
|
2564
|
+
<basic:context>El caso más opuesto a las nebulosas de emisión
|
|
2565
|
+
son las nebulosas de absorción (nebulosas oscuras). Estas ni si
|
|
2566
|
+
quiera están rodeadas de estrellas lo suficientemente potentes ni
|
|
2567
|
+
cercanas para hacer llegar la luminosidad suficiente para que la
|
|
2568
|
+
nebulosa pueda reflejarla.</basic:context>
|
|
2569
|
+
<basic:source>http://www.blogdeastronomia.es/astronomia/formacion-de-estrellas/las-nebulosas</basic:source>
|
|
2570
|
+
</descripGrp>
|
|
2571
|
+
</termSec>
|
|
2572
|
+
</langSec>
|
|
2573
|
+
</conceptEntry>
|
|
2574
|
+
|
|
2575
|
+
|
|
2576
|
+
<conceptEntry id="c31">
|
|
2577
|
+
<transacGrp>
|
|
2578
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2579
|
+
<date>2010-04-28</date>
|
|
2580
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2581
|
+
</transacGrp>
|
|
2582
|
+
<transacGrp>
|
|
2583
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2584
|
+
<date>2010-04-28</date>
|
|
2585
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2586
|
+
</transacGrp>
|
|
2587
|
+
<min:subjectField>Stellar Birth</min:subjectField>
|
|
2588
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Reflection_nebula#/media/File:Reflection.nebula.arp.750pix.jpg">Reflection_Nebula.jpeg</basic:xGraphic>
|
|
2589
|
+
<note>G-Source:
|
|
2590
|
+
http://mm04.nasaimages.org/MediaManager/srvr?mediafile=/Size3/NVA2-8-NA/14107/full_tif.jpg&userid=1&username=admin&resolution=3&servertype=JVA&cid=8&iid=NVA2&vcid=NA&usergroup=HUBBLE&profileid=39</note>
|
|
2591
|
+
<langSec xml:lang="en">
|
|
2592
|
+
<transacGrp>
|
|
2593
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2594
|
+
<date>2010-04-28</date>
|
|
2595
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2596
|
+
</transacGrp>
|
|
2597
|
+
<transacGrp>
|
|
2598
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2599
|
+
<date>2010-04-28</date>
|
|
2600
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2601
|
+
</transacGrp>
|
|
2602
|
+
<descripGrp>
|
|
2603
|
+
<basic:definition>A cloud of interstellar gas and dust that appears
|
|
2604
|
+
bight because it reflects or scatters starlight.</basic:definition>
|
|
2605
|
+
<basic:source>Oxford2007</basic:source>
|
|
2606
|
+
</descripGrp>
|
|
2607
|
+
<termSec>
|
|
2608
|
+
<term>reflection nebula</term>
|
|
2609
|
+
|
|
2610
|
+
|
|
2611
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2612
|
+
<descripGrp>
|
|
2613
|
+
<basic:context>Just weeks after NASA astronauts repaired the
|
|
2614
|
+
Hubble Space Telescope in December 1999, the Hubble Heritage Project
|
|
2615
|
+
snapped this picture of NGC 1999, a reflection nebula in the
|
|
2616
|
+
constellation Orion. </basic:context>
|
|
2617
|
+
<basic:source>http://www.nasa.gov/multimedia/imagegallery/image_feature_701.html</basic:source>
|
|
2618
|
+
</descripGrp>
|
|
2619
|
+
</termSec>
|
|
2620
|
+
</langSec>
|
|
2621
|
+
<langSec xml:lang="es">
|
|
2622
|
+
<transacGrp>
|
|
2623
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2624
|
+
<date>2010-04-28</date>
|
|
2625
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2626
|
+
</transacGrp>
|
|
2627
|
+
<transacGrp>
|
|
2628
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2629
|
+
<date>2010-04-28</date>
|
|
2630
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2631
|
+
</transacGrp>
|
|
2632
|
+
<descripGrp>
|
|
2633
|
+
<basic:definition>Nubes de polvo que simplemente reflejan la luz de
|
|
2634
|
+
una estrella o estrellas cercanas.</basic:definition>
|
|
2635
|
+
<basic:source>http://www.astrored.net/nebulosaweb/types.html</basic:source>
|
|
2636
|
+
</descripGrp>
|
|
2637
|
+
<termSec>
|
|
2638
|
+
<term>nebulosa de reflexión</term>
|
|
2639
|
+
|
|
2640
|
+
|
|
2641
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2642
|
+
<descripGrp>
|
|
2643
|
+
<basic:context>Como el propio nombre implica, esta nebulosa de
|
|
2644
|
+
reflexión asociada con la estrella Rigel, se asemeja a una vieja
|
|
2645
|
+
arpía de un cuento de hadas. </basic:context>
|
|
2646
|
+
<basic:source>http://www.astrofotos.com.es/2008/11/nebulosa-de-la-cabeza-de-bruja.html</basic:source>
|
|
2647
|
+
</descripGrp>
|
|
2648
|
+
</termSec>
|
|
2649
|
+
</langSec>
|
|
2650
|
+
</conceptEntry>
|
|
2651
|
+
|
|
2652
|
+
|
|
2653
|
+
<conceptEntry id="c32">
|
|
2654
|
+
<transacGrp>
|
|
2655
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2656
|
+
<date>2010-04-29</date>
|
|
2657
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2658
|
+
</transacGrp>
|
|
2659
|
+
<transacGrp>
|
|
2660
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2661
|
+
<date>2010-04-29</date>
|
|
2662
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2663
|
+
</transacGrp>
|
|
2664
|
+
<min:subjectField>General</min:subjectField>
|
|
2665
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Neutron_star#/media/File:PIA18848-PSRB1509-58-ChandraXRay-WiseIR-20141023.jpg">Neutron_Star.jpg</basic:xGraphic>
|
|
2666
|
+
<note>G-Source: http://nrumiano.free.fr/Images/Neutron_star_E.gif</note>
|
|
2667
|
+
<langSec xml:lang="en">
|
|
2668
|
+
<transacGrp>
|
|
2669
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2670
|
+
<date>2010-04-29</date>
|
|
2671
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2672
|
+
</transacGrp>
|
|
2673
|
+
<transacGrp>
|
|
2674
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2675
|
+
<date>2010-04-29</date>
|
|
2676
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2677
|
+
</transacGrp>
|
|
2678
|
+
<termSec>
|
|
2679
|
+
<term>neutron star</term>
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2683
|
+
<descripGrp>
|
|
2684
|
+
<basic:context>After its Main Sequence period the star becomes
|
|
2685
|
+
a red supergiant and may explode as a supernova. It may end as a
|
|
2686
|
+
neutron star or pulsar, although if its mass is even greater it may
|
|
2687
|
+
poroduce a black hole.</basic:context>
|
|
2688
|
+
<basic:source>Moore2003, 173</basic:source>
|
|
2689
|
+
</descripGrp>
|
|
2690
|
+
</termSec>
|
|
2691
|
+
</langSec>
|
|
2692
|
+
<langSec xml:lang="es">
|
|
2693
|
+
<transacGrp>
|
|
2694
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2695
|
+
<date>2010-04-29</date>
|
|
2696
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2697
|
+
</transacGrp>
|
|
2698
|
+
<transacGrp>
|
|
2699
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2700
|
+
<date>2010-04-29</date>
|
|
2701
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2702
|
+
</transacGrp>
|
|
2703
|
+
<descripGrp>
|
|
2704
|
+
<basic:definition>Un cuerpo pequeño muy denso que se forma en el
|
|
2705
|
+
envejecimiento de una estrella pesada y que está formada únicamente por
|
|
2706
|
+
partículas subatómicas denominadas neutrones.</basic:definition>
|
|
2707
|
+
<basic:source>http://www.astroasa.com.ar/diccionario_astro.htm</basic:source>
|
|
2708
|
+
</descripGrp>
|
|
2709
|
+
<termSec>
|
|
2710
|
+
<term>estrella de neutrones</term>
|
|
2711
|
+
|
|
2712
|
+
|
|
2713
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2714
|
+
<descripGrp>
|
|
2715
|
+
<basic:context>El Gran Telescopio Canarias (GTC), instalado en
|
|
2716
|
+
el Observatorio del Roque de los Muchachos (La Palma), ha obtenido
|
|
2717
|
+
imágenes de una profundidad "sin precedentes" de una estrella de
|
|
2718
|
+
neutrones del tipo magnetar, de las que se conocen seis, según ha
|
|
2719
|
+
informado el Instituto de Astrofísica de Canarias (IAC).</basic:context>
|
|
2720
|
+
<basic:source>http://www.rtve.es/noticias/20100301/imagen-unica-estrella-neutrones-cazada-canarias/321412.shtml</basic:source>
|
|
2721
|
+
</descripGrp>
|
|
2722
|
+
</termSec>
|
|
2723
|
+
</langSec>
|
|
2724
|
+
</conceptEntry>
|
|
2725
|
+
|
|
2726
|
+
|
|
2727
|
+
<conceptEntry id="c33">
|
|
2728
|
+
<transacGrp>
|
|
2729
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2730
|
+
<date>2010-04-29</date>
|
|
2731
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2732
|
+
</transacGrp>
|
|
2733
|
+
<transacGrp>
|
|
2734
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2735
|
+
<date>2010-05-01</date>
|
|
2736
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2737
|
+
</transacGrp>
|
|
2738
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
2739
|
+
<langSec xml:lang="en">
|
|
2740
|
+
<transacGrp>
|
|
2741
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2742
|
+
<date>2010-04-29</date>
|
|
2743
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2744
|
+
</transacGrp>
|
|
2745
|
+
<transacGrp>
|
|
2746
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2747
|
+
<date>2010-04-29</date>
|
|
2748
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2749
|
+
</transacGrp>
|
|
2750
|
+
<descripGrp>
|
|
2751
|
+
<basic:definition>The maximum possible mass of a degenerate star,
|
|
2752
|
+
above which it will be unable to support itself against the inward pull
|
|
2753
|
+
of its own gravity. </basic:definition>
|
|
2754
|
+
<basic:source>Oxford2007</basic:source>
|
|
2755
|
+
</descripGrp>
|
|
2756
|
+
<note>For a star with no hydrogen content the limit is 1.44 solar masses, which
|
|
2757
|
+
is thus the maximum possible for a white dwarf.</note>
|
|
2758
|
+
<note>N-Source: Oxford2007</note>
|
|
2759
|
+
<termSec>
|
|
2760
|
+
<term>Chandrasekhar limit</term>
|
|
2761
|
+
|
|
2762
|
+
|
|
2763
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2764
|
+
<descripGrp>
|
|
2765
|
+
<basic:context>However, there is a limit, once the mass of the
|
|
2766
|
+
white dwarf becomes greater than 1.4 time that of the sun )a value
|
|
2767
|
+
known as the Chandrasekhar limit, after the Indian astronomer who
|
|
2768
|
+
first worked it out=, the carbon detonates, and in a matter of a few
|
|
2769
|
+
seconds the white dwarf blows itself to pieces.</basic:context>
|
|
2770
|
+
<basic:source>Moore2003</basic:source>
|
|
2771
|
+
</descripGrp>
|
|
2772
|
+
</termSec>
|
|
2773
|
+
</langSec>
|
|
2774
|
+
<langSec xml:lang="es">
|
|
2775
|
+
<transacGrp>
|
|
2776
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2777
|
+
<date>2010-04-29</date>
|
|
2778
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2779
|
+
</transacGrp>
|
|
2780
|
+
<transacGrp>
|
|
2781
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2782
|
+
<date>2010-04-29</date>
|
|
2783
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2784
|
+
</transacGrp>
|
|
2785
|
+
<descripGrp>
|
|
2786
|
+
<basic:definition>El límite de masa más allá del cual la
|
|
2787
|
+
degeneración de electrones no es capaz de contrarrestar la fuerza de
|
|
2788
|
+
gravedad en un remanente estelar, produciéndose un colapso que origina
|
|
2789
|
+
una estrella de neutrones o un agujero negro. </basic:definition>
|
|
2790
|
+
<basic:source>http://es.wikipedia.org/wiki/L%C3%ADmite_de_Chandrasekhar</basic:source>
|
|
2791
|
+
</descripGrp>
|
|
2792
|
+
<termSec>
|
|
2793
|
+
<term>límite de Chandrasekhar</term>
|
|
2794
|
+
|
|
2795
|
+
|
|
2796
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2797
|
+
<descripGrp>
|
|
2798
|
+
<basic:context>Descubrió una masa (aproximadamente 1.5 veces la
|
|
2799
|
+
masa del Sol) en la que una estrella fría no podría soportar su
|
|
2800
|
+
gravedad. Esto es lo que se conoce como el límite de
|
|
2801
|
+
Chandrasekhar.</basic:context>
|
|
2802
|
+
<basic:source>http://html.rincondelvago.com/agujeros-negros_5.html</basic:source>
|
|
2803
|
+
</descripGrp>
|
|
2804
|
+
</termSec>
|
|
2805
|
+
</langSec>
|
|
2806
|
+
</conceptEntry>
|
|
2807
|
+
|
|
2808
|
+
|
|
2809
|
+
<conceptEntry id="c34">
|
|
2810
|
+
<transacGrp>
|
|
2811
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2812
|
+
<date>2010-04-29</date>
|
|
2813
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2814
|
+
</transacGrp>
|
|
2815
|
+
<transacGrp>
|
|
2816
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2817
|
+
<date>2010-05-01</date>
|
|
2818
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2819
|
+
</transacGrp>
|
|
2820
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
2821
|
+
<langSec xml:lang="en">
|
|
2822
|
+
<transacGrp>
|
|
2823
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2824
|
+
<date>2010-04-29</date>
|
|
2825
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2826
|
+
</transacGrp>
|
|
2827
|
+
<transacGrp>
|
|
2828
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2829
|
+
<date>2010-04-29</date>
|
|
2830
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2831
|
+
</transacGrp>
|
|
2832
|
+
<descripGrp>
|
|
2833
|
+
<basic:definition>The state of degeneracy attained when the density
|
|
2834
|
+
of matter is so high that neutrons cannot be packed any more closely
|
|
2835
|
+
together.</basic:definition>
|
|
2836
|
+
<basic:source>Oxford2007</basic:source>
|
|
2837
|
+
</descripGrp>
|
|
2838
|
+
<note>Encountered on in neutron stars.</note>
|
|
2839
|
+
<note>N-Source: Oxford2007</note>
|
|
2840
|
+
<termSec>
|
|
2841
|
+
<term>neutron degeneracy</term>
|
|
2842
|
+
|
|
2843
|
+
|
|
2844
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2845
|
+
<descripGrp>
|
|
2846
|
+
<basic:context>When it reaches the threshold of energy
|
|
2847
|
+
necessary to force the combining of electrons and protons to form
|
|
2848
|
+
neutrons, the electron degeneracy limit has been passed and the
|
|
2849
|
+
collapse continues until it is stopped by neutron
|
|
2850
|
+
degeneracy.</basic:context>
|
|
2851
|
+
<basic:source>http://hyperphysics.phy-astr.gsu.edu/HBASE/Astro/pulsar.html</basic:source>
|
|
2852
|
+
</descripGrp>
|
|
2853
|
+
</termSec>
|
|
2854
|
+
</langSec>
|
|
2855
|
+
<langSec xml:lang="es">
|
|
2856
|
+
<transacGrp>
|
|
2857
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2858
|
+
<date>2010-04-29</date>
|
|
2859
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2860
|
+
</transacGrp>
|
|
2861
|
+
<transacGrp>
|
|
2862
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2863
|
+
<date>2010-04-29</date>
|
|
2864
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2865
|
+
</transacGrp>
|
|
2866
|
+
<descripGrp>
|
|
2867
|
+
<basic:definition>El estado de degeneración alcanzado cuando la
|
|
2868
|
+
densidad de materia es tan alta, que los neutrones no pueden juntarse
|
|
2869
|
+
más.</basic:definition>
|
|
2870
|
+
<basic:source>Oxford2003</basic:source>
|
|
2871
|
+
</descripGrp>
|
|
2872
|
+
<termSec>
|
|
2873
|
+
<term>degeneración de neutrones</term>
|
|
2874
|
+
|
|
2875
|
+
|
|
2876
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2877
|
+
<descripGrp>
|
|
2878
|
+
<basic:context>Es la principal responsable de la resistencia al
|
|
2879
|
+
colapso gravitacional de las enanas blancas (degeneración de
|
|
2880
|
+
electrones) y de las estrellas de neutrones (degeneración de
|
|
2881
|
+
neutrones). </basic:context>
|
|
2882
|
+
<basic:source>http://www.emiliosilveravazquez.com/glosario.php?letra=d</basic:source>
|
|
2883
|
+
</descripGrp>
|
|
2884
|
+
</termSec>
|
|
2885
|
+
</langSec>
|
|
2886
|
+
</conceptEntry>
|
|
2887
|
+
|
|
2888
|
+
|
|
2889
|
+
<conceptEntry id="c35">
|
|
2890
|
+
<transacGrp>
|
|
2891
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2892
|
+
<date>2010-04-29</date>
|
|
2893
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2894
|
+
</transacGrp>
|
|
2895
|
+
<transacGrp>
|
|
2896
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2897
|
+
<date>2010-05-01</date>
|
|
2898
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2899
|
+
</transacGrp>
|
|
2900
|
+
<min:subjectField>General</min:subjectField>
|
|
2901
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Event_horizon#/media/File:Spacetime_lattice_analogy.svg">Event_Horizon.jpg</basic:xGraphic>
|
|
2902
|
+
<note>G-Source:
|
|
2903
|
+
http://www.astro.cornell.edu/academics/courses/astro2201/images/bh_structure.gif</note>
|
|
2904
|
+
<langSec xml:lang="en">
|
|
2905
|
+
<transacGrp>
|
|
2906
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2907
|
+
<date>2010-04-29</date>
|
|
2908
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2909
|
+
</transacGrp>
|
|
2910
|
+
<transacGrp>
|
|
2911
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2912
|
+
<date>2010-04-29</date>
|
|
2913
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2914
|
+
</transacGrp>
|
|
2915
|
+
<descripGrp>
|
|
2916
|
+
<basic:definition>The radius of the event horizon of a black
|
|
2917
|
+
hole.</basic:definition>
|
|
2918
|
+
<basic:source>Oxford2007</basic:source>
|
|
2919
|
+
</descripGrp>
|
|
2920
|
+
<termSec>
|
|
2921
|
+
<term>Schwarzschild radius</term>
|
|
2922
|
+
|
|
2923
|
+
|
|
2924
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2925
|
+
<descripGrp>
|
|
2926
|
+
<basic:context>The critical radius of a non-rotating black hole
|
|
2927
|
+
is called the Schwarzschild radius, after the German astronomer who
|
|
2928
|
+
investermSecated the problem mathematically as long ago as 1916: the
|
|
2929
|
+
boundary around the collapsed star having this radius is termed the
|
|
2930
|
+
'event horizon'.</basic:context>
|
|
2931
|
+
<basic:source>Moore2003</basic:source>
|
|
2932
|
+
</descripGrp>
|
|
2933
|
+
<note>Related Term: event horizon</note>
|
|
2934
|
+
</termSec>
|
|
2935
|
+
</langSec>
|
|
2936
|
+
<langSec xml:lang="es">
|
|
2937
|
+
<transacGrp>
|
|
2938
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2939
|
+
<date>2010-04-29</date>
|
|
2940
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2941
|
+
</transacGrp>
|
|
2942
|
+
<transacGrp>
|
|
2943
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2944
|
+
<date>2010-04-29</date>
|
|
2945
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2946
|
+
</transacGrp>
|
|
2947
|
+
<descripGrp>
|
|
2948
|
+
<basic:definition>El radio del horizonte de sucesos para un agujero
|
|
2949
|
+
negro.</basic:definition>
|
|
2950
|
+
<basic:source>http://www.astrocosmo.cl/glosario/glosar-r.htm</basic:source>
|
|
2951
|
+
</descripGrp>
|
|
2952
|
+
<termSec>
|
|
2953
|
+
<term>radio de Schwarzschild</term>
|
|
2954
|
+
|
|
2955
|
+
|
|
2956
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
2957
|
+
<descripGrp>
|
|
2958
|
+
<basic:context>Me pareció muy interesante este vídeo del
|
|
2959
|
+
proyecto Sixty Symbols de la Universidad de Nottingham en el que
|
|
2960
|
+
explican de forma divulgativa qué es el radio de Schwarzschild.
|
|
2961
|
+
Básicamente es el radio de un agujero negro.</basic:context>
|
|
2962
|
+
<basic:source>http://www.microsiervos.com/archivo/ciencia/agujeros-negros-y-el-radio-de-schwarzschild.html</basic:source>
|
|
2963
|
+
</descripGrp>
|
|
2964
|
+
<note>Related Term: horizonte de sucesos, horizonte de eventos</note>
|
|
2965
|
+
</termSec>
|
|
2966
|
+
</langSec>
|
|
2967
|
+
</conceptEntry>
|
|
2968
|
+
|
|
2969
|
+
|
|
2970
|
+
<conceptEntry id="c36">
|
|
2971
|
+
<transacGrp>
|
|
2972
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2973
|
+
<date>2010-04-29</date>
|
|
2974
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2975
|
+
</transacGrp>
|
|
2976
|
+
<transacGrp>
|
|
2977
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2978
|
+
<date>2010-05-01</date>
|
|
2979
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2980
|
+
</transacGrp>
|
|
2981
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
2982
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Event_horizon#/media/File:Spacetime_lattice_analogy.svg">Event_Horizon.jpg</basic:xGraphic>
|
|
2983
|
+
<note>G-Source:
|
|
2984
|
+
http://www.astro.cornell.edu/academics/courses/astro2201/images/bh_structure.gif</note>
|
|
2985
|
+
<langSec xml:lang="en">
|
|
2986
|
+
<transacGrp>
|
|
2987
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
2988
|
+
<date>2010-04-29</date>
|
|
2989
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2990
|
+
</transacGrp>
|
|
2991
|
+
<transacGrp>
|
|
2992
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
2993
|
+
<date>2010-04-29</date>
|
|
2994
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
2995
|
+
</transacGrp>
|
|
2996
|
+
<descripGrp>
|
|
2997
|
+
<basic:definition>The surface of a black hole.</basic:definition>
|
|
2998
|
+
<basic:source>Oxford2007</basic:source>
|
|
2999
|
+
</descripGrp>
|
|
3000
|
+
<termSec>
|
|
3001
|
+
<term>event horizon</term>
|
|
3002
|
+
|
|
3003
|
+
|
|
3004
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3005
|
+
<descripGrp>
|
|
3006
|
+
<basic:context>Narayan and Heyl have calculated that if very
|
|
3007
|
+
heavy objects do not collapse to a point with an event horizon but
|
|
3008
|
+
instead have a surface, they would eject as many type 1 bursts as
|
|
3009
|
+
neutron stars.</basic:context>
|
|
3010
|
+
<basic:source>http://www.newscientist.com/article/dn2527-astronomers-reach-the-event-horizon.html</basic:source>
|
|
3011
|
+
</descripGrp>
|
|
3012
|
+
</termSec>
|
|
3013
|
+
</langSec>
|
|
3014
|
+
<langSec xml:lang="es">
|
|
3015
|
+
<transacGrp>
|
|
3016
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3017
|
+
<date>2010-04-29</date>
|
|
3018
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3019
|
+
</transacGrp>
|
|
3020
|
+
<transacGrp>
|
|
3021
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3022
|
+
<date>2010-04-29</date>
|
|
3023
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3024
|
+
</transacGrp>
|
|
3025
|
+
<transacGrp>
|
|
3026
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3027
|
+
<date>2010-04-29</date>
|
|
3028
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3029
|
+
</transacGrp>
|
|
3030
|
+
<transacGrp>
|
|
3031
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3032
|
+
<date>2010-04-29</date>
|
|
3033
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3034
|
+
</transacGrp>
|
|
3035
|
+
<descripGrp>
|
|
3036
|
+
<basic:definition>El superficie de un agujero negro.</basic:definition>
|
|
3037
|
+
<basic:source>Oxford2003</basic:source>
|
|
3038
|
+
</descripGrp>
|
|
3039
|
+
<termSec>
|
|
3040
|
+
<term>horizonte de sucesos</term>
|
|
3041
|
+
|
|
3042
|
+
|
|
3043
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3044
|
+
<descripGrp>
|
|
3045
|
+
<basic:context>En consecuencia, aquí, cuando nos estamos
|
|
3046
|
+
refiriendo a una «singularidad», estamos pensando en una masa con
|
|
3047
|
+
volumen nulo rodeada de una frontera gravitacional llamada
|
|
3048
|
+
«horizonte de sucesos», de la cual nada puede escapar. </basic:context>
|
|
3049
|
+
<basic:source>http://www.astrocosmo.cl/h-foton/h-foton-03_08-01.htm</basic:source>
|
|
3050
|
+
</descripGrp>
|
|
3051
|
+
</termSec>
|
|
3052
|
+
<termSec>
|
|
3053
|
+
<term>horizonte de eventos</term>
|
|
3054
|
+
|
|
3055
|
+
|
|
3056
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3057
|
+
<descripGrp>
|
|
3058
|
+
<basic:context>InvestermSecadores de la Universidad de St. Andrews
|
|
3059
|
+
en Escocia, afirman haber encontrado una forma de simular un
|
|
3060
|
+
horizonte de eventos de un agujero negro – no a través de una nueva
|
|
3061
|
+
técnica de observación cósmica, ni mediante una supercomputadora de
|
|
3062
|
+
alta potencia … sino en el laboratorio.</basic:context>
|
|
3063
|
+
<basic:source>http://www.cienciakanija.com/2008/02/14/horizonte-de-eventos-sintetico-de-un-agujero-negro-creado-en-un-laboratorio-del-reino-unido/</basic:source>
|
|
3064
|
+
</descripGrp>
|
|
3065
|
+
</termSec>
|
|
3066
|
+
</langSec>
|
|
3067
|
+
</conceptEntry>
|
|
3068
|
+
|
|
3069
|
+
|
|
3070
|
+
<conceptEntry id="c37">
|
|
3071
|
+
<transacGrp>
|
|
3072
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3073
|
+
<date>2010-04-29</date>
|
|
3074
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3075
|
+
</transacGrp>
|
|
3076
|
+
<transacGrp>
|
|
3077
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3078
|
+
<date>2010-05-01</date>
|
|
3079
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3080
|
+
</transacGrp>
|
|
3081
|
+
<min:subjectField>General</min:subjectField>
|
|
3082
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Proton%E2%80%93proton_chain_reaction#/media/File:Fusion_in_the_Sun.svg">PP_Chain.jpg</basic:xGraphic>
|
|
3083
|
+
<note>G-Source: http://en.wikipedia.org/wiki/File:FusionintheSun.svg</note>
|
|
3084
|
+
<langSec xml:lang="en">
|
|
3085
|
+
<transacGrp>
|
|
3086
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3087
|
+
<date>2010-04-29</date>
|
|
3088
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3089
|
+
</transacGrp>
|
|
3090
|
+
<transacGrp>
|
|
3091
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3092
|
+
<date>2010-04-29</date>
|
|
3093
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3094
|
+
</transacGrp>
|
|
3095
|
+
<transacGrp>
|
|
3096
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3097
|
+
<date>2010-04-29</date>
|
|
3098
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3099
|
+
</transacGrp>
|
|
3100
|
+
<transacGrp>
|
|
3101
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3102
|
+
<date>2010-04-29</date>
|
|
3103
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3104
|
+
</transacGrp>
|
|
3105
|
+
<transacGrp>
|
|
3106
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3107
|
+
<date>2010-04-29</date>
|
|
3108
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3109
|
+
</transacGrp>
|
|
3110
|
+
<transacGrp>
|
|
3111
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3112
|
+
<date>2010-04-29</date>
|
|
3113
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3114
|
+
</transacGrp>
|
|
3115
|
+
<termSec>
|
|
3116
|
+
<term>proton-proton chain reaction</term>
|
|
3117
|
+
|
|
3118
|
+
|
|
3119
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3120
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3121
|
+
<basic:termType>fullForm</basic:termType>
|
|
3122
|
+
<descripGrp>
|
|
3123
|
+
<basic:context>The proton–proton chain reaction is one of
|
|
3124
|
+
several fusion reactions by which stars convert hydrogen to helium,
|
|
3125
|
+
the primary alternative being the CNO cycle. The proton–proton chain
|
|
3126
|
+
dominates in stars the size of the Sun or smaller.</basic:context>
|
|
3127
|
+
<basic:source>http://www.absoluteastronomy.com/topics/Proton-proton_chain_reaction</basic:source>
|
|
3128
|
+
</descripGrp>
|
|
3129
|
+
</termSec>
|
|
3130
|
+
<termSec>
|
|
3131
|
+
<term>PP chain</term>
|
|
3132
|
+
|
|
3133
|
+
|
|
3134
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3135
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
3136
|
+
<basic:termType>shortForm</basic:termType>
|
|
3137
|
+
<descripGrp>
|
|
3138
|
+
<basic:context>The primary reactions in the main branch of the
|
|
3139
|
+
PP chain are illustrated in the following figure.</basic:context>
|
|
3140
|
+
<basic:source>http://csep10.phys.utk.edu/astr162/lect/energy/ppchain.html</basic:source>
|
|
3141
|
+
</descripGrp>
|
|
3142
|
+
</termSec>
|
|
3143
|
+
<termSec>
|
|
3144
|
+
<term>proton-proton reaction</term>
|
|
3145
|
+
|
|
3146
|
+
|
|
3147
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3148
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3149
|
+
<basic:termType>variant</basic:termType>
|
|
3150
|
+
<descripGrp>
|
|
3151
|
+
<basic:context>The gamma rays produced in the proton-proton
|
|
3152
|
+
reaction take one to 10 million years to work their way out from the
|
|
3153
|
+
star's core, being scattered numerous times and losing energy as
|
|
3154
|
+
they go, until they emerge from the surface as rays of light and
|
|
3155
|
+
heat. Inside the Sun, about 655 million tons of hydrogen are
|
|
3156
|
+
converted into 650 million tons of helium every second. In stars
|
|
3157
|
+
heavier than about 2 solar masses, in which the core temperature is
|
|
3158
|
+
more than about 18 million K, the dominant process in which energy
|
|
3159
|
+
is produced by the fusion of hydrogen into helium is a different
|
|
3160
|
+
reaction chain known as the carbon-nitrogen cycle. </basic:context>
|
|
3161
|
+
<basic:source>http://www.daviddarling.info/encyclopedia/P/proton-proton_chain.html</basic:source>
|
|
3162
|
+
</descripGrp>
|
|
3163
|
+
</termSec>
|
|
3164
|
+
</langSec>
|
|
3165
|
+
<langSec xml:lang="es">
|
|
3166
|
+
<transacGrp>
|
|
3167
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3168
|
+
<date>2010-04-29</date>
|
|
3169
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3170
|
+
</transacGrp>
|
|
3171
|
+
<transacGrp>
|
|
3172
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3173
|
+
<date>2010-04-29</date>
|
|
3174
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3175
|
+
</transacGrp>
|
|
3176
|
+
<descripGrp>
|
|
3177
|
+
<basic:definition>Un conjunto de procesos nucleares mediante los
|
|
3178
|
+
cuales cuatro núcleos de átomos de hidrógeno se combinan para formar uno
|
|
3179
|
+
de helio, produciendo gran cantidad de energía.</basic:definition>
|
|
3180
|
+
<basic:source>http://www.avizora.com/publicaciones/astronomia/textos/glosario_astronomia_afines_0006.htm</basic:source>
|
|
3181
|
+
</descripGrp>
|
|
3182
|
+
<termSec>
|
|
3183
|
+
<term>cadena protón-protón</term>
|
|
3184
|
+
|
|
3185
|
+
|
|
3186
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3187
|
+
</termSec>
|
|
3188
|
+
</langSec>
|
|
3189
|
+
</conceptEntry>
|
|
3190
|
+
|
|
3191
|
+
|
|
3192
|
+
<conceptEntry id="c38">
|
|
3193
|
+
<transacGrp>
|
|
3194
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3195
|
+
<date>2010-04-29</date>
|
|
3196
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3197
|
+
</transacGrp>
|
|
3198
|
+
<transacGrp>
|
|
3199
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3200
|
+
<date>2010-05-01</date>
|
|
3201
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3202
|
+
</transacGrp>
|
|
3203
|
+
<min:subjectField>General</min:subjectField>
|
|
3204
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/CNO_cycle#/media/File:CNO_cycle.png">CNO_Cycle.jpg</basic:xGraphic>
|
|
3205
|
+
<note>G-Source: http://en.wikipedia.org/wiki/File:CNO_Cycle.svg</note>
|
|
3206
|
+
<langSec xml:lang="en">
|
|
3207
|
+
<transacGrp>
|
|
3208
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3209
|
+
<date>2010-04-29</date>
|
|
3210
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3211
|
+
</transacGrp>
|
|
3212
|
+
<transacGrp>
|
|
3213
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3214
|
+
<date>2010-04-29</date>
|
|
3215
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3216
|
+
</transacGrp>
|
|
3217
|
+
<transacGrp>
|
|
3218
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3219
|
+
<date>2010-04-29</date>
|
|
3220
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3221
|
+
</transacGrp>
|
|
3222
|
+
<transacGrp>
|
|
3223
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3224
|
+
<date>2010-04-29</date>
|
|
3225
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3226
|
+
</transacGrp>
|
|
3227
|
+
<transacGrp>
|
|
3228
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3229
|
+
<date>2010-04-29</date>
|
|
3230
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3231
|
+
</transacGrp>
|
|
3232
|
+
<transacGrp>
|
|
3233
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3234
|
+
<date>2010-04-29</date>
|
|
3235
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3236
|
+
</transacGrp>
|
|
3237
|
+
<transacGrp>
|
|
3238
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3239
|
+
<date>2010-04-29</date>
|
|
3240
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3241
|
+
</transacGrp>
|
|
3242
|
+
<transacGrp>
|
|
3243
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3244
|
+
<date>2010-04-29</date>
|
|
3245
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3246
|
+
</transacGrp>
|
|
3247
|
+
<transacGrp>
|
|
3248
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3249
|
+
<date>2010-04-29</date>
|
|
3250
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3251
|
+
</transacGrp>
|
|
3252
|
+
<transacGrp>
|
|
3253
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3254
|
+
<date>2010-04-29</date>
|
|
3255
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3256
|
+
</transacGrp>
|
|
3257
|
+
<transacGrp>
|
|
3258
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3259
|
+
<date>2010-04-29</date>
|
|
3260
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3261
|
+
</transacGrp>
|
|
3262
|
+
<transacGrp>
|
|
3263
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3264
|
+
<date>2010-04-29</date>
|
|
3265
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3266
|
+
</transacGrp>
|
|
3267
|
+
<termSec>
|
|
3268
|
+
<term>carbon-nitrogen cycle</term>
|
|
3269
|
+
|
|
3270
|
+
|
|
3271
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3272
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3273
|
+
<basic:termType>variant</basic:termType>
|
|
3274
|
+
<descripGrp>
|
|
3275
|
+
<basic:context>The Helium burning process are important 1)
|
|
3276
|
+
Carbon-Nitrogen cycle at which a carbon-12 nucleus (12C) capture
|
|
3277
|
+
proton and is converted into 13C, Nitrogen-4 and nitrogen –15. </basic:context>
|
|
3278
|
+
<basic:source>http://www.sciencenews.org/view/generic/id/44769/title/Supernova_may_be_in_a_new_class</basic:source>
|
|
3279
|
+
</descripGrp>
|
|
3280
|
+
</termSec>
|
|
3281
|
+
<termSec>
|
|
3282
|
+
<term>CNO cycle</term>
|
|
3283
|
+
|
|
3284
|
+
|
|
3285
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3286
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
3287
|
+
<basic:termType>shortForm</basic:termType>
|
|
3288
|
+
<descripGrp>
|
|
3289
|
+
<basic:context>For stars heavier than the sun, theoretical
|
|
3290
|
+
models show that the CNO (carbon-nitrogen-oxygen) cycle of nuclear
|
|
3291
|
+
fusion is the dominant source of energy generation.</basic:context>
|
|
3292
|
+
<basic:source>http://nobelprize.org/nobel_prizes/physics/articles/fusion/sun_cno.html</basic:source>
|
|
3293
|
+
</descripGrp>
|
|
3294
|
+
</termSec>
|
|
3295
|
+
<termSec>
|
|
3296
|
+
<term>carbon-nitrogen-oxygen cycle</term>
|
|
3297
|
+
|
|
3298
|
+
|
|
3299
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3300
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3301
|
+
<basic:termType>variant</basic:termType>
|
|
3302
|
+
<descripGrp>
|
|
3303
|
+
<basic:context>For stars heavier than the sun, theoretical
|
|
3304
|
+
models show that the CNO (carbon-nitrogen-oxygen) cycle of nuclear
|
|
3305
|
+
fusion is the dominant source of energy generation.</basic:context>
|
|
3306
|
+
<basic:source>http://nobelprize.org/nobel_prizes/physics/articles/fusion/sun_cno.html</basic:source>
|
|
3307
|
+
</descripGrp>
|
|
3308
|
+
</termSec>
|
|
3309
|
+
<termSec>
|
|
3310
|
+
<term>Bethe-Weizsäcker-cycle</term>
|
|
3311
|
+
|
|
3312
|
+
|
|
3313
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3314
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3315
|
+
<descripGrp>
|
|
3316
|
+
<basic:context>Dr. von Weizsäcker is best known in science for
|
|
3317
|
+
what is sometimes called the Bethe-Weizsäcker cycle, proposed by him
|
|
3318
|
+
and the physicist Hans Bethe in the late 1930s as the nuclear
|
|
3319
|
+
reactive process by which energy is generated in stars. </basic:context>
|
|
3320
|
+
<basic:source>http://www.nytimes.com/2007/05/02/world/europe/02weizsacker.html</basic:source>
|
|
3321
|
+
</descripGrp>
|
|
3322
|
+
</termSec>
|
|
3323
|
+
<termSec>
|
|
3324
|
+
<term>carbon cycle</term>
|
|
3325
|
+
|
|
3326
|
+
|
|
3327
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3328
|
+
<min:administrativeStatus>deprecatedTerm-admn-sts</min:administrativeStatus>
|
|
3329
|
+
<basic:termType>variant</basic:termType>
|
|
3330
|
+
<descripGrp>
|
|
3331
|
+
<basic:context>The main theme of the carbon cycle is the adding
|
|
3332
|
+
of protons, but after a carbon-12 nucleus fuses with a proton to
|
|
3333
|
+
form nitrogen-13, one of the protons decays with the emission of a
|
|
3334
|
+
positron and a neutrino to form carbon -13.</basic:context>
|
|
3335
|
+
<basic:source>http://hyperphysics.phy-astr.gsu.edu/HBASE/Astro/carbcyc.html</basic:source>
|
|
3336
|
+
</descripGrp>
|
|
3337
|
+
<note>The carbon cycle can also refer to the biogeochemical cycle by which
|
|
3338
|
+
carbon is exchanged among the biosphere, pedosphere, geosphere,
|
|
3339
|
+
hydrosphere, and atmosphere of the Earth.</note>
|
|
3340
|
+
<note>N-Source: http://en.wikipedia.org/wiki/Carbon_cycle</note>
|
|
3341
|
+
</termSec>
|
|
3342
|
+
<termSec>
|
|
3343
|
+
<term>CN cycle</term>
|
|
3344
|
+
|
|
3345
|
+
|
|
3346
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3347
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3348
|
+
<basic:termType>variant</basic:termType>
|
|
3349
|
+
<descripGrp>
|
|
3350
|
+
<basic:context>We argue that it may be possible to exploit
|
|
3351
|
+
neutrinos from the CN cycle and p-p chain to determine the
|
|
3352
|
+
primordial solar core abundances of C and N at an interesting level
|
|
3353
|
+
of precision.</basic:context>
|
|
3354
|
+
<basic:source>http://iopscience.iop.org/0004-637X/687/1/678</basic:source>
|
|
3355
|
+
</descripGrp>
|
|
3356
|
+
</termSec>
|
|
3357
|
+
</langSec>
|
|
3358
|
+
<langSec xml:lang="es">
|
|
3359
|
+
<transacGrp>
|
|
3360
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3361
|
+
<date>2010-04-29</date>
|
|
3362
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3363
|
+
</transacGrp>
|
|
3364
|
+
<transacGrp>
|
|
3365
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3366
|
+
<date>2010-04-29</date>
|
|
3367
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3368
|
+
</transacGrp>
|
|
3369
|
+
<transacGrp>
|
|
3370
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3371
|
+
<date>2010-04-29</date>
|
|
3372
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3373
|
+
</transacGrp>
|
|
3374
|
+
<transacGrp>
|
|
3375
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3376
|
+
<date>2010-04-29</date>
|
|
3377
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3378
|
+
</transacGrp>
|
|
3379
|
+
<transacGrp>
|
|
3380
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3381
|
+
<date>2010-04-29</date>
|
|
3382
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3383
|
+
</transacGrp>
|
|
3384
|
+
<transacGrp>
|
|
3385
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3386
|
+
<date>2010-04-29</date>
|
|
3387
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3388
|
+
</transacGrp>
|
|
3389
|
+
<transacGrp>
|
|
3390
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3391
|
+
<date>2010-04-29</date>
|
|
3392
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3393
|
+
</transacGrp>
|
|
3394
|
+
<transacGrp>
|
|
3395
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3396
|
+
<date>2010-04-29</date>
|
|
3397
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3398
|
+
</transacGrp>
|
|
3399
|
+
<termSec>
|
|
3400
|
+
<term>ciclo CNO</term>
|
|
3401
|
+
|
|
3402
|
+
|
|
3403
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3404
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3405
|
+
<basic:termType>shortForm</basic:termType>
|
|
3406
|
+
<descripGrp>
|
|
3407
|
+
<basic:context>Existen dos formas fundamentales en las que una
|
|
3408
|
+
estrella fusiona hidrógeno para producir helio: la cadena
|
|
3409
|
+
protón-protón y el ciclo CNO.</basic:context>
|
|
3410
|
+
<basic:source>http://eltamiz.com/2007/09/06/la-vida-privada-de-las-estrellas-las-entranas-de-una-estrella/</basic:source>
|
|
3411
|
+
</descripGrp>
|
|
3412
|
+
</termSec>
|
|
3413
|
+
<termSec>
|
|
3414
|
+
<term>ciclo del carbono-nitrógeno-oxígeno</term>
|
|
3415
|
+
|
|
3416
|
+
|
|
3417
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3418
|
+
<min:administrativeStatus>deprecatedTerm-admn-sts</min:administrativeStatus>
|
|
3419
|
+
<basic:termType>fullForm</basic:termType>
|
|
3420
|
+
<descripGrp>
|
|
3421
|
+
<basic:context>No se pretende copiar los complicados ciclos de
|
|
3422
|
+
reacciones que se dan en el interior de las estrellas, como la
|
|
3423
|
+
cadena protón-protón o el ciclo del carbono-nitrógeno-oxígeno (esta
|
|
3424
|
+
última más importante en las estrellas más masivas que el Sol). </basic:context>
|
|
3425
|
+
<basic:source>http://www.zaragoza.es/ciudad/conocimiento/zivis/aplicaciones.htm</basic:source>
|
|
3426
|
+
</descripGrp>
|
|
3427
|
+
</termSec>
|
|
3428
|
+
<termSec>
|
|
3429
|
+
<term>ciclo del carbono</term>
|
|
3430
|
+
|
|
3431
|
+
|
|
3432
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3433
|
+
<min:administrativeStatus>deprecatedTerm-admn-sts</min:administrativeStatus>
|
|
3434
|
+
<basic:termType>variant</basic:termType>
|
|
3435
|
+
<descripGrp>
|
|
3436
|
+
<basic:context>El ciclo del carbono comienza y acaba con un
|
|
3437
|
+
núcleo de carbono 12 que actúa como catalizador en la producción de
|
|
3438
|
+
un núcleo de helio a partir de núcleos de hidrógeno; también se
|
|
3439
|
+
producen neutrinos y rayos gamma. </basic:context>
|
|
3440
|
+
<basic:source>http://www.astromia.com/glosario/ciclocno.htm</basic:source>
|
|
3441
|
+
</descripGrp>
|
|
3442
|
+
<note>También este término puede referirse a la formación de las moléculas
|
|
3443
|
+
de carbohidratos, lípidos, proteínas y ácidos nucleicos.</note>
|
|
3444
|
+
<note>N-Source: http://es.wikipedia.org/wiki/Ciclo_del_carbono</note>
|
|
3445
|
+
</termSec>
|
|
3446
|
+
<termSec>
|
|
3447
|
+
<term>ciclo del carbono-nitrógeno</term>
|
|
3448
|
+
|
|
3449
|
+
|
|
3450
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3451
|
+
<min:administrativeStatus>preferredTerm-admn-sts</min:administrativeStatus>
|
|
3452
|
+
<basic:termType>variant</basic:termType>
|
|
3453
|
+
<descripGrp>
|
|
3454
|
+
<basic:context>En las estrellas de gran masa, que queman su
|
|
3455
|
+
hidrógeno mucho más rápidamente, predomina el ciclo del
|
|
3456
|
+
carbono-nitrógeno (CN).</basic:context>
|
|
3457
|
+
<basic:source>http://www.aavbae.net/bol17/evolucion.php</basic:source>
|
|
3458
|
+
</descripGrp>
|
|
3459
|
+
</termSec>
|
|
3460
|
+
</langSec>
|
|
3461
|
+
</conceptEntry>
|
|
3462
|
+
|
|
3463
|
+
|
|
3464
|
+
<conceptEntry id="c39">
|
|
3465
|
+
<transacGrp>
|
|
3466
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3467
|
+
<date>2010-04-29</date>
|
|
3468
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3469
|
+
</transacGrp>
|
|
3470
|
+
<transacGrp>
|
|
3471
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3472
|
+
<date>2010-05-01</date>
|
|
3473
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3474
|
+
</transacGrp>
|
|
3475
|
+
<min:subjectField>General</min:subjectField>
|
|
3476
|
+
<langSec xml:lang="en">
|
|
3477
|
+
<transacGrp>
|
|
3478
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3479
|
+
<date>2010-04-29</date>
|
|
3480
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3481
|
+
</transacGrp>
|
|
3482
|
+
<transacGrp>
|
|
3483
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3484
|
+
<date>2010-04-29</date>
|
|
3485
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3486
|
+
</transacGrp>
|
|
3487
|
+
<descripGrp>
|
|
3488
|
+
<basic:definition>A state of matter attained when atomic particles
|
|
3489
|
+
are packed together as termSechtly as is physically possible, at densities
|
|
3490
|
+
of several thousand tonnes per cubic metre.</basic:definition>
|
|
3491
|
+
<basic:source>Oxford2007</basic:source>
|
|
3492
|
+
</descripGrp>
|
|
3493
|
+
<termSec>
|
|
3494
|
+
<term>degeneracy</term>
|
|
3495
|
+
|
|
3496
|
+
|
|
3497
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3498
|
+
<descripGrp>
|
|
3499
|
+
<basic:context>Although Eddington raised doubts at the meeting
|
|
3500
|
+
about the concept of relativistic degeneracy, astronomy has since
|
|
3501
|
+
found that all white dwarfs for which masses have been measured fall
|
|
3502
|
+
neatly below the Chandrasekhar limit without exception. Today there
|
|
3503
|
+
are no doubts about his work on degeneracy. </basic:context>
|
|
3504
|
+
<basic:source>http://www.tamil.net/people/andrew/subra.htm</basic:source>
|
|
3505
|
+
</descripGrp>
|
|
3506
|
+
</termSec>
|
|
3507
|
+
</langSec>
|
|
3508
|
+
<langSec xml:lang="es">
|
|
3509
|
+
<transacGrp>
|
|
3510
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3511
|
+
<date>2010-04-29</date>
|
|
3512
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3513
|
+
</transacGrp>
|
|
3514
|
+
<transacGrp>
|
|
3515
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3516
|
+
<date>2010-04-29</date>
|
|
3517
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3518
|
+
</transacGrp>
|
|
3519
|
+
<descripGrp>
|
|
3520
|
+
<basic:definition>Estado de la materia producido cuando las
|
|
3521
|
+
partículas atómicas tienen el mayor empaquetamiento físicamente posible,
|
|
3522
|
+
con densidades de varios miles de toneladas por centímetro cúbico. </basic:definition>
|
|
3523
|
+
<basic:source>http://www.emiliosilveravazquez.com/glosario.php?letra=d</basic:source>
|
|
3524
|
+
</descripGrp>
|
|
3525
|
+
<termSec>
|
|
3526
|
+
<term>degeneración</term>
|
|
3527
|
+
|
|
3528
|
+
|
|
3529
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3530
|
+
<descripGrp>
|
|
3531
|
+
<basic:context>Estas estrellas son aún más densas que las
|
|
3532
|
+
enanas blancas, y más pequeñas. Se mantienen por un proceso de
|
|
3533
|
+
"degeneración de neutrones" o "repulsión de neutrones".</basic:context>
|
|
3534
|
+
<basic:source>http://www.austrinus.com/index.php?option=com_content&view=article&id=157&Itemid=112</basic:source>
|
|
3535
|
+
</descripGrp>
|
|
3536
|
+
</termSec>
|
|
3537
|
+
</langSec>
|
|
3538
|
+
</conceptEntry>
|
|
3539
|
+
|
|
3540
|
+
|
|
3541
|
+
<conceptEntry id="c40">
|
|
3542
|
+
<transacGrp>
|
|
3543
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3544
|
+
<date>2010-04-29</date>
|
|
3545
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3546
|
+
</transacGrp>
|
|
3547
|
+
<transacGrp>
|
|
3548
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3549
|
+
<date>2010-04-29</date>
|
|
3550
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3551
|
+
</transacGrp>
|
|
3552
|
+
<langSec xml:lang="zu">
|
|
3553
|
+
<transacGrp>
|
|
3554
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3555
|
+
<date>2010-04-29</date>
|
|
3556
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3557
|
+
</transacGrp>
|
|
3558
|
+
<transacGrp>
|
|
3559
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3560
|
+
<date>2010-04-29</date>
|
|
3561
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3562
|
+
</transacGrp>
|
|
3563
|
+
<termSec>
|
|
3564
|
+
<term>Oxford2003</term>
|
|
3565
|
+
|
|
3566
|
+
|
|
3567
|
+
<note>Author[s]: Ridpath, Ian</note>
|
|
3568
|
+
<note>Book Title: Astronomía</note>
|
|
3569
|
+
<note>Publication Place: Spain</note>
|
|
3570
|
+
<note>Publisher: Oxford University Press</note>
|
|
3571
|
+
<note>Publication Year: 2003</note>
|
|
3572
|
+
</termSec>
|
|
3573
|
+
</langSec>
|
|
3574
|
+
</conceptEntry>
|
|
3575
|
+
|
|
3576
|
+
|
|
3577
|
+
<conceptEntry id="c41">
|
|
3578
|
+
<transacGrp>
|
|
3579
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3580
|
+
<date>2010-04-29</date>
|
|
3581
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3582
|
+
</transacGrp>
|
|
3583
|
+
<transacGrp>
|
|
3584
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3585
|
+
<date>2010-05-01</date>
|
|
3586
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3587
|
+
</transacGrp>
|
|
3588
|
+
<min:subjectField>Stellar Death</min:subjectField>
|
|
3589
|
+
<langSec xml:lang="en">
|
|
3590
|
+
<transacGrp>
|
|
3591
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3592
|
+
<date>2010-04-29</date>
|
|
3593
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3594
|
+
</transacGrp>
|
|
3595
|
+
<transacGrp>
|
|
3596
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3597
|
+
<date>2010-04-29</date>
|
|
3598
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3599
|
+
</transacGrp>
|
|
3600
|
+
<descripGrp>
|
|
3601
|
+
<basic:definition>The state of degeneracy attained when the density
|
|
3602
|
+
of matter is so high that electrons cannot be packed any closer
|
|
3603
|
+
together.</basic:definition>
|
|
3604
|
+
<basic:source>Oxford2007</basic:source>
|
|
3605
|
+
</descripGrp>
|
|
3606
|
+
<note>Electron degeneracy supports white dwarf stars against further
|
|
3607
|
+
collapse.</note>
|
|
3608
|
+
<note>N-Source: Oxford2007</note>
|
|
3609
|
+
<termSec>
|
|
3610
|
+
<term>electron degeneracy</term>
|
|
3611
|
+
|
|
3612
|
+
|
|
3613
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3614
|
+
<descripGrp>
|
|
3615
|
+
<basic:context>When it reaches the threshold of energy
|
|
3616
|
+
necessary to force the combining of electrons and protons to form
|
|
3617
|
+
neutrons, the electron degeneracy limit has been passed and the
|
|
3618
|
+
collapse continues until it is stopped by neutron
|
|
3619
|
+
degeneracy.</basic:context>
|
|
3620
|
+
<basic:source>http://hyperphysics.phy-astr.gsu.edu/HBASE/Astro/pulsar.html</basic:source>
|
|
3621
|
+
</descripGrp>
|
|
3622
|
+
</termSec>
|
|
3623
|
+
</langSec>
|
|
3624
|
+
<langSec xml:lang="es">
|
|
3625
|
+
<transacGrp>
|
|
3626
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3627
|
+
<date>2010-04-29</date>
|
|
3628
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3629
|
+
</transacGrp>
|
|
3630
|
+
<transacGrp>
|
|
3631
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3632
|
+
<date>2010-04-29</date>
|
|
3633
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3634
|
+
</transacGrp>
|
|
3635
|
+
<transacGrp>
|
|
3636
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3637
|
+
<date>2010-04-29</date>
|
|
3638
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3639
|
+
</transacGrp>
|
|
3640
|
+
<transacGrp>
|
|
3641
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3642
|
+
<date>2010-04-29</date>
|
|
3643
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3644
|
+
</transacGrp>
|
|
3645
|
+
<descripGrp>
|
|
3646
|
+
<basic:definition>El estado de degeneración alcanzado cuando la
|
|
3647
|
+
densidad de materia es tan grande, que los electrones no pueden
|
|
3648
|
+
empaquetarse más.</basic:definition>
|
|
3649
|
+
<basic:source>Oxford2003</basic:source>
|
|
3650
|
+
</descripGrp>
|
|
3651
|
+
<termSec>
|
|
3652
|
+
<term>degeneración de electrones</term>
|
|
3653
|
+
|
|
3654
|
+
|
|
3655
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3656
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3657
|
+
<descripGrp>
|
|
3658
|
+
<basic:context>Es la principal responsable de la resistencia al
|
|
3659
|
+
colapso gravitacional de las enanas blancas (degeneración de
|
|
3660
|
+
electrones) y de las estrellas de neutrones (degeneración de
|
|
3661
|
+
neutrones). </basic:context>
|
|
3662
|
+
<basic:source>http://www.emiliosilveravazquez.com/glosario.php?letra=d</basic:source>
|
|
3663
|
+
</descripGrp>
|
|
3664
|
+
</termSec>
|
|
3665
|
+
<termSec>
|
|
3666
|
+
<term>degeneración electrónica</term>
|
|
3667
|
+
|
|
3668
|
+
|
|
3669
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3670
|
+
<min:administrativeStatus>admittedTerm-admn-sts</min:administrativeStatus>
|
|
3671
|
+
<descripGrp>
|
|
3672
|
+
<basic:context>Las fuerzas gravitatorias actuantes en un cuerpo
|
|
3673
|
+
celeste masivo pueden comprimir su materia hasta un estado de
|
|
3674
|
+
degeneración electrónica y no más, ya que el principio de exclusión
|
|
3675
|
+
impide a dos electrones ocupar el mismo nivel de energía. </basic:context>
|
|
3676
|
+
<basic:source>http://www.portalplanetasedna.com.ar/estrella2.htm</basic:source>
|
|
3677
|
+
</descripGrp>
|
|
3678
|
+
</termSec>
|
|
3679
|
+
</langSec>
|
|
3680
|
+
</conceptEntry>
|
|
3681
|
+
|
|
3682
|
+
|
|
3683
|
+
<conceptEntry id="c42">
|
|
3684
|
+
<transacGrp>
|
|
3685
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3686
|
+
<date>2010-04-29</date>
|
|
3687
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3688
|
+
</transacGrp>
|
|
3689
|
+
<transacGrp>
|
|
3690
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3691
|
+
<date>2010-05-01</date>
|
|
3692
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3693
|
+
</transacGrp>
|
|
3694
|
+
<min:subjectField>General</min:subjectField>
|
|
3695
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Event_horizon#/media/File:Spacetime_lattice_analogy.svg">Event_Horizon.jpg</basic:xGraphic>
|
|
3696
|
+
<note>G-Source:
|
|
3697
|
+
http://www.astro.cornell.edu/academics/courses/astro2201/images/bh_structure.gif</note>
|
|
3698
|
+
<langSec xml:lang="en">
|
|
3699
|
+
<transacGrp>
|
|
3700
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3701
|
+
<date>2010-04-29</date>
|
|
3702
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3703
|
+
</transacGrp>
|
|
3704
|
+
<transacGrp>
|
|
3705
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3706
|
+
<date>2010-04-29</date>
|
|
3707
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3708
|
+
</transacGrp>
|
|
3709
|
+
<descripGrp>
|
|
3710
|
+
<basic:definition>A mathematical point at which certain physical
|
|
3711
|
+
quantities reach infinite values.</basic:definition>
|
|
3712
|
+
<basic:source>Oxford2007</basic:source>
|
|
3713
|
+
</descripGrp>
|
|
3714
|
+
<termSec>
|
|
3715
|
+
<term>singularity</term>
|
|
3716
|
+
|
|
3717
|
+
|
|
3718
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3719
|
+
<descripGrp>
|
|
3720
|
+
<basic:context>A singularity means a point where some property
|
|
3721
|
+
is infinite. For example, at the center of a black hole, according
|
|
3722
|
+
to classical theory, the density is infinite (because a finite mass
|
|
3723
|
+
is compressed to a zero volume). Hence it is a singularity. </basic:context>
|
|
3724
|
+
<basic:source>http://curious.astro.cornell.edu/question.php?number=55</basic:source>
|
|
3725
|
+
</descripGrp>
|
|
3726
|
+
<note>Related Term: black hole, event horizon, Schwarzschild radius</note>
|
|
3727
|
+
</termSec>
|
|
3728
|
+
</langSec>
|
|
3729
|
+
<langSec xml:lang="es">
|
|
3730
|
+
<transacGrp>
|
|
3731
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3732
|
+
<date>2010-04-29</date>
|
|
3733
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3734
|
+
</transacGrp>
|
|
3735
|
+
<transacGrp>
|
|
3736
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3737
|
+
<date>2010-04-29</date>
|
|
3738
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3739
|
+
</transacGrp>
|
|
3740
|
+
<descripGrp>
|
|
3741
|
+
<basic:definition>Un punto matemático en el que ciertas cantidades
|
|
3742
|
+
físicas alcanzan valores infinitos.</basic:definition>
|
|
3743
|
+
<basic:source>Oxford2003</basic:source>
|
|
3744
|
+
</descripGrp>
|
|
3745
|
+
<termSec>
|
|
3746
|
+
<term>singularidad</term>
|
|
3747
|
+
|
|
3748
|
+
|
|
3749
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3750
|
+
<descripGrp>
|
|
3751
|
+
<basic:context>Las singularidades ocurren en el Big Bang, en
|
|
3752
|
+
los agujeros negros y en el Big Crunch (que podría ser considerado
|
|
3753
|
+
como una unión de agujeros negros).</basic:context>
|
|
3754
|
+
<basic:source>http://www.astrocosmo.cl/h-foton/h-foton-03_08-01.htm</basic:source>
|
|
3755
|
+
</descripGrp>
|
|
3756
|
+
<note>Related Term: agujero negro, horizonte de sucesos, radio de
|
|
3757
|
+
Schwarzschild</note>
|
|
3758
|
+
</termSec>
|
|
3759
|
+
</langSec>
|
|
3760
|
+
</conceptEntry>
|
|
3761
|
+
|
|
3762
|
+
|
|
3763
|
+
<conceptEntry id="c43">
|
|
3764
|
+
<transacGrp>
|
|
3765
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3766
|
+
<date>2010-04-29</date>
|
|
3767
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3768
|
+
</transacGrp>
|
|
3769
|
+
<transacGrp>
|
|
3770
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3771
|
+
<date>2010-04-29</date>
|
|
3772
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3773
|
+
</transacGrp>
|
|
3774
|
+
<min:subjectField>General</min:subjectField>
|
|
3775
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Solar_mass#/media/File:Rho_Cassiopeiae_Sol_VY_Canis_Majoris.png">Solar_Mass.jpg</basic:xGraphic>
|
|
3776
|
+
<note>G-Source: http://en.wikipedia.org/wiki/Solar_mass</note>
|
|
3777
|
+
<note>In this graphic, the M with a subscript is the symbol for a solar mass.</note>
|
|
3778
|
+
<note>N-Source: Jonathan Tomolonis</note>
|
|
3779
|
+
<langSec xml:lang="en">
|
|
3780
|
+
<transacGrp>
|
|
3781
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3782
|
+
<date>2010-04-29</date>
|
|
3783
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3784
|
+
</transacGrp>
|
|
3785
|
+
<transacGrp>
|
|
3786
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3787
|
+
<date>2010-04-29</date>
|
|
3788
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3789
|
+
</transacGrp>
|
|
3790
|
+
<descripGrp>
|
|
3791
|
+
<basic:definition>A unit of mass used in stellar and galactic
|
|
3792
|
+
astronomy, equivalent to the mass of the sun, 1.989 x 10^30
|
|
3793
|
+
kg.</basic:definition>
|
|
3794
|
+
<basic:source>Oxford2007</basic:source>
|
|
3795
|
+
</descripGrp>
|
|
3796
|
+
<termSec>
|
|
3797
|
+
<term>solar mass</term>
|
|
3798
|
+
|
|
3799
|
+
|
|
3800
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3801
|
+
<descripGrp>
|
|
3802
|
+
<basic:context>This page now explores the fate of stars of 8
|
|
3803
|
+
solar masses or less.</basic:context>
|
|
3804
|
+
<basic:source>http://outreach.atnf.csiro.au/education/senior/astrophysics/stellarevolution_deathlow.html</basic:source>
|
|
3805
|
+
</descripGrp>
|
|
3806
|
+
</termSec>
|
|
3807
|
+
</langSec>
|
|
3808
|
+
<langSec xml:lang="es">
|
|
3809
|
+
<transacGrp>
|
|
3810
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3811
|
+
<date>2010-04-29</date>
|
|
3812
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3813
|
+
</transacGrp>
|
|
3814
|
+
<transacGrp>
|
|
3815
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3816
|
+
<date>2010-04-29</date>
|
|
3817
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3818
|
+
</transacGrp>
|
|
3819
|
+
<descripGrp>
|
|
3820
|
+
<basic:definition>Una unidad de medida utilizada en astronomía y
|
|
3821
|
+
astrofísica para medir comparativamente la masa de las estrellas y otros
|
|
3822
|
+
objetos astronómicos muy masivos como galaxias.</basic:definition>
|
|
3823
|
+
<basic:source>http://es.wikipedia.org/wiki/Masa_solar</basic:source>
|
|
3824
|
+
</descripGrp>
|
|
3825
|
+
<termSec>
|
|
3826
|
+
<term>masa solar</term>
|
|
3827
|
+
|
|
3828
|
+
|
|
3829
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3830
|
+
<descripGrp>
|
|
3831
|
+
<basic:context>Para una nube con la masa de nuestro Sol, el
|
|
3832
|
+
colapso dura unos 10 millones de años, mientras que si su masa fuese
|
|
3833
|
+
mucho más pequeña, por ejemplo un décimo de la masa solar, este
|
|
3834
|
+
proceso podría durar hasta 800 millones de años.</basic:context>
|
|
3835
|
+
<basic:source>http://www.tayabeixo.org/sist_solar/hipotesis/formacion_sistsolar.htm</basic:source>
|
|
3836
|
+
</descripGrp>
|
|
3837
|
+
</termSec>
|
|
3838
|
+
</langSec>
|
|
3839
|
+
</conceptEntry>
|
|
3840
|
+
|
|
3841
|
+
|
|
3842
|
+
<conceptEntry id="c44">
|
|
3843
|
+
<min:subjectField>General</min:subjectField>
|
|
3844
|
+
<transacGrp>
|
|
3845
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3846
|
+
<date>2010-04-29</date>
|
|
3847
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3848
|
+
</transacGrp>
|
|
3849
|
+
<transacGrp>
|
|
3850
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3851
|
+
<date>2010-04-29</date>
|
|
3852
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3853
|
+
</transacGrp>
|
|
3854
|
+
|
|
3855
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Triple-alpha_process#/media/File:Triple-Alpha_Process.svg">Triple-Alpha_Process.jpg</basic:xGraphic>
|
|
3856
|
+
<note>G-Source:
|
|
3857
|
+
http://upload.wikimedia.org/wikipedia/commons/thumb/5/5d/Triple-Alpha_Process.svg/750px-Triple-Alpha_Process.svg.png</note>
|
|
3858
|
+
<langSec xml:lang="en">
|
|
3859
|
+
|
|
3860
|
+
<transacGrp>
|
|
3861
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3862
|
+
<date>2010-04-29</date>
|
|
3863
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3864
|
+
</transacGrp>
|
|
3865
|
+
<transacGrp>
|
|
3866
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3867
|
+
<date>2010-04-29</date>
|
|
3868
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3869
|
+
</transacGrp>
|
|
3870
|
+
<descripGrp>
|
|
3871
|
+
<basic:definition>The chain of nuclear reactions by which carbon is
|
|
3872
|
+
synthesized in the interiors of stars through the fusion of three helium
|
|
3873
|
+
nuclei(alpha particles).</basic:definition>
|
|
3874
|
+
<basic:source>Oxford2007</basic:source>
|
|
3875
|
+
</descripGrp>
|
|
3876
|
+
<termSec>
|
|
3877
|
+
<term>triple-alpha process</term>
|
|
3878
|
+
|
|
3879
|
+
|
|
3880
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3881
|
+
<descripGrp>
|
|
3882
|
+
<basic:context>This small concentration of Be-8 can begin to
|
|
3883
|
+
undergo reactions with other He-4 nuclei to produce an excited state
|
|
3884
|
+
of the mass-12 isotope of Carbon. This excited state is unstable,
|
|
3885
|
+
but a few of these excited Carbon nuclei emit a gamma-ray quickly
|
|
3886
|
+
enough to become stable before they disintegrate. This extremely
|
|
3887
|
+
improbable sequence is called the triple-alpha process because the
|
|
3888
|
+
net effect is to combine 3 alpha particles (that is, 3 He-4 nuclei)
|
|
3889
|
+
to form a C-12 nucleus. </basic:context>
|
|
3890
|
+
<basic:source>http://csep10.phys.utk.edu/astr162/lect/energy/triplealph.html</basic:source>
|
|
3891
|
+
</descripGrp>
|
|
3892
|
+
</termSec>
|
|
3893
|
+
</langSec>
|
|
3894
|
+
<langSec xml:lang="es">
|
|
3895
|
+
<transacGrp>
|
|
3896
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3897
|
+
<date>2010-04-29</date>
|
|
3898
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3899
|
+
</transacGrp>
|
|
3900
|
+
<transacGrp>
|
|
3901
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3902
|
+
<date>2010-04-29</date>
|
|
3903
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3904
|
+
</transacGrp>
|
|
3905
|
+
<descripGrp>
|
|
3906
|
+
<basic:definition>El proceso por el cual tres núcleos de helio
|
|
3907
|
+
(partículas alfa) se transforman en un núcleo de carbono.</basic:definition>
|
|
3908
|
+
<basic:source>http://es.wikipedia.org/wiki/Proceso_triple-alfa</basic:source>
|
|
3909
|
+
</descripGrp>
|
|
3910
|
+
<termSec>
|
|
3911
|
+
<term>proceso triple-alfa</term>
|
|
3912
|
+
|
|
3913
|
+
|
|
3914
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3915
|
+
<descripGrp>
|
|
3916
|
+
<basic:context>También debe tenerse en cuenta una tercera
|
|
3917
|
+
reacción de gran importancia, denominada proceso triple
|
|
3918
|
+
alfa.</basic:context>
|
|
3919
|
+
<basic:source>http://feinstein.com.ar/Composicion.html</basic:source>
|
|
3920
|
+
</descripGrp>
|
|
3921
|
+
</termSec>
|
|
3922
|
+
</langSec>
|
|
3923
|
+
</conceptEntry>
|
|
3924
|
+
|
|
3925
|
+
|
|
3926
|
+
<conceptEntry id="c45">
|
|
3927
|
+
<transacGrp>
|
|
3928
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3929
|
+
<date>2010-04-29</date>
|
|
3930
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3931
|
+
</transacGrp>
|
|
3932
|
+
<transacGrp>
|
|
3933
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3934
|
+
<date>2010-04-29</date>
|
|
3935
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3936
|
+
</transacGrp>
|
|
3937
|
+
<min:subjectField>General</min:subjectField>
|
|
3938
|
+
<basic:xGraphic target="https://en.wikipedia.org/wiki/Black_dwarf#/media/File:Black_dwarf.jpg">Black_Dwarf.jpg</basic:xGraphic>
|
|
3939
|
+
<note>G-Source:
|
|
3940
|
+
http://www.dorlingkindersley-uk.co.uk/static/clipart/uk/dk/sci_space/image_sci_space013.jpg</note>
|
|
3941
|
+
<langSec xml:lang="en">
|
|
3942
|
+
<transacGrp>
|
|
3943
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3944
|
+
<date>2010-04-29</date>
|
|
3945
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3946
|
+
</transacGrp>
|
|
3947
|
+
<transacGrp>
|
|
3948
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3949
|
+
<date>2010-04-29</date>
|
|
3950
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3951
|
+
</transacGrp>
|
|
3952
|
+
<descripGrp>
|
|
3953
|
+
<basic:definition>A degenerate star that has cooled until it is no
|
|
3954
|
+
longer visible.</basic:definition>
|
|
3955
|
+
<basic:source>Oxford2007</basic:source>
|
|
3956
|
+
</descripGrp>
|
|
3957
|
+
<termSec>
|
|
3958
|
+
<term>black dwarf</term>
|
|
3959
|
+
|
|
3960
|
+
|
|
3961
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3962
|
+
<descripGrp>
|
|
3963
|
+
<basic:context>Banprupt though it is, a white swarf still has a
|
|
3964
|
+
high surface temperature when it is first formed; up to 100,000
|
|
3965
|
+
degrees C in some cases and it continues to radiate. Gradually it
|
|
3966
|
+
fades, and must end up as a cold, dead black dwarf; but at the
|
|
3967
|
+
moment no white dwarf with a surface temperature of below 3,000
|
|
3968
|
+
degrees C has been found, and it may be that the universe is not yet
|
|
3969
|
+
old enough for any black dwarfs to have been formed.</basic:context>
|
|
3970
|
+
<basic:source>Moore2003, 173</basic:source>
|
|
3971
|
+
</descripGrp>
|
|
3972
|
+
</termSec>
|
|
3973
|
+
</langSec>
|
|
3974
|
+
<langSec xml:lang="es">
|
|
3975
|
+
<transacGrp>
|
|
3976
|
+
<basic:transactionType>origination</basic:transactionType>
|
|
3977
|
+
<date>2010-04-29</date>
|
|
3978
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3979
|
+
</transacGrp>
|
|
3980
|
+
<transacGrp>
|
|
3981
|
+
<basic:transactionType>modification</basic:transactionType>
|
|
3982
|
+
<date>2010-04-29</date>
|
|
3983
|
+
<basic:responsibility target="pe324as3-9615-4d41-a9c8-30c36bffe0e6">Tommy</basic:responsibility>
|
|
3984
|
+
</transacGrp>
|
|
3985
|
+
<descripGrp>
|
|
3986
|
+
<basic:definition>Una estrella creada cuando una enana blanca se
|
|
3987
|
+
enfría lo suficiente como para dejar de emitir calor o luz en cantidad
|
|
3988
|
+
significativa.</basic:definition>
|
|
3989
|
+
<basic:source>http://spaceplace.nasa.gov/sp/kids/spitzer/signs/sign_glossary.shtml</basic:source>
|
|
3990
|
+
</descripGrp>
|
|
3991
|
+
<termSec>
|
|
3992
|
+
<term>enana negra</term>
|
|
3993
|
+
|
|
3994
|
+
|
|
3995
|
+
<min:partOfSpeech>noun</min:partOfSpeech>
|
|
3996
|
+
<descripGrp>
|
|
3997
|
+
<basic:context>No se conoce, todavía, la cantidad de Enanas
|
|
3998
|
+
Negras que pueblan en realidad nuestro Universo. El tiempo estimado
|
|
3999
|
+
para que una Enana Blanca se enfríe lo suficiente para volverse
|
|
4000
|
+
Negra, se estima entre diez y cien mil millones de años, y nuestro
|
|
4001
|
+
Universo no es aún lo bastante viejo, nada más que para que existan
|
|
4002
|
+
algunas enanas blancas que se han enfriado lo suficiente para
|
|
4003
|
+
alcanzar la etapa de enanas negras.</basic:context>
|
|
4004
|
+
<basic:source>http://celestia.albacete.org/celestia/celestia/stars/enana12.htm</basic:source>
|
|
4005
|
+
</descripGrp>
|
|
4006
|
+
</termSec>
|
|
4007
|
+
</langSec>
|
|
4008
|
+
</conceptEntry>
|
|
4009
|
+
</body>
|
|
4010
|
+
<back>
|
|
4011
|
+
<refObjectSec type="respPerson">
|
|
4012
|
+
<refObject id="pe324as3-9615-4d41-a9c8-30c36bffe0e6">
|
|
4013
|
+
<item type="fn">Tommy Tomolonis</item>
|
|
4014
|
+
</refObject>
|
|
4015
|
+
</refObjectSec>
|
|
4016
|
+
</back>
|
|
4017
|
+
</text>
|
|
4018
|
+
|
|
4019
|
+
</tbx>
|