Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 12 new columns ({'record_count', 'mode', 'split_seed', 'query_filters', 'schema_fields', 'generated_at_utc', 'split_ratios', 'label_thresholds', 'split_counts', 'split_ids_sha256', 'label_counts', 'artifacts'}) and 12 missing columns ({'novelty_label', 'cd_index', 'disruption_label', 'concepts', 'abstract', 'publication_year', 'openalex_id', 'conventionality_score', 'title', 'primary_field', 'cited_by_count', 'novelty_score'}).

This happened while the json dataset builder was generating data using

hf://datasets/akhilpandey95/tinker_rl_disruption_novelty/disruption_novelty_sciscinet_500k.metadata.json (at revision 6a906bfd802c12889216a403f8b9ffb637a177fe), [/tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.jsonl (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.jsonl), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.metadata.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.metadata.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.splits.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.splits.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.metadata.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.metadata.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.rl_balanced.jsonl (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.rl_balanced.jsonl), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.splits.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.splits.json)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              artifacts: struct<dataset_jsonl: string, metadata_json: string, splits_json: string>
                child 0, dataset_jsonl: string
                child 1, metadata_json: string
                child 2, splits_json: string
              generated_at_utc: timestamp[s]
              label_counts: struct<disruption: struct<consolidating: int64, disruptive: int64, neutral: int64>, novelty: struct< (... 52 chars omitted)
                child 0, disruption: struct<consolidating: int64, disruptive: int64, neutral: int64>
                    child 0, consolidating: int64
                    child 1, disruptive: int64
                    child 2, neutral: int64
                child 1, novelty: struct<balanced: int64, conventional: int64, novel: int64>
                    child 0, balanced: int64
                    child 1, conventional: int64
                    child 2, novel: int64
              label_thresholds: struct<consolidating_max: double, disruptive_min: double, novelty_margin: double>
                child 0, consolidating_max: double
                child 1, disruptive_min: double
                child 2, novelty_margin: double
              mode: string
              query_filters: struct<from_year: null, include_retracted: bool, language: string, min_citations: null, n_papers: in (... 94 chars omitted)
                child 0, from_year: null
                child 1, include_retracted: bool
                child 2, language: string
                child 3, min_citations: null
                child 4, n_papers: int64
                child 5, parquet_primary: string
                child 6, primary_parquet: string
                child 7, secondary_parquet: null
                child 8, to_year: null
              record_count: int64
              schema_fields: list<item: string>
                child 0, item: string
              split_counts: struct<test: int64, train: int64, val: int64>
                child 0, test: int64
                child 1, train: int64
                child 2, val: int64
              split_ids_sha256: string
              split_ratios: struct<test: double, train: double, val: double>
                child 0, test: double
                child 1, train: double
                child 2, val: double
              split_seed: int64
              to
              {'openalex_id': Value('string'), 'title': Value('string'), 'abstract': Value('string'), 'publication_year': Value('int64'), 'cited_by_count': Value('int64'), 'cd_index': Value('float64'), 'novelty_score': Value('float64'), 'conventionality_score': Value('float64'), 'disruption_label': Value('string'), 'novelty_label': Value('string'), 'primary_field': Value('string'), 'concepts': List(Value('string'))}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 12 new columns ({'record_count', 'mode', 'split_seed', 'query_filters', 'schema_fields', 'generated_at_utc', 'split_ratios', 'label_thresholds', 'split_counts', 'split_ids_sha256', 'label_counts', 'artifacts'}) and 12 missing columns ({'novelty_label', 'cd_index', 'disruption_label', 'concepts', 'abstract', 'publication_year', 'openalex_id', 'conventionality_score', 'title', 'primary_field', 'cited_by_count', 'novelty_score'}).
              
              This happened while the json dataset builder was generating data using
              
              hf://datasets/akhilpandey95/tinker_rl_disruption_novelty/disruption_novelty_sciscinet_500k.metadata.json (at revision 6a906bfd802c12889216a403f8b9ffb637a177fe), [/tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.jsonl (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.jsonl), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.metadata.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.metadata.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.splits.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/disruption_novelty_sciscinet_500k.splits.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.metadata.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.metadata.json), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.rl_balanced.jsonl (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.rl_balanced.jsonl), /tmp/hf-datasets-cache/medium/datasets/34160519785378-config-parquet-and-info-akhilpandey95-tinker_rl_d-91862bb1/hub/datasets--akhilpandey95--tinker_rl_disruption_novelty/snapshots/6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.splits.json (origin=hf://datasets/akhilpandey95/tinker_rl_disruption_novelty@6a906bfd802c12889216a403f8b9ffb637a177fe/sci_balanced_from2m_no_ovr.splits.json)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

