Skip to content

get-ipol-src

Automatically generated README for this automation recipe: get-ipol-src

Category: Reproducibility and artifact evaluation

License: Apache 2.0

  • Notes from the authors, contributors and users: README-extra

  • CM meta description for this script: _cm.json

  • Output cached? True

Reuse this script in your project

Install MLCommons CM automation meta-framework

Pull CM repository with this automation recipe (CM script)

cm pull repo mlcommons@cm4mlops

cmr "get ipol journal src ipol-src" --help

Run this script

Run this script via CLI
cm run script --tags=get,ipol,journal,src,ipol-src [--input_flags]
Run this script via CLI (alternative)
cmr "get ipol journal src ipol-src " [--input_flags]
Run this script from Python
import cmind

r = cmind.access({'action':'run'
              'automation':'script',
              'tags':'get,ipol,journal,src,ipol-src'
              'out':'con',
              ...
              (other input keys for this script)
              ...
             })

if r['return']>0:
    print (r['error'])
Run this script via Docker (beta)
cm docker script "get ipol journal src ipol-src" [--input_flags]

Input Flags

  • --number: IPOL publication number
  • --year: IPOL publication year

Script flags mapped to environment

  • --number=valueCM_IPOL_NUMBER=value
  • --year=valueCM_IPOL_YEAR=value

Script output

cmr "get ipol journal src ipol-src " [--input_flags] -j