Discussion:Serveur d'exploration sur Pittsburgh : Différence entre versions
De Wicri Amérique
imported>Jacques Ducloy |
imported>Jacques Ducloy (→Détection des documents volumineux (auteurs)) |
||
| Ligne 36 : | Ligne 36 : | ||
| SxmlSelect -p @2 -p @1 \ | | SxmlSelect -p @2 -p @1 \ | ||
| HfdSelect -ih $EXPLOR_AREA/Data/PubMed/Corpus/biblio \ | | HfdSelect -ih $EXPLOR_AREA/Data/PubMed/Corpus/biblio \ | ||
| + | | SxmlSelect -s record/TEI/teiHeader/fileDesc/publicationStmt/idno@type=RBID/1 \ | ||
| + | -g record/TEI/teiHeader/fileDesc/sourceDesc/biblStruct/series/idno@type=ISSN/1 \ | ||
| + | -p @s1 -p @g1 -p @2 | ||
| + | </source> | ||
| + | ===PubMed Central=== | ||
| + | <source lang="sh"> | ||
| + | HfdCat $EXPLOR_AREA/Data/Pmc/Corpus/Author.i.hfd \ | ||
| + | | SxmlSelect -s idx/l/e/1 -p @s1 -p @1 \ | ||
| + | | sort \ | ||
| + | | IndexBuildRec \ | ||
| + | | SxmlSelect -g idx/k/1 -g idx/f/1 -p @g2 -p @g1 \ | ||
| + | | sort -rn \ | ||
| + | | SxmlSelect -p @2 -p @1 \ | ||
| + | | HfdSelect -ih $EXPLOR_AREA/Data/Pmc/Corpus/biblio \ | ||
| SxmlSelect -s record/TEI/teiHeader/fileDesc/publicationStmt/idno@type=RBID/1 \ | | SxmlSelect -s record/TEI/teiHeader/fileDesc/publicationStmt/idno@type=RBID/1 \ | ||
-g record/TEI/teiHeader/fileDesc/sourceDesc/biblStruct/series/idno@type=ISSN/1 \ | -g record/TEI/teiHeader/fileDesc/sourceDesc/biblStruct/series/idno@type=ISSN/1 \ | ||
-p @s1 -p @g1 -p @2 | -p @s1 -p @g1 -p @2 | ||
</source> | </source> | ||
Version du 28 novembre 2017 à 14:27
Cette page introduit des éléments de discussion, liés notamment à la curation, pour la version PittsburghV1 du « Serveur d'exploration sur Pittsburgh ».
Sommaire
Index spécialisés pour la curation
|
|
|
Flux Istex
Flux PubMed
Détection des documents volumineux (auteurs)
PubMed
HfdCat $EXPLOR_AREA/Data/PubMed/Corpus/Author.i.hfd \
| SxmlSelect -s idx/l/e/1 -p @s1 -p @1 \
| sort \
| IndexBuildRec \
| SxmlSelect -g idx/k/1 -g idx/f/1 -p @g2 -p @g1 \
| sort -rn \
| SxmlSelect -p @2 -p @1 \
| HfdSelect -ih $EXPLOR_AREA/Data/PubMed/Corpus/biblio \
| SxmlSelect -s record/TEI/teiHeader/fileDesc/publicationStmt/idno@type=RBID/1 \
-g record/TEI/teiHeader/fileDesc/sourceDesc/biblStruct/series/idno@type=ISSN/1 \
-p @s1 -p @g1 -p @2
PubMed Central
HfdCat $EXPLOR_AREA/Data/Pmc/Corpus/Author.i.hfd \
| SxmlSelect -s idx/l/e/1 -p @s1 -p @1 \
| sort \
| IndexBuildRec \
| SxmlSelect -g idx/k/1 -g idx/f/1 -p @g2 -p @g1 \
| sort -rn \
| SxmlSelect -p @2 -p @1 \
| HfdSelect -ih $EXPLOR_AREA/Data/Pmc/Corpus/biblio \
| SxmlSelect -s record/TEI/teiHeader/fileDesc/publicationStmt/idno@type=RBID/1 \
-g record/TEI/teiHeader/fileDesc/sourceDesc/biblStruct/series/idno@type=ISSN/1 \
-p @s1 -p @g1 -p @2