openalex_id
string
title
string
abstract
string
publication_year
int64
cited_by_count
int64
cd_index
float64
novelty_score
float64
conventionality_score
float64
disruption_label
string
novelty_label
string
primary_field
string
concepts
list
W2889060997
Valdemar’s Abjection: Poe, Kristeva, Masculinity, and Victim-Monsters
This article explores intersections between Edgar Allan Poe’s 1845 tale “The Facts in the Case of M. Valdemar” and Julia Kristeva’s Powers of Horror: An Essay on Abjection (1982). Highly influential, Kristeva’s work illuminates Poe’s depiction of a man mesmerized on the point of death, his vibrating tongue the only ind...
2,018
2
0.0004
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4242871780
Abstracts
Clinicians are putting increasing faith in medical imaging to detect and diagnose disease, and this is contributing to ever increasing healthcare expenditure.Given the long history of ultrasound and its clear benefits over many other modalities, why do clinicians view it with suspicion?Why are radiologists and sonograp...
2,016
0
0
0.1555
0.9997
neutral
conventional
Article
[ "Article" ]
W130715345
The ETKF rescaling scheme in HIRLAM
A C T The ETKF rescaling scheme has been implemented into the HIRLAM forecasting system in order to estimate the uncertainty of the model state.The main purpose is to utilize this uncertainty information for modelling of flowdependent background error covariances within the framework of a hybrid variational ensemble da...
2,011
1
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2896732580
Advances in Treatment of Postpartum Rectus Abdominis Separation
Objective: The study aims to explore the value of bionic electrical stimulation as a new clinical therapeutic instrument in the repair of postpartum rectus abdominis separation. Methods: The related literatures at home and abroad were searched and collected, and the research progress of clinical treatment of postpartum...
2,018
0
0
0.0462
0.9538
neutral
conventional
Article
[ "Article" ]
W4256500827
二元组装体集群时的高选择性杂化重组行为
We report the synthesis and characterization of eight C-shaped methylene-bridged glycoluril dimers (1-8) bearing H-bonding groups on their aromatic rings.Compounds 1-8 form tightly associated homodimers in CDCl 3 , due to the combined driving force of π-π and H-bonding interactions.When the spatial distributions of the...
2,009
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4237572661
快速预测分子间氢键强度的新方法
Abstract 分子间氢键 势能曲线 氢键二聚体 × Update Abstract English Chinese Update
2,008
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4293158577
اثر القيادة التحويلية على الابداع التنظيمي بالتطبيق على شرکة شمال الدلتا لتوزيع الکهرباء
The primary purpose of this research is to know the role the transformational leadership in support and encourage of the organizational innovation in North Delta Company to Electricity Distribution, and to investigate the impact of the transformational leadership on the organizational innovation.Depending on the data o...
2,016
0
0
0.0474
0.9997
neutral
conventional
Article
[ "Article" ]
W4212930684
تاثير العلاقة التبادلية بين القائد و العضو على الرسوخ التنظيمي "بالتطبيق على الشرکات الصناعية التابعة لقطاع الاعمال بوسط الدلتا"
This study aimed to examine the effect of Leader Member Exchange on Organozational Job Embeddedness applied to companies of the Public Business Sector in Middle Delta.We collect data From 318 units.And Findings of the study revealed that Loyalty, Contribution, and Affect has a positive effect on organizational Fit.And ...
2,016
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4238870572
基于物质流分析的中国金属铜资源生态效率研究
As an important strategic resources, the use of copper in an efficient way is related to the national economic development and industrialization process.The material flow model of copper resources was established by using material flow analysis.And then, constructing the ecological efficiency evaluation system of coppe...
2,018
0
0
0.9997
0.0998
neutral
novel
Article
[ "Article" ]
W773016523
Der Teilnehmende Zuschauer: Spectatorship, Community, and Violence in Elfriede Jelinek’s Ein Sportstück
This article discusses the critique of sports spectatorship in Elfriede Jelinek’s 1998 play Ein Sportstück. In contemporary sports-obsessed society, the stadium is often regarded as a model for a type of activated or participatory spectatorship that sublimates individuals into a crowd and builds communal identities. Th...
2,015
0
0
0.0018
0.9982
neutral
conventional
Article
[ "Article" ]
W2058918693
Mumps hearing loss. A case report.
The LaryngoscopeVolume 76, Issue 11 p. 1786-1791 Case Report Mumps hearing loss. A case report.†‡ David D. Beal M.D., David D. Beal M.D. Chicago, IllinoisSearch for more papers by this authorRalph F. Naunton M.D., Ralph F. Naunton M.D. Chicago, IllinoisSearch for more papers by this author David D. Beal M.D., David D. ...
1,966
8
-0.0107
0.9934
0.8276
neutral
novel
Article
[ "Article" ]
W2313899238
A Study on the Driving Characteristics of Vehicles on Bicycle-Conscious Roads
In this study, the driving simulator experiment examined driving characteristics of vehicles on bicycle-conscious roads in the urban district in Japan, and it was indicated that the development bike lane shared with bicycles and vehicles with the space reallocation prior to bicycles contributed to both the safety of th...
2,008
1
0.0068
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2322106686
DISCOURSE WITHOUT SYMBOLS: ORANGUTANS COMMUNICATE STRATEGICALLY IN RESPONSE TO RECIPIENT UNDERSTANDING
The Evolution of Language, pp. 405-406 (2008) No AccessDISCOURSE WITHOUT SYMBOLS: ORANGUTANS COMMUNICATE STRATEGICALLY IN RESPONSE TO RECIPIENT UNDERSTANDINGERICA A. CARTMILL and RICHARD W. BYRNEERICA A. CARTMILLSchool of Psychology, University of St Andrews, St Andrews, KY16 9JP, Scotland and RICHARD W. BYRNESchool of...
2,008
0
0
0.9997
0.0003
neutral
novel
Article
[ "Article" ]
W3083694061
DETERMINATION OF ADSORPTION KINETICS OF COCONUT HUSK ADSORBENT FOR HEAVY METALS REMOVAL USING LANGMUIR AND FREUNDLICH ISOTHERM EXPRESSIONS
Adsorption of heavy metal cationic ions (Cr, Pb, and Cu) onto coconut husk carbon (CHC) adsorbent has been studied using batch-adsorption method. The study was carried out to investigate the adsorption kinetic and adsorption isotherm of the coconut husk adsorbent for the removal of heavy metals in waste liquid effluent...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4236355939
噪声诱导的连贯切换
Abstract 噪声 基因调控 连贯切换 基因开关系统 人造基因网 × Update Abstract English Chinese Update
2,007
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W4237645115
Treacherous statistics
E ach title is necessarily an abbreviation.What I had in mind is the following: the dangers of statistics poorly understood and/or poorly applied.For instance, the generally accepted rule, that any statistically evaluated difference with P<0.05 is statistically significant and difference with P>0.05 is nonsignificant.T...
2,015
0
0
0.9681
0.0319
neutral
novel
Article
[ "Article" ]
W2312224329
Cognition, Judgment and Gap Acceptance Characteristics of Right-Turning Vehicle Drivers When There Are Oncoming Two-wheeled Vehicles
The purpose of this study is to research the difference in right-turning vehicledriver's cognition, judgment and gap acceptance characteristics on the type of oncoming vehicle. Right-turning vehicle drivers tended to ignore oncoming motorbikes or motorcycles more often than four-wheeled vehicles.Right-turning vehicle u...
1,997
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2906610735
BEST APPROXIMATION PAIR OF TWO SKEW LINES VIA AN ANDERSON-DUFFIN FORMULA
This is a paper on geometry in the usual real Euclidean space.We treat the distance between two skew lines, by using a very beautiful instance of the parallel sum of two matrices.We display the two points where the shortest distance between two skew lines is achieved.This paper offers the reader a great amount of facts...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4234192767
Book Reviews
Abstract Abstract Abstract Inference.; Ulf Grenander. John Wiley & Sons, 1981, ix + 526 pp. $35. Reviewed by Emanuel Parzen Approximation Theorems of Mathematical Statistics.; Robert J. Serfling. New York: John Wiley, 1980, xiv + 371 pp. $34.95. Reviewed by J.K. Ghosh Multiple Decision Theory: Recent Developments.; Sha...
1,983
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2593722433
Investigating Factors Influencing University Students' Intention to Dropout based on Education Satisfaction
본 연구는 교육만족도가 대학생의 학업중단에 미치는 영향을 알아보기 위한 연구로 교육만족도 조사를 위해 지방 소재 J대학의 재학생 전체 대상으로 설문조사를 수행하였으며 이중 설문 작성의 충실도가 높은 7,248명의 설문을 분석하였다. 학년 별, 학점구간 별 만족도의 차이가 있는지를 분석하기 위하여 분산분석을 수행하였다. 분석결과 학년 별, 학점 구간 별로 만족도의 차이가 있는 것으로 나타났으며 특히 1학년의 만족도가 다른 학년에 비해 높은 것으로 나타났다. 학생들의 학업중단 의도와 만족도와의 관계를 알아보기 위해 로지스틱 회귀분석을 수행하였으며 학업지도, 취업지도, 교...
2,016
3
0.006
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4249191051
Selected Articles from Current Library Journals
Discovering Discovery Layers: An IntroductionOhioNet Discusses the purpose of discovery layers, how they work, and why they are useful for libraries and patrons.Learn how this search tool differs from databases and catalogs and consider the pros and cons of using a discovery tool.January 24, 2017 $25-$45 https://www.oh...
2,016
0
0
0.0579
0.9997
neutral
conventional
Article
[ "Article" ]
W4386111042
Ultrasound Diagnosis
Phiwipha Kamonrat*and dehydration.Abdominal radiographs were within a normal limits with no evidence of hepatic abnormality.
2,005
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2176645207
Constructional Compositionality and Blending
n/a
2,004
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2334888818
Alice Experimental Results
We present selected results devoted to the global properties of dense matter produced in the Pb-Pb collisions at √ s N N = 2.76 TeV measured by the ALICE Collaboration.Several first results on p-Pb collisions at √ s N N = 5.02 TeV related to the double ridge structure, identified transverse momentum particle spectra an...
2,014
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4252179074
Japanese pseudoclefts
The definition of pseudoclefts is discussed in Section 2. 2 Koto 'fact' is attached to the end of the sentence in order to prevent unnaturalness resulting from the absence of the topic in a root sentence.In the rest of this paper, I will omit koto.3 Hereafter, XP 1 and XP 2 are boxed so that it is easier to identify th...
2,016
2
-0.0008
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4255043640
纳米限域体系的催化特性
Abstract × Update Abstract English Chinese Update
2,009
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2411955381
PUBLIC HEALTH—YESTERDAY, TODAY AND TOMORROW
Medical Journal of AustraliaVolume 2, Issue 25 p. 1148-1148 Correspondence PUBLIC HEALTH—YESTERDAY, TODAY AND TOMORROW First published: 01 December 1967 https://doi.org/10.5694/j.1326-5377.1967.tb27346.xAboutPDF ToolsRequest permissionExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text a...
1,967
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4234503872
Short-term plasticity has a long synaptic history
controversial'.There is a bit of controversy brewing here and there in this issue, with several pieces containing strong personal opinions.Our hope, as ever, is that these
2,006
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W4234754621
GENERATIVE MECHANISMS OF A SURVIVAL TIME: THE CASE OF THE INVERSE WEIBULL MODEL
When only a small sample is available, it is well known that the empirical distribution contains scarce information about the shape of the hazard function as well as about the far-right tail of the "parent" probability density.So, the probabilistic analysis of the mechanisms that lead to the involved random variable ca...
2,016
0
0
0.0854
0.9997
neutral
conventional
Article
[ "Article" ]
W4242936772
关于双参数量子群的注记(I)
(down-up ) §Ë [4] , Benkart Witherspoon
2,008
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2908889568
The Influence of Organic Matter Application Upon The Effectiveness of Reduction of Heavy Metals: Lead (Pb) and Cadmium (Cd) by Hyperaccumulator Plant
Organic matter is able to bind heavy metals. Soil enrichment with organic matter can reduce the availability of metal species as a result of the complexing of heavy metal free ions. This research examined the chelation of lead (Pb) and cadmium (Cd) waste-source heavy metals by organic matter, and the utilization of hyp...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4246274095
加压毛细管电色谱在建立中药黄柏指纹图谱中的方法学研究
Pressurized capillary electrochromatography combines the best features of capillary electrophoresis (CE) and high performance liquid chromatography (HPLC): high separation efficiency, high selectivity, high resolution and fast speed.Besides, it can suppress bubble formation and provides a solvent gradient mode.So pCEC ...
2,009
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2418565199
甲醇/超临界二氧化碳中钯催化杂环三聚反应: 从丙烯酸酯和尿素合成吡啶基-3,5-二羧酸二甲酯
Abstract 吡啶基-3,5-二羧酸二甲酯 杂环三聚反应 PdCl2 超临界二氧化碳 × Update Abstract English Chinese Update
2,008
0
0
0.0035
0.9997
neutral
conventional
Article
[ "Article" ]
W2499004748
Research of the Influence of Pregnant Women\'s Food Nutrition on Maternal and Child Health
This study discusses the influence of targeted dietary modification and nutrition for pregnant women on maternal and child health. Through taking 200 pregnant women who had health files and accepted dietary guidance at Mary Maternity Hospital from March 2013 to June 2014 as the experimental group, we take 200 pregnant ...
2,015
0
0
0.1649
0.9997
neutral
conventional
Article
[ "Article" ]
W4211206010
22. Commission des Meteores et Meteorites
An abstract is not available for this content so a preview has been provided. As you have access to this content, a full PDF is available via the ‘Save PDF’ action button.
1,962
0
0
0.9371
0.9997
neutral
balanced
Article
[ "Article" ]
W4245068442
ADOPTING MEASURES TO REDUCE POWER OUTAGES
This work investigates and evaluates the electric energy interruptions to the residential sector resulting from severe power outages.The study results show that this sector will suffer tangible and intangible losses should these outages occur during specific times, seasons, and for prolonged durations.To reduce these p...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4247486038
Professional Development Opportunities
Learn why less is more is using visuals to boost your ability to communicate your message.Topics covered include understanding the 3 types of presentations, strategies for reducing slide text, and graphic layout principles and the power of negative space.November 29, 2016
2,016
0
0
0.0579
0.9997
neutral
conventional
Article
[ "Article" ]
W4250982025
3Don’t
gradient bottom PMS 1815C C13 M96 Y81 K54 on dark backgrounds on light backgrounds standard no gradients watermark stacked logo (for sharing only) standard no gradients watermark stacked logo (for sharing only) white WHITE C0 M0 Y0 K0 black BLACK C100 M100 Y100 K100 Enjoy great rates on your event at Hodgkin Huxley Hou...
2,016
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W2496700574
An Interpretation of the Continuous Adaptation of the Self/Environment Process
Insights into the nondual relationship of organism and environment and their processual nature have resulted in numerous efforts at understanding human behavior and motivation from a holistic and contextual perspective.Meadian social theory, cultural historical activity theory (CHAT), ecological psychology, and some in...
2,010
3
0
0.1542
0.9997
neutral
conventional
Article
[ "Article" ]
W2398746887
Analysis of occupational demand for patent agents in China - Based on the network data of recruitment
A statistical analysis technique is proposed to research and analyze the quality of patent agents. We apply time nodes and collect data and try to explore the demand for "patent agents" for China's intellectual property rights of enterprises and the quality requirements of patent agents. The study found that the enterp...
2,015
1
0.0031
0.8342
0.7914
neutral
balanced
Article
[ "Article" ]
W2791481693
Impact de la technologie et des conditions du foisonnement sur l’élaboration de mousses laitières de type « topping »
Impact of technology and whipping conditions on dairy topping fabricationThe continuous manufacturing of dairy toppings has been studied using first the conventional industrial technology, the axial rotor-stator mixer.The influence of process parameters including operating pressure, residence time and rotational speed ...
2,005
5
-0.0141
0.0008
0.9997
neutral
conventional
Article
[ "Article" ]
W4237858775
Simulation Studies on Indoor Relative Humidity Maintenance in Rural Residential Buildings Using Sustainable Building Materials
Humidity is an indoor environmental factor that can affect thermal comfort inside a building.Sustainable construction techniques to create and maintain healthy indoor condition, based on ecological principles and through an efficient use of resources are the requirement nowadays.Common cause of moisture during the hot ...
2,016
3
0.0146
0.9946
0.9981
neutral
balanced
Article
[ "Article" ]
W3205601186
Eoin Coleman (Oren Kolman) 1959 - 2015
Eoin Coleman, who died on December 4th 2015, was well known to many members of the IMS, either personally or via the interesting articles he published in this Bulletin over a number of years, [1,2,3,4,5,7,8].Eoin had converted to Judaism some 35 years ago and later was widely known in mathematical circles as Oren Kolma...
2,016
0
0
0.9051
0.9665
neutral
balanced
Article
[ "Article" ]
W4214705340
Good Faith
Good faith is a blanket clause in civil law under which courts develop standards of fair and honest behavior in the law of obligations, especially in contract law and – to some extent – in the law of property. Courts also define legal consequences resulting from the violations of such standards, such as reliance damage...
2,014
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4301752560
Five Years of Writing Center Journal Scholarship: An Annotated Bibliography
Discusses the importance of listening as a rhetorical activity to help tutors better understand and be sensitive to student needs, specifically those of ESL students.
2,006
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2163112679
TWILIGHT PHENOMENA DUE TO EL CHICHÓN
WeatherVolume 39, Issue 2 p. 47-49 TWILIGHT PHENOMENA DUE TO EL CHICHÓN R. E. Peterson, R. E. Peterson Atmospheric Science Group, Texas Tech University, LubbockSearch for more papers by this author R. E. Peterson, R. E. Peterson Atmospheric Science Group, Texas Tech University, LubbockSearch for more papers by this aut...
1,984
1
-0.0019
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4248948800
ABSTRACTS
HereditasVolume 38, Issue 2 p. 246-250 Open Access ABSTRACTS First published: April 1952 https://doi.org/10.1111/j.1601-5223.1952.tb02923.xAboutPDF ToolsExport citationAdd to favoritesTrack citation ShareShare Give accessShare full text accessShare full-text accessPlease review our Terms and Conditions of Use and check...
2,010
1
0.008
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2972656770
Coming together for progress
Coming together for ProgressProgress by definition is a variable term; although the dictionary definition is 'forward or onward movement toward a destination', many times progress is defined by change, or to put it more scientifically, by evolution.That is what we see today in the Asian Foot and Ankle surgery sphere, w...
2,014
0
0
0.2086
0.7914
neutral
conventional
Article
[ "Article" ]
W4211164848
Small supplements, Weak supplements and Proper Classes
Let SS denote the class of short exact sequences E :0 → A f → B → C → 0 of R-modules and R-module homomorphisms such that f (A) has a small supplement in B i.e. there exists a submodule K of M such that f (A) + K = B and f (A) ∩ K is a small module.It is shown that, SS is a proper class over left hereditary rings.Moreo...
2,015
5
-0.0045
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2000408469
Eugen Glueckauf, 9 April 1906 - 12 September 1981
Eugen Glückauf * was born on 9 April 1906 in Eisenach, Thuringia, Germany, the son of Bruno Glückauf and Elsa Pretzfelder. Both parents came from large families of Jewish origin, although both sides were thoroughly assimilated into the German background and they maintained few if any Jewish customs. The family backgrou...
1,984
1
0.0008
0.9997
0.1029
neutral
novel
Article
[ "Article" ]
W4237275759
NEWS FROM OTHER JOURNALS AND WEBSITES
This section surveys journal papers and other materials relevant to neurotherapists and clinical neuroscientists who haven'
2,007
0
0
0.9968
0.9997
neutral
balanced
Article
[ "Article" ]
W4242922479
Difference and Difference Quotient. Part II
In this article, we give some important properties of forward difference, backward difference, central difference and difference quotient and forward difference, backward difference, central difference and difference quotient formulas of some special functions [11].
2,008
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W4250223493
一氧化碳表面催化氧化反应中canard突变与内信号随机双共振
Abstract canard突变 可激发体系 Pt(110)/CO+O2表面催化氧化反应 内信号随机双共振 零线 × Update Abstract English Chinese Update
2,005
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W4319311111
PREDICTIVISM
Normally, whether evidence of observation e confirms hypothesis 4 relative to background evidence k is a matter of the logical relations between e, h, and k, and independent of whether h was formulated before or after the discovery of e.This is supported by intuitions about various examples from history of science, and...
1,997
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2344798139
A Study on the Health Policy Issues of Telemedicine Problem in Korean
Recently, the government tends to address the health policy as an economic logic. However, health policy must be priority to national health right than economic logic. Thus, in this paper analyzes the problems of telemedicine for telemedicine that are at issue in South Korea, based on this, and presents reasonable heal...
2,015
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2802694568
Update April 2018
Lymphatic Research and BiologyVol. 16, No. 2 Literature WatchUpdate April 2018Francine BleiFrancine BleiSearch for more papers by this authorPublished Online:1 Apr 2018https://doi.org/10.1089/lrb.2018.29040.fbAboutSectionsView articleView Full TextPDF/EPUB Permissions & CitationsPermissionsDownload CitationsTrack Citat...
2,018
0
0
0.9997
0.5537
neutral
novel
Article
[ "Article" ]
W2903599572
The Year in Review: The Top Five Papers of 2018
Human Gene TherapyVol. 29, No. 12 EditorialThe Year in Review: The Top Five Papers of 2018Terence R. FlotteTerence R. FlotteEditor-in-ChiefSearch for more papers by this authorPublished Online:13 Dec 2018https://doi.org/10.1089/hum.2018.29079.trfAboutSectionsView articleView Full TextPDF/EPUB Permissions & CitationsPer...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2913998321
Characteristic Equations of the Standard and Descriptor Linear Electrical Circuits of Integer and Fractional Orders
Abstract The problem of calculation of the characteristic equations of the standard and descriptor linear electrical circuits of integer and fractional orders is addressed. It is shown that the characteristic equations of standard and descriptor linear electrical circuits are independent of the method used in their ana...
2,018
0
0
0.0011
0.9997
neutral
conventional
Article
[ "Article" ]
W2412772209
Naked Exclusion and the Volatility of Innovation
The analysis shows that the volatility of a potential entrant’s innovation is an important parameter which shapes an incumbent supplier’s exclusivity strategy. Higher volatility encourages the incumbent supplier to adopt an accommodation, rather than a pure exclusion, strategy. When volatility is above a threshold, the...
2,015
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W249363350
Unusual and memorable
Identification of crystals in synovial fluidSynovial fluids can contain a number of crystals and other particulate matter.Some of these, particularly monosodium urate monohydrate (MSUM) and calcium pyrophosphate dihydrate (CPPD) crystals, are pathogenic; others, including cholesterol and other lipid particles and the b...
1,999
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2573766939
Ecological Research on Poyang Lake in Jiangxi Province, China
鄱阳湖是江西人民的“母亲湖”,是我国最大的淡水湖,是世界生命湖泊网中的重要成员,自鄱阳湖生态经济区建设上升为国家战略之后,对鄱阳湖的湖泊生态研究显得越来越重要。本文在调查研究和文献阅读的基础上,对鄱阳湖湖泊生态学的发展以及研究内容进行简要分析和总结,为促进鄱阳湖湖泊生态学更好更快地发展提供参考资料。目前鄱阳湖湖泊生态学的研究主要集中在以下几个方面——鄱阳湖气候变化研究、鄱阳湖土壤生态研究、鄱阳湖水体生态研究、鄱阳湖生物多样性研究、鄱阳湖景观生态研究以及鄱阳湖生态修复研究等,在今后的研究中需要加强对鄱阳湖生物多样性、景观生态和生态修复的研究。 Poyang Lake is Jiangxi people’s “mother lake”,...
2,013
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2900744511
Моделирование характеристик системы сверхзвуковых струй в атмосфере углекислого газа
AbstractA simulation of the structure and processes of heat and mass transfer in the system of exhaust jets of brake engines of a spacecraft descending in the Martian atmosphere is carried out. It is taken into account that the system of jets is a chemically reacting gaseous medium consisting of the exhaust gases and t...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2901225801
Исследование ударных волн в электрохимическом микроактюаторе
AbstractThe explosive mode of operation of an electrochemical actuator is studied. In this mode of operation, we observe explosion of microbubbles containing the oxygen–hydrogen gas mixture that forms in the working chamber of the actuator during electrochemical water splitting by high-frequency pulses of alternating p...
2,018
0
0
0.9997
0.0003
neutral
novel
Article
[ "Article" ]
W2913259418
Development of Low Power Physics Tests
PWR炉物理検査の手法については, 測定精度向上, 測定操作簡素化の観点から高度化が進められている。炉物理検査は定期検査上検のクリティカルパスであることから, 原子炉の稼働率向上の観点から測定時間を短縮するための努力を続けている。BWRにおいては近年, PWR炉物理検査にて使用する原子炉反応度計を使用した制御棒価値や等温温度係数の測定を試験的に実施している。本稿では, PWRにおける最近の炉物理検査の進展および原子炉反応度計によるBWR炉心特性パラメータの測定について紹介する。
2,004
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2915580296
Update June 2018
Lymphatic Research and BiologyVol. 16, No. 3 Literature WatchUpdate June 2018Francine BleiFrancine BleiSearch for more papers by this authorPublished Online:1 Jun 2018https://doi.org/10.1089/lrb.2018.29046.fbAboutSectionsView articleView Full TextPDF/EPUB Permissions & CitationsPermissionsDownload CitationsTrack Citati...
2,018
0
0
0.9997
0.478
neutral
novel
Article
[ "Article" ]
W2323279532
Two Quadrilobed harness-mounts from Hambleden, Buckinghamshire
An abstract is not available for this content so a preview has been provided. Please use the Get access link above for information on how to access this content.
1,991
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2325051012
Defense Mechanisms of Residents by Specialty Classification
The purpose of this study was to explore the differentiation of common personality profiles and defense mechanisms between medicine and surgery resident groups.The authors evaluated the defense mechanisms of the residents by using Ewha Defense Mechanisms Test.The authors compared the defense mechanisms between two grou...
1,970
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2595815584
CORRECTION
Objectives: Several studies suggested chromosome 12 harbours an Alzheimer's disease (AD) risk factor gene.Significant association of a single nucleotide polymorphism (SNP) in the 39 UTR of transcription factor CP2 (LBP-1c/CP2/ LSF or TFCP2) at 12q13 was reported in three independent case-control studies, but no family ...
2,005
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W2267137819
The effect of Cognitive Mobilization in Yeongnam and Honam Province
This research aims to investigate the effect of cognitive mobilization. This research has a special interest in the eatimation of the effects of cognitive mobilization on the acquisition of electoral information, the vote determinants and the vote participation. For analysis, this study employs survey data which was co...
2,015
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2312828629
Spiral Aftereffects after Long-Term Delay
Tested the effects of three kinds of postadapation stimuli on short- and long-term spiral aftereffects. Magnitude and duration of short-term aftereffects were significantly reduced by 5 min. of no visual stimulation preceding inspection of the postadaptation field. Results do not support previous findings of long-term ...
1,988
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2410995166
Two-Envelope Paradox: The Blind Case
The present paper addresses the blind case of the two envelope paradox. It first shows that optimal switching strategies, in the worst case sense, must necessary meet some simple conditions in the domain of the log-amount. It derives from that that no positive gain could be expected without due location constraints on ...
2,014
0
0
0.9995
0.9694
neutral
balanced
Article
[ "Article" ]
W2806328813
Test weso test
Fingerprint recognition is one of most popular and accuracy Biometric technologies.Nowadays, it is used in many real applications.However, recognizing fingerprints in poor quality images is still a very complex problem.In recent years, many algorithms, models… are given to improve the accuracy of recognition system.Thi...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2313862456
The Thoughts in our Head: A World
Water is the central characteristic of the coastal region between India and Bangladesh known as the Sundarbans.Here water swallows and regurgitates land with every turn of the tide.The tiger conservation project in the Sundarbans in the 1970s prompted the state-led violent eviction of Bangladeshi refugees from the isla...
2,014
0
0
0.1429
0.989
neutral
conventional
Article
[ "Article" ]
W2615640353
Studies on the Nitrification in Soil, with Special Reference to the Population of Nitrifier
Abstract It is certain that the nitrification in soil differs from that in culture solution. But the study in culture solution is neccessary for a better understanding of nitrification. Although the perfusion technique, introduced first by Quastel and his has contributors1)2), has been a very useful tool and has conntr...
1,963
0
0
0.0365
0.9972
neutral
conventional
Article
[ "Article" ]
W2794572855
Математическая модель активности пользователей программного обеспечения
The article describes software usability problems.According to ISO 9241-11:1998, usability is one of the main criteria of software quality.There are different approaches and methods to analyze the software usability.However, most of them are based on the heuristic approach that is on the previously collected recommenda...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2277099187
Connectalism: An Introduction
This is an introduction to Connectalism: a new paradigm for analyzing human choice. Connectalism is rooted in systems thinking and humanistic psychology. It melds together ancient and modern wisdoms about humans’ awareness of their interconnectedness within the networks they belong to (e.g. the Biosphere). Basic motiva...
2,015
0
0
0.999
0.5
neutral
novel
Article
[ "Article" ]
W2512920888
Study on the Intoxication by Organic Chloride Preparations for Agricultural Uses
According to the statistics by the Ministry of Health on toxications due to drugs for agricultural uses, we have had incidents by organic chloride compounds for many years. In future, there is also a possibility to encounter chronic intoxications by the above compounds. We have relied on solely a close observation on c...
1,973
0
0
0.9403
0.9997
neutral
balanced
Article
[ "Article" ]
W2789518054
INADEQUACY OF DIALYSIS;
Background: Objectives: In patients with end stage renal disease, inadequatedialysis can lead to increased morbidity and mortality. We conducted a study to analyze effectsof increasing dialysate flow rate (DFR) and blood flow rate (BFR) on adequacy of dialysis.URR was used as an indicator of dialysis adequacy. Study De...
2,018
0
0
0.9997
0.9997
neutral
balanced
Article
[ "Article" ]
W240759961
Maximize x(a - x)
Lester H. Lange is Dean of the School of Science at California State University, San Jose (formerly San Jose State College). Before becoming Dean in 19 70 he served as Chairman of the Mathematics Department at San Jose for nine years. He has written numerous journal articles, has lectured widely as a Visiting Lecturer ...
1,974
0
0
0.7422
0.2578
neutral
novel
Article
[ "Article" ]
W2585042909
GROUND MOTION AMPLIFICATION ANALYSIS OF SEDIMENTARY BASIN BASED ON 2.5D BEM
A direct 2.5 dimensional boundary element method is applied to evaluate ground motions in two-dimensional sedimentary basin due to a three-dimensional Haskell-type fault to estimate the amplification characteristics of the ground motions in the heavily damaged belt zone in Kobe City during the 1995 Hyogo-ken earthquake...
2,000
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2752721884
: (Financial Environment Changes Require Restructuring the Financial Safety Net)
Korean Abstract: 최근 금융환경 변화가 금융안전망에게 새로운 기회이자 위협요인으로 작용하면서, 금융안전망의 재설계 필요성을 부각시키고 있다. 본 연구는 금융환경 변화에 따른 금융안전망의 적절한 대응방안을 다룸에 있어서, 금융안전망 내 기구들 간 협조와 금융권역 간 통합리스크관리의 두가지 필요성을 주장하였다. 첫째, 금융안전망 기구들 간 협조와 관련하여 각 기구들은 공동으로 금융회사의 손실비용을 부담하게 되며, 따라서 각 기구들 간 비용증감은 금융안전망 전체로 보아 제로섬(zero-sum)임을 보였다. 따라서 이는 금융안전망 기구들 간 협조관계가 필요함을 ...
2,007
0
0
0.0657
0.9997
neutral
conventional
Article
[ "Article" ]
W2805500946
Программа моделирования температуры провода и потерь мощности на основе учета режимных и атмосферных факторов
In modern conditions, due to the growth of power consumption and noticeable climatic changes, the interest in calculating admissible mechanical and current loads on the aerial wires has been increased.The maximum use of overhead line capacity can be achieved with reliable information on the line state.The accuracy of c...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2263120494
The Inter-Linkage Coordinate System
The purpose of “The Inter-Linkage Coordinate System” is to study the behavior of a large amount of variables and the interconnection that exist among them in different levels into the same graphical space from a multi-dimensional perspective. The idea is to observe into the same graphical space the behavior of all vari...
2,009
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2267833904
The Perceptual Characteristics of Juvenile Delinquents*
EDITORIAL NOTE: This research merits more than one reading with particular attention to the technique described and studied consideration should be given to the psychological implications of Reducer-Augmenter in regard to planning patient activities on nursing units. This research suggests a technique which could provi...
1,963
0
0
0.9078
0.172
neutral
novel
Article
[ "Article" ]
W2317955434
Research on Intelligent Integrated Fire Inspection Control System
为了保障建筑消防设施的正常运作,日常检查与维护是必不可少的。本实验将变频器、可编程控制器、触摸屏运用到消防控制与自动巡检中,构成稳压泵变频恒压控制系统、消防泵与喷淋泵控制系统以及消防自动巡检系统三种控制系统。通过对其在工况的试验,试验结果表明,该系统稳定性好,自动化程度高,便于日常对现场工况进行掌控监测。 In order to guarantee the functional operation of building fire-fighting facility, daily examination and maintenance are essential. In this study, converter, programm...
2,015
0
0
0.4704
0.5296
neutral
balanced
Article
[ "Article" ]
W2324203943
Socio-Economic and Hospital Interrelationship Factors of Medical Care
In order to elucidate socio-medical factors involved in the medical care system, for example the relationship between physicians and patients, or the interrelation of medical institutions, an interview survey was conducted in the period from 1961-1964 which included 2, 696 patients under internal medicine as well as th...
1,969
0
0
0.1192
0.9997
neutral
conventional
Article
[ "Article" ]
W2342608534
أثر إعادة ترتیب بدائل الاستجابة فی صعوبة فقرة الاختیار من متعدد
٢٠١٤ ‫ﻡ‬ ٢٦٦concerning reordering test options which affected the difficulty of the level of the test response options.In addition, the study revealed that reordering response options may be considered a dangerous practice especially in the equivellent pictures.The study recommended that test designers should be cautio...
2,014
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2488094523
Comment by Davies
An abstract is not available for this content so a preview has been provided. Please use the Get access link above for information on how to access this content.
1,979
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2892989077
Open Lectures Focusing on Mechanism of Robot
Because the number of students majoring in sciences has been decreasing, it is thought that students had better know the essences of sciences, and get interested in them during their early years. The author assumed that open lectures for junior high school students may be effective for these purposes, and based on this...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2263385439
A Critical Analysis of the Effect of the Double Criminality Test on the Investigation Team and the Prosecutionns Case
Download This Paper Open PDF in Browser Add Paper to My Library Share: Permalink Using these links will ensure access to this page indefinitely Copy URL Copy DOI
2,013
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2347125715
Study about PR-VEP Characteristics on Perception Function and Judgement Function of MBTI
본 연구의 목적은 MBTI의 인식기능(S/N)과 판단기능(T/F)에 대한 문양역전 시각유발전위(PR-VEP)의 특성을 알아보고자 하는 것이다. 연구 대상자는 20세 이상의 성인남녀 136명을 대상으로 2013년 7월부터 8월까지 2개월 동안 PR-VEP와 MBTI검사를 실시하였다. PR-VEP검사는 32채널 뇌파측정기를 이용하여 O1, O2에서 측정하였고, MBTI검사는 Form-M 온라인검사방법을 이용하였다. 연구결과는 S지표 선호집단에서 PR-VEP의 N75와 P100 사이의 시간간격(Duration)이 5.49 ms 유의미하게 짧았고, F지표 선호집단에서 PR-...
2,015
0
0
0.9997
0.2153
neutral
novel
Article
[ "Article" ]
W2491944451
Inside the Black Box Presentation: MIT Alumni Association
This presentation was given to the MIT Alumni Association of Orange County. The goal was to deliver an educational presentation to demystify the world of hedge funds and quantitative investing. We discussed the money management industry and briefly described what quants do, how they do it, and issues that surround quan...
2,014
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2907704310
СОРБЦІЯ ІОНІВ АМОНІЮ НА ПОВЕРХНІ ДИСПЕРСНИХ ГЛИНИСТИХ МІНЕРАЛІВ
Purpose. Determination of patterns of sorption of NH4+ions on the surface of dispersed clay minerals of various chemical nature (sorbents). Establishing the relationship between the acid -base properties of active centers of the hydroxyl-hydrated surface layer of sorbents and the efficiency of extraction of NH4+ions fr...
2,018
0
0
0.58
0.9995
neutral
conventional
Article
[ "Article" ]
W2414668860
“So Quick Bright Things Come to Confusion”
In the past several decades, the problems facing those of us who labor in the vineyards of health policy and ethics have been the problems of success — first medicine's and then, though to a lesser extent, our own. By this I mean that it has been the remarkable fruits of biomedicine, from research to health care delive...
1,987
0
0
0.7781
0.9997
neutral
conventional
Article
[ "Article" ]
W2748965696
Air Temperature on the Subway Platforms along the Hibiya Line, Teito Rapid Transit Authority
The air temperature distributions along the Hibiya Line were observed 86 times by the train traverse observation method with a thermister thermometer from 26 April 1987 to 1 January 1991. Two observation methods were used. One was to observe air temperatures every 10 seconds to determine the temperature distribution al...
1,993
0
0
0.1192
0.8808
neutral
conventional
Article
[ "Article" ]
W2752297045
(Recent Development of Resolution Regimes for Financial Institutions and the Proposals for Korea)
Korean Abstract: 세계적 금융위기 이후 국제적인 대형 금융기관의 도산이 잇따르면서 금융기관 정리의 혼란 및 비효율성과 공적자금에 의한 구제금융의 문제점에 대한 각계의 비판이 제기되었다. 이에 국제적으로 금융기관 정리체계에 대한 관심이 크게 증대되었으며, 주요국을 중심으로 관련 정책들이 심도 있게 논의되어 도입되는 추세에 있다. 최근 논의되는 정리체계 관련 핵심 내용은 감독권역과 관계없이 시스템적으로 중요한 금융기관의 지정, 공적자금에 의한 구제금융이 아닌 당사자 손실분담, 일국의 개별 회사가 아닌 다국적 금융그룹 전체의 체계적 정리, 그리고 사전적으로 위...
2,014
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2771440065
Alienation in the Educational Mode among University Youth in the Light of Some Variables: a Case Study Field on a Sample from the College of Education
This study aimed at identifying the alienation in the social mode among university youth, it used the comparative descriptive method.The study was conducted on a sample consisted of (203) students representing the variables of the study: gender, study level, GPA, and responding to a questionnaire of (50) items, each of...
2,014
0
0
0.0016
0.9984
neutral
conventional
Article
[ "Article" ]
W2894697433
DEVELOPMENT OF STATIC ARMOUR
Armour layer is the type of gravel bed composed on the bed surface with pores between the composing grains as the place of sand to stay and lock the pores. This research was carried out in the Hydraulic Laboratory by using the main infrastructure of sediment flume from Plexiglas in 0.60 m width, 10.00 m length, and 0.4...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2895074864
DYNAMIC CHAOS IN IRE: THE EMERGENCE AND DEVELOPMENT
A review of the work on microwave electronics in the Institute of Radioengineering and Electronics over the past 60 years is presented.The discovery in 1962 of the generation in a 3-cm autogenerator (a plasma-electron beam in a pulsed magnetic field) of broadband noise oscillations is described.The work on increasing t...
2,018
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
W2324735824
A reply
We thank Drs Oshan and Dearlove for their interesting reply to our article [1]. We had not come across the specific complication to which they referred. Fortunately, our patient did not develop any degree of bradycardia and we did use a low stimulating current of 0.15 mA at 1 Hz specifically to identify the nerve. The ...
2,011
0
0
0.0003
0.9997
neutral
conventional
Article
[ "Article" ]
End of preview.
README.md exists but content is empty.
Downloads last month
19