hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
b1c0975164a8b3e756759259904102cd30e8fced
3,025
yaml
YAML
docker-compose.yaml
ZalgoNoise/bazel-docker
6850679251188c209b7d55f6dc255a8ee0b9f47d
[ "MIT" ]
null
null
null
docker-compose.yaml
ZalgoNoise/bazel-docker
6850679251188c209b7d55f6dc255a8ee0b9f47d
[ "MIT" ]
null
null
null
docker-compose.yaml
ZalgoNoise/bazel-docker
6850679251188c209b7d55f6dc255a8ee0b9f47d
[ "MIT" ]
null
null
null
version: "3.7" services: bazel: build: context: . dockerfile: ./Dockerfile image: bazel:latest bazelisk: build: context: . dockerfile: ./Dockerfile image: bazelisk:latest bazel-ubuntu: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZELL} image: bazel:ubuntu bazel-4.2.2: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZELL} image: bazel:${BAZELL} bazel-ubuntu-4.2.2: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZELL} image: bazel:ubuntu-${BAZELL} bazel-6: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL6} image: bazel:6 bazel-ubuntu-6: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL6} image: bazel:ubuntu-6 bazel-6.0.0-pre.20211215.3: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL6} image: bazel:${BAZEL6} bazel-ubuntu-6.0.0-pre.20211215.3: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL6} image: bazel:ubuntu-${BAZEL6} bazel-5: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL5} image: bazel:5 bazel-ubuntu-5: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL5} image: bazel:ubuntu-5 bazel-5.0.0-pre.20211011.2: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL5} image: bazel:${BAZEL5} bazel-ubuntu-5.0.0-pre.20211011.2: build: context: . dockerfile: ./Dockerfile_ubuntu args: BAZEL_VERSION: ${BAZEL5} image: bazel:ubuntu-${BAZEL5} bazel-debian: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZELL} image: bazel:debian bazel-debian-4.2.2: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZELL} image: bazel:debian-${BAZELL} bazel-debian-6: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZEL6} image: bazel:debian-6 bazel-debian-6.0.0-pre.20211215.3: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZEL6} image: bazel:debian-${BAZEL6} bazel-debian-5: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZEL5} image: bazel:debian-5 bazel-debian-5.0.0-pre.20211011.2: build: context: . dockerfile: ./Dockerfile_debian args: BAZEL_VERSION: ${BAZEL5} image: bazel:debian-${BAZEL5}
20.166667
37
0.577521
533793855ab4f07f328bfe02b0227e664c6c723b
3,381
yaml
YAML
edge/nodejs/access-origin-by-weight-rate/template.yaml
wchaws/aws-cloudfront-extensions-1
b8db0f0e4998f52598efe035387f4a30f688df97
[ "Apache-2.0" ]
null
null
null
edge/nodejs/access-origin-by-weight-rate/template.yaml
wchaws/aws-cloudfront-extensions-1
b8db0f0e4998f52598efe035387f4a30f688df97
[ "Apache-2.0" ]
null
null
null
edge/nodejs/access-origin-by-weight-rate/template.yaml
wchaws/aws-cloudfront-extensions-1
b8db0f0e4998f52598efe035387f4a30f688df97
[ "Apache-2.0" ]
null
null
null
AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Description: > (SO8119) access-origin-by-weight-rate The lambda will access origin server according to origin server weight rate # More info about Globals: https://github.com/awslabs/serverless-application-model/blob/master/docs/globals.rst Globals: Function: Timeout: 30 Tags: Publisher: GCR-Solutions Metadata: AWS::ServerlessRepo::Application: Name: access-origin-by-weight-rate Description: SAM Template for access-origin-by-weight-rate Author: GCR Solutions SpdxLicenseId: Apache-2.0 LicenseUrl: LICENSE.txt ReadmeUrl: README.md Labels: ['gcr','gcr-solutions','cloudfront','cloudfront+','aws-cloudfront-extensions','edge','lambda-edge', 'aws'] HomePageUrl: https://www.amazonaws.cn/en/solutions/ SemanticVersion: 1.0.0 SourceCodeUrl: https://github.com/awslabs/aws-cloudfront-extensions/edge/nodejs/access-origin-by-weight-rate Parameters: OriginDomainListParameter: Type: String Default: "" Description: "Origin domain list, example: [{ rating: 1, domain: 'originA' },{ rating: 2, domain: 'originB' }]" Resources: AccessOriginByRateFunction: Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction Properties: CodeUri: access-origin-by-weight-rate/ Handler: app.handler Runtime: nodejs12.x Role: !GetAtt EdgeFunctionRole.Arn EdgeFunctionRole: Type: AWS::IAM::Role Properties: RoleName: !Sub ${AWS::StackName}-edgeFunction AssumeRolePolicyDocument: Version: 2012-10-17 Statement: Effect: Allow Principal: Service: - lambda.amazonaws.com - edgelambda.amazonaws.com Action: sts:AssumeRole ManagedPolicyArns: - arn:aws:iam::aws:policy/AWSXrayWriteOnlyAccess - arn:aws:iam::aws:policy/AWSLambdaFullAccess UpdateEdgeCodeFunction: Type: AWS::Serverless::Function # More info about Function Resource: https://github.com/awslabs/serverless-application-model/blob/master/versions/2016-10-31.md#awsserverlessfunction DependsOn: AccessOriginByRateFunction Properties: CodeUri: 's3://aws-cloudfront-extension-lambda-edge/update-lambda-function.zip' Handler: index.handler Runtime: python3.7 Role: !GetAtt EdgeFunctionRole.Arn UpdateConfigCustom: Type: Custom::UpdateConfigCustom DependsOn: UpdateEdgeCodeFunction Properties: ServiceToken: !GetAtt UpdateEdgeCodeFunction.Arn SourceUrl: 'https://aws-cloudfront-extension-lambda-edge.s3.amazonaws.com/edge/access-origin-by-weight-rate/access-origin-by-weight-rate.zip' EdgeFunctionArn: !GetAtt AccessOriginByRateFunction.Arn HandlerFileName: 'app.js' INPUT_ORIGIN_LIST: !Ref OriginDomainListParameter Outputs: AccessOriginByRateFunction: Description: "Lambda Edge function ARN" Value: !GetAtt AccessOriginByRateFunction.Arn AccessOriginByRateFunctionIamRole: Description: "Implicit IAM Role created for Simple Lambda Edge function" Value: !GetAtt EdgeFunctionRole.Arn SolutionId: Description: "Solution id" Value: "SO8119"
37.566667
185
0.715173
8eb324366a348a04a3e76167d1c10ccd8d6d7942
444
yaml
YAML
integrations/kafka/metadata.yaml
courageJ/monitoring-dashboard-samples
ba07827387b51258474e91fbf58fab627550934c
[ "Apache-2.0" ]
null
null
null
integrations/kafka/metadata.yaml
courageJ/monitoring-dashboard-samples
ba07827387b51258474e91fbf58fab627550934c
[ "Apache-2.0" ]
null
null
null
integrations/kafka/metadata.yaml
courageJ/monitoring-dashboard-samples
ba07827387b51258474e91fbf58fab627550934c
[ "Apache-2.0" ]
null
null
null
id: kafka short_name: Kafka display_name: Apache Kafka description: 'The Apache Kafka integration collects broker metrics, such as topic requests and failures. It also monitors the partitions on the broker. The integration collects Kafka logs and parses them into a JSON payload. The result includes fields for logger, level, and message. For more information about Kafka, see [kafka.apache.org/](https://kafka.apache.org/).'
26.117647
81
0.768018
1f3461cc82546d53226a3f2babc92a4de5d063db
7,187
yml
YAML
ccweb-start/src/main/resources/application.yml
linlurui/ccweb
445f046f4acd300d52965a3b60fe3bcaed35c515
[ "Apache-2.0" ]
3
2019-04-20T13:24:46.000Z
2020-04-29T10:23:36.000Z
ccweb-start/src/main/resources/application.yml
linlurui/ccweb
445f046f4acd300d52965a3b60fe3bcaed35c515
[ "Apache-2.0" ]
null
null
null
ccweb-start/src/main/resources/application.yml
linlurui/ccweb
445f046f4acd300d52965a3b60fe3bcaed35c515
[ "Apache-2.0" ]
6
2019-10-07T06:51:48.000Z
2020-05-15T14:04:30.000Z
# 1.SpringCloud配置 spring: application: name: ccait.ccweb #服务名 datasource: druid: test-on-borrow: true test-while-idle: true zipkin: #分布式链路配置 base-url: http://localhost:9411 thymeleaf: cache: false devtools: #dev tools livereload: enabled: true session: store-type: none #none, redis, mongo cookie: max-age: 43200000 persistent: true http: encoding: force: true charset: UTF-8 enabled: true mvc: async: request-timeout: 43200000 static-path-pattern: /** #静态文件请求匹配方式 resources: #修改默认的静态寻址资源目录 static-locations: classpath:/templates/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/,classpath:/public/ redis: host: 127.0.0.1 port: 6667 database: 0 timeout: 6000000 eureka: client: serviceUrl: defaultZone: http://localhost:8761/eureka/ #注册中心 feign: hystrix: enabled: true # 2.服务器配置 server: tomcat: uri-encoding: UTF-8 port: 8080 #端口号 # 3.logging配置 logging: config: classpath:logback.xml kafka: enabled: false #多个broker用英文逗号分隔 broker: 127.0.0.1:9092 #创建Kafka的topic时使用 env: test level: com: netflix: discovery: DiscoveryClient: OFF InstanceInfoReplicato: OFF alibaba: druid: pool: DruidPooledPreparedStatement: OFF sun: jersey: client: OFF netflix: discovery: shared: transport: jersey: AbstractJerseyEurekaHttpClient: OFF # 4.log4j配置 log4j: config: path: log4j2.xml #日志配置路径,可选 logger: org: springframework: cloud: OFF # 5.websocket配置 websocket: server: 127.0.0.1 enable: true protocol: ws port: 8080 # 6.微信授权配置 weixin: mp: endpoint: # 微信回调地址,默认为 /weixin/callback,如需自定义,请修改以下配置项 callback-url: /wechat/callback security: # 微信后台配置的 token token: 1234567890 # 微信后台配置的消息加解密 aeskey encodingAesKey: abcdefghijklmnopqrstuvwxyz0123456789ABCDEFG # ############################################################# # 微信 access token 过期刷新阈值,计算方法: # 当前时间 - (获得token时间 + token 有效期 + 阈值) < 0 则刷新 token # 默认为 token 失效前 5 分钟刷新 # ############################################################# refresh-token-threshold: 300 auth: # APPID appid: appid # APP secret secret: secret # 7.entityqueryable配置 entity: datasource: activated: ccweb #可通过url的{datasource}参数访问到该数据库,没有在此设置的environment不能通过url访问到 #configFile: db-config.xml #数据库配置路径 environments: ccweb: default: true driver: org.sqlite.JDBC url: jdbc:sqlite:ccait.db # 8.ccweb配置 ccweb: lang: cn ignoreTotalCount: true #忽略查询总数 package: ccait.ccweb.entites #实体类生成包路径 suffix: Entity #实体类生成类名后辍 page: #分页配置选项 maxSize: 50 #分页最大记录数默认值 defaultDateByNow: false app-config: table: app-config #表名 auth: user: jwt: millis: 86000000 enable: true aes: enable: false wechat: appid: openid4sa411f32sd1f1sa secret: tokenfd53sa411f32sd1f1sa enable: true security: #安全配置选项 encrypt: MD5: #MD5加密配置 fields: user.password,userinfo.password #需要使用MD5加密的字段,逗号分隔 publicKey: ccait@2019 #MD5加密公钥 AES: #AES加密配置 publicKey: ccait@2019 #AES加密公钥 admin: #超级管理员账号密码(必填) username: admin password: admin uniquekey: userinfo: username company: name steps: name attachmentType: name auditScope: name auditStatus: name workStatus: name formatter: #查询结果输出格式,createOn、modifyOn,也可以精确格式化:[表名].[字段名] createOn: yyyy-MM-dd HH:mm modifyOn: yyyy-MM-dd HH:mm start_time: yyyy-MM-dd HH:mm end_time: yyyy-MM-dd HH:mm startTime: yyyy-MM-dd HH:mm endTime: yyyy-MM-dd HH:mm evaluateTime: yyyy-MM-dd HH:mm appraise_time: yyyy-MM-dd HH:mm table: sync: userinfo: table: user fields: email: username password: password type: type key: key createBy: createBy createOn: createOn company: table: group fields: name: groupName type: type workflow: table: workflow fields: reviewer: createBy attach: items: steps template: workflow: itemsId: items attributeTableSuffix: Attrs reservedField: #系统保留字段(必填) userPath: userPath #创建者所属路径,体现父子关系,用于like查询 createOn: createOn #数据创建时间 createBy: createBy #数据创建者 owner: owner #数据所有者 modifyOn: modifyOn #数据修改时间 modifyBy: modifyBy #数据修改人 groupId: groupId #群组ID roleId: roleId #角色ID aclId: aclId #访问控制ID privilegeId: privilegeId #权限ID userGroupRoleId: userGroupRoleId #用户组角色关联ID userId: userId #用户ID(整型,会被计算到userPath中) id: id #系统默认id字段名 #系统保留表(必填) user: user #用户表 group: group #分组表 role: role #角色表 acl: acl #访问控制表 privilege: privilege #操作权限表 userGroupRole: userGroupRole #用户/组/角色关联关系 display: #需要隐藏的字段,设为hidden的字段不会在查询结果中显示 user: password: hidden userinfo: password: hidden ui: type: element-plus default: controls: Id: componentName: el-select company.parent: componentName: el-select String: componentName: el-input Date: componentName: el-date-picker Boolean: componentName: el-checkbox Long: componentName: el-input-number Integer: componentName: el-input-number BigDecimal: componentName: el-input-number upload: #上传设置 ccweb: #库名 document: #表名 attachment: #字段名 maxSize: 16 #上传文件最大尺寸,单位: MB mimeType: gif, jpg, png, jpeg, xls, xlsx, doc, docx, ppt, pptx, pdf #允许上传的文件格式 path: /upload/attachment download: #下载设置 thumb: #预览的缩略图 fixedWidth: 200 #固定宽度 scalRatio: 50 #缩放比率(百分比) watermark: ccweb #水印 enableFlux: false #是否开启web异步响应流 # ip: # whiteList: #IP白名单 # blackList: #IP黑名单 validation: #数据提交字段校验器,以下email、mobile为字段名,也可以精确校验:[表名].[字段名] userinfo.email: match: ^([a-zA-Z0-9_\-\.\u4e00-\u9fa5])+@([a-zA-Z0-9_\-\.\u4e00-\u9fa5])+(\.[a-zA-Z0-9_\-\u4e00-\u9fa5]+)+$ message: 请输入正确的电子邮箱格式 userinfo.password: match: ^[0-9a-zA-Z~\(\)!@#$%^&*]{6,12}$ message: 请输入6至12位密码 items.name: match: ^[\d\w\u4e00-\u9fa5]+$ message: 请输入合法名称 steps.name: match: ^[\d\w\u4e00-\u9fa5]+$ message: 请输入合法名称 attachmentType.name: match: ^[\d\w\u4e00-\u9fa5]+$ message: 请输入合法名称 auditScope.name: match: ^[\d\w\u4e00-\u9fa5]+$ message: 请输入合法名称 workStatus.name: match: ^[\d\w\u4e00-\u9fa5]+$ message: 请输入合法名称 workerflow.reviewer: match: ^[\d]+$ message: 请选择委派人 defaultValue: #指定表字段为null时赋于默认值,UUID_RANDOM=UUID.randomUUID(),DATE_NOW=new Date() userGroupRoleId: UUID_RANDOM userinfo.key: UUID_RANDOM
22.113846
134
0.597468
8f09cabb95eddb23e8d2c1c982e4f742245fd99a
1,360
yaml
YAML
.github/workflows/ci.yaml
gpdf/spherex-lander-plugin
166b548db23075259ea7d61a6f2158adc078c407
[ "MIT" ]
null
null
null
.github/workflows/ci.yaml
gpdf/spherex-lander-plugin
166b548db23075259ea7d61a6f2158adc078c407
[ "MIT" ]
1
2021-05-28T16:04:45.000Z
2021-05-28T17:18:45.000Z
.github/workflows/ci.yaml
gpdf/spherex-lander-plugin
166b548db23075259ea7d61a6f2158adc078c407
[ "MIT" ]
null
null
null
name: CI "on": [push, pull_request] jobs: test: runs-on: ubuntu-latest strategy: matrix: python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # full history for setuptools_scm - name: Install pandoc run: brew install pandoc - name: Set up Python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - name: Python install run: | python -m pip install --upgrade pip python -m pip install .[dev] python -m pip install tox - name: Run tests run: tox -e py,lint,typing demo: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 with: fetch-depth: 0 # full history for setuptools_scm - name: Install pandoc run: brew install pandoc - name: Set up Python uses: actions/setup-python@v2 - name: Python install run: | python -m pip install --upgrade pip python -m pip install . python -m pip install tox - name: Build demo pipeline module site run: tox -e pipelinemodule-demo - name: Upload demo artifact uses: actions/upload-artifact@v2 with: name: demo path: _build
21.587302
58
0.558824
33f3276a70afc9e2cf9ac8cadfab3234031642dd
1,002
yml
YAML
bitlbee/bitlbee.yml
jbarratt/ansible-pb
477c2a82342a4e5c113864636f3141bec4a63561
[ "MIT" ]
null
null
null
bitlbee/bitlbee.yml
jbarratt/ansible-pb
477c2a82342a4e5c113864636f3141bec4a63561
[ "MIT" ]
null
null
null
bitlbee/bitlbee.yml
jbarratt/ansible-pb
477c2a82342a4e5c113864636f3141bec4a63561
[ "MIT" ]
1
2021-05-22T23:51:39.000Z
2021-05-22T23:51:39.000Z
--- - hosts: chatservers vars_prompt: bitlbee_pass: "Enter the bitlbee server access password" bitlbee_oper_pass: "Enter the bitlbee operator password" tasks: - name: Install bitlbee package apt: pkg=bitlbee state=installed - name: Create bitlbee config directory file: path=/etc/bitlbee state=directory owner=root group=root mode=0755 - name: Create bitlbee state directory file: path=/var/run/bitlbee state=directory owner=bitlbee group=bitlbee mode=0700 - name: Install bitlbee config file template: src=templates/bitlbee-conf.j2 dest=/etc/bitlbee/bitlbee.conf owner=root group=root mode=0644 notify: restart bitlbee - name: Install bitlbee MOTD file copy: src=config/bitlbee-motd.txt dest=/etc/bitlbee/motd.txt owner=root group=root mode=0644 notify: restart bitlbee - name: Run bitlbee service service: name=bitlbee enabled=yes state=started handlers: - name: restart bitlbee service: name=bitlbee state=restarted
29.470588
106
0.736527
ce5f0bd52019a9c9907bd5942df4c482d346dd3c
332
yml
YAML
k6/docker-compose.yml
tkdeshpande/distributed-perf-test
db4202d0df0c3a59e65f8c933e0ebe3cf191f492
[ "Apache-2.0" ]
null
null
null
k6/docker-compose.yml
tkdeshpande/distributed-perf-test
db4202d0df0c3a59e65f8c933e0ebe3cf191f492
[ "Apache-2.0" ]
null
null
null
k6/docker-compose.yml
tkdeshpande/distributed-perf-test
db4202d0df0c3a59e65f8c933e0ebe3cf191f492
[ "Apache-2.0" ]
null
null
null
version: '3.4' networks: k6: services: k6: image: loadimpact/k6:latest networks: - k6 ports: - "6560-6570" command: "run /scripts/script.js --vus 100 --duration 10s --no-usage-report --rps 30" environment: - K6_OUT=influxdb=http://influxdb:8086/k6 volumes: - ./samples:/scripts
18.444444
89
0.599398
1ca62688994d3057a9ff5b26224c615398a83f60
593
yml
YAML
.travis.yml
rixx/django-hierarkey
e61f03bd1a35489905f3b08fdc18755f1ed07973
[ "Apache-2.0" ]
16
2017-04-09T16:41:50.000Z
2022-03-07T17:39:55.000Z
.travis.yml
rixx/django-hierarkey
e61f03bd1a35489905f3b08fdc18755f1ed07973
[ "Apache-2.0" ]
13
2017-04-08T06:54:49.000Z
2022-03-07T08:55:15.000Z
.travis.yml
rixx/django-hierarkey
e61f03bd1a35489905f3b08fdc18755f1ed07973
[ "Apache-2.0" ]
6
2017-07-12T19:20:10.000Z
2020-07-21T14:18:50.000Z
language: python sudo: false dist: xenial install: - pip install tox script: - tox matrix: include: - python: 3.6 env: TOXENV=py36-django111-sqlite - python: 3.6 env: TOXENV=py36-django20-sqlite - python: 3.6 env: TOXENV=py36-django21-sqlite - python: 3.6 env: TOXENV=py36-django22-sqlite - python: 3.6 env: TOXENV=py36-django30-sqlite - python: 3.7 env: TOXENV=py37-django22-sqlite - python: 3.7 env: TOXENV=py37-django30-sqlite - python: 3.8 env: TOXENV=coverage - python: 3.8 env: TOXENV=style
21.178571
39
0.620573
e80029b8efc252b361f0d5414b020b6ed8972b70
890
yml
YAML
roles/deploy/tasks/www.yml
openmaraude/APITaxi_deploy
a7f5d0903fe202f2e9fea7698efa919a803f3bbd
[ "MIT" ]
1
2021-04-14T16:12:10.000Z
2021-04-14T16:12:10.000Z
roles/deploy/tasks/www.yml
openmaraude/APITaxi_deploy
a7f5d0903fe202f2e9fea7698efa919a803f3bbd
[ "MIT" ]
null
null
null
roles/deploy/tasks/www.yml
openmaraude/APITaxi_deploy
a7f5d0903fe202f2e9fea7698efa919a803f3bbd
[ "MIT" ]
1
2019-10-29T14:30:45.000Z
2019-10-29T14:30:45.000Z
--- - name: Create directory /opt/openmaraude/www file: path: /opt/openmaraude/www state: directory - name: Setup /opt/openmaraude/www/www.env template: src: templates/www/www.env.j2 dest: /opt/openmaraude/www/www.env vars: docker_image: "{{ www.docker.image }}" docker_image_version: "{{ www.docker.version }}" - name: Setup systemd service file template: src: templates/www/www.service.j2 dest: /etc/systemd/system/www.service notify: - Reload systemd # Required to run handlers now because if file has changed, we want the new # file to take effect before the restart, and not after. - name: Reload systemd if configuration file has changed meta: flush_handlers # Restart is always mandatory to pull the latest version - name: Enable and start (or restart) www service systemd: name: "www" enabled: yes state: restarted
26.176471
75
0.706742
f7d1bf9e31e81e06290380c73fcd4c33d1c9750b
1,048
yaml
YAML
Modules/EventGrid/2.0/Pipeline/EventGrid.pipeline.environments.yaml
dwas01/Codeblocks
ffaee7f8647f073cea9606c82e10ae93e13f3b7a
[ "MIT" ]
null
null
null
Modules/EventGrid/2.0/Pipeline/EventGrid.pipeline.environments.yaml
dwas01/Codeblocks
ffaee7f8647f073cea9606c82e10ae93e13f3b7a
[ "MIT" ]
null
null
null
Modules/EventGrid/2.0/Pipeline/EventGrid.pipeline.environments.yaml
dwas01/Codeblocks
ffaee7f8647f073cea9606c82e10ae93e13f3b7a
[ "MIT" ]
null
null
null
variables: ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/develop') }}: environment: dev SecretsFilter: 'KeyVault--Name--$(akv)' resourceGroup_evg: RG-DEV-APP connectionService: azure-spn overrideParameters: '' akv: dev-akv-001 ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/staging') }}: environment: sit SecretsFilter: 'KeyVault--Name--$(akv)' resourceGroup_evg: RG-SIT-APP connectionService: azure-spn overrideParameters: '' akv: sit-akv-001 ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/release') }}: environment: uat SecretsFilter: 'KeyVault--Name--$(akv)' resourceGroup_evg: RG-UAT-APP connectionService: azure-spn overrideParameters: '' akv: uat-akv-001 ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/master') }}: environment: prd SecretsFilter: 'KeyVault--Name--$(akv)' resourceGroup_evg: RG-PRD-APP connectionService: azure-spn overrideParameters: '' akv: prd-akv-001
32.75
70
0.648855
aeae45d91214f2ad36b099a9521cf4cdeb343acb
1,547
yml
YAML
.github/workflows/ci.yml
nhuray/terraform-google-gcr-cleaner
9dda8c1cdf847a7f0ee0760d96c771e6a6761d23
[ "Apache-2.0" ]
14
2021-06-23T05:58:33.000Z
2022-03-15T17:49:11.000Z
.github/workflows/ci.yml
nhuray/terraform-google-gcr-cleaner
9dda8c1cdf847a7f0ee0760d96c771e6a6761d23
[ "Apache-2.0" ]
15
2021-06-23T10:57:53.000Z
2022-03-28T08:00:49.000Z
.github/workflows/ci.yml
nhuray/terraform-google-gcr-cleaner
9dda8c1cdf847a7f0ee0760d96c771e6a6761d23
[ "Apache-2.0" ]
11
2021-06-23T06:30:05.000Z
2022-03-12T12:48:11.000Z
name: CI on: push: branches: - main env: TF_PLUGIN_CACHE_DIR: ${{ github.workspace }}/.terraform.d/plugin-cache jobs: pre-commit: name: Pre-commit validation runs-on: ubuntu-latest steps: - name: Checkout source code uses: actions/checkout@v2 - name: Setup Python environment uses: actions/setup-python@v2 - name: Setup Terraform Cache uses: actions/cache@v2 with: key: ${{ runner.os }}-${{ hashFiles('**/.terraform.lock.hcl') }} path: ${{ env.TF_PLUGIN_CACHE_DIR }} - name: Setup Go environment uses: actions/setup-go@v2 with: go-version: 1.17 - name: "Install pre-commit tools: terraform-docs, tflint & tfsec" run: | mkdir -p $TF_PLUGIN_CACHE_DIR go install github.com/terraform-docs/terraform-docs@latest sudo mv $(go env GOPATH)/bin/terraform-docs /usr/local/bin/terraform-docs curl -sSLf "$(curl -sS https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")" > tflint.zip unzip tflint.zip && rm tflint.zip sudo mv tflint /usr/local/bin/ go install github.com/aquasecurity/tfsec/cmd/tfsec@latest sudo mv $(go env GOPATH)/bin/tfsec /usr/local/bin/tfsec - uses: hashicorp/setup-terraform@v1 with: terraform_version: 1.0.10 - name: Run pre-commit hooks uses: pre-commit/action@v2.0.0 env: GO111MODULE: auto
33.630435
160
0.610213
d417bbab6c7a85e925e7e6ed5a3d3a7cd9cd42ef
461
yaml
YAML
manifests/e/Elgato/ElgatoGameCaptureHD/3.70.55.3055/Elgato.ElgatoGameCaptureHD.locale.en-US.yaml
DataDog/winget-pkgs
75d5c987be7832730b9c859a0fbaeb5940e50d3e
[ "MIT" ]
4
2021-09-10T00:55:54.000Z
2021-10-08T01:03:04.000Z
manifests/e/Elgato/ElgatoGameCaptureHD/3.70.55.3055/Elgato.ElgatoGameCaptureHD.locale.en-US.yaml
DataDog/winget-pkgs
75d5c987be7832730b9c859a0fbaeb5940e50d3e
[ "MIT" ]
null
null
null
manifests/e/Elgato/ElgatoGameCaptureHD/3.70.55.3055/Elgato.ElgatoGameCaptureHD.locale.en-US.yaml
DataDog/winget-pkgs
75d5c987be7832730b9c859a0fbaeb5940e50d3e
[ "MIT" ]
null
null
null
# Created using wingetcreate 0.3.0.6 # yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.0.0.schema.json PackageIdentifier: Elgato.ElgatoGameCaptureHD PackageVersion: 3.70.55.3055 PackageLocale: en-US Publisher: Elgato Systems GmbH PackageName: Elgato Game Capture HD License: Copyright Elgato ShortDescription: Software for recording video using Elgato capture cards ManifestType: defaultLocale ManifestVersion: 1.0.0
32.928571
95
0.800434
16b6d2e0ae2b525c19b67a16a7cea6c905fc4507
398
yaml
YAML
clusters/olympus/manifests/networking/metallb/helm-release.yaml
zebernst/olympus
81f9c28c563fbbd1bdba84cd82bc6d27c0c34353
[ "MIT" ]
null
null
null
clusters/olympus/manifests/networking/metallb/helm-release.yaml
zebernst/olympus
81f9c28c563fbbd1bdba84cd82bc6d27c0c34353
[ "MIT" ]
null
null
null
clusters/olympus/manifests/networking/metallb/helm-release.yaml
zebernst/olympus
81f9c28c563fbbd1bdba84cd82bc6d27c0c34353
[ "MIT" ]
null
null
null
--- apiVersion: helm.toolkit.fluxcd.io/v2beta1 kind: HelmRelease metadata: name: metallb spec: interval: 5m chart: spec: chart: metallb version: 0.12.1 sourceRef: kind: HelmRepository name: metallb namespace: flux-system interval: 5m values: existingConfigMap: metallb-config valuesFrom: - kind: ConfigMap name: metallb-values
18.952381
42
0.650754
e5173fca7983b708b85fbfc1e944bf045c4b8168
584
yml
YAML
curriculum/challenges/ukrainian/00-certifications/machine-learning-with-python-certification/machine-learning-with-python-certification.yml
JakobBanes/freeCodeCamp
4564b71d0e5fe698caa67bba2663c31e23af5b8e
[ "BSD-3-Clause" ]
1
2022-01-04T08:51:56.000Z
2022-01-04T08:51:56.000Z
curriculum/challenges/ukrainian/00-certifications/machine-learning-with-python-certification/machine-learning-with-python-certification.yml
JakobBanes/freeCodeCamp
4564b71d0e5fe698caa67bba2663c31e23af5b8e
[ "BSD-3-Clause" ]
265
2020-11-01T15:14:51.000Z
2021-06-08T07:32:32.000Z
curriculum/challenges/ukrainian/00-certifications/machine-learning-with-python-certification/machine-learning-with-python-certification.yml
JakobBanes/freeCodeCamp
4564b71d0e5fe698caa67bba2663c31e23af5b8e
[ "BSD-3-Clause" ]
2
2021-12-22T03:33:01.000Z
2021-12-28T04:07:11.000Z
--- id: 5e46fc95ac417301a38fb935 title: Машинне навчання з отриманням сертифікату Python challengeType: 7 isPrivate: true tests: - id: 5e46f8d6ac417301a38fb92d title: Камінь-ножиці-папір - id: 5e46f8dcac417301a38fb92e title: Класифікатор зображень котів і собак - id: 5e46f8e3ac417301a38fb92f title: Інструмент рекомендацій книг із використанням KNN - id: 5e46f8edac417301a38fb930 title: Калькулятор лінійної регресії витрат на охорону здоров'я - id: 5e46f8edac417301a38fb931 title: Нейронна мережа для класифікації текстів SMS
25.391304
67
0.756849
f932e8de33589177951f07a8dffde03b041a2d24
6,820
yml
YAML
.github/workflows/test.yml
s-weigand/setup-conda
fb64c81b807d86c0c8dfea4540bb90d63908a660
[ "Apache-2.0" ]
60
2019-11-19T08:40:29.000Z
2022-02-27T23:19:45.000Z
.github/workflows/test.yml
s-weigand/setup-conda
fb64c81b807d86c0c8dfea4540bb90d63908a660
[ "Apache-2.0" ]
56
2019-12-10T20:25:27.000Z
2022-03-28T04:00:43.000Z
.github/workflows/test.yml
s-weigand/setup-conda
fb64c81b807d86c0c8dfea4540bb90d63908a660
[ "Apache-2.0" ]
8
2019-12-03T02:53:15.000Z
2021-08-05T14:14:33.000Z
name: 'Tests' on: [push, pull_request, workflow_dispatch] jobs: jest-tests: name: Unit test + Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: Install Dependencies run: npm ci - name: Test Build run: npm run test_build - name: Checking format run: npm run format-check - name: Linting code run: npm run lint - name: Running jest tests run: npm test - name: Build dist run: npm run package - uses: actions/upload-artifact@v2 with: name: dist-built path: dist/index.js test-integration-default: name: Default settings runs-on: ${{ matrix.os }} needs: jest-tests env: CONDA_CHANNELS: 'defaults' strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Run setup-conda uses: ./ - name: Install pandoc and graphviz run: | conda install pandoc graphviz - name: Check env run: printenv - name: Run tests run: | python -m pip install -q pytest python -m pytest -v integrationtests - name: Run tests with bash on windows if: matrix.os == 'windows-latest' shell: bash run: | python -m pytest -v integrationtests test-integration-test-env: name: Env login shell runs-on: ${{ matrix.os }} needs: jest-tests env: CONDA_CHANNELS: 'defaults' ENV_PYTHON: 3.8 strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Run setup-conda uses: ./ with: activate-conda: false - name: Create Test env shell: bash -l {0} run: | conda create --name TEST python=3.8 source activate TEST conda install pandoc graphviz pip install -q pytest which pip - name: Check env run: printenv - name: Run tests shell: bash -l {0} run: | source activate TEST python -m pytest -v integrationtests test-integration-test-env-no-login: name: Env no login shell runs-on: ${{ matrix.os }} needs: jest-tests env: CONDA_CHANNELS: 'defaults' ENV_PYTHON: 3.8 strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Run setup-conda uses: ./ with: activate-conda: false - name: Create Test env shell: bash run: | conda create --name TEST python=3.8 source activate TEST conda install pandoc graphviz pip install -q pytest which pip - name: Check env run: printenv - name: Run tests shell: bash run: | source activate TEST python -m pytest -v integrationtests test-integration-custom: name: Custom Python runs-on: ${{ matrix.os }} env: ENV_PYTHON: '3.6' CONDA_CHANNELS: 'defaults,anaconda,conda-forge' needs: jest-tests strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Run setup-conda uses: ./ with: update-conda: true python-version: 3.6 conda-channels: anaconda, conda-forge - name: Install pandoc and graphviz run: | conda install pandoc graphviz - name: Check env run: printenv - name: Run tests run: | python -m pip install -q pytest python -m pytest -v integrationtests test-no-activation: name: System Python runs-on: ${{ matrix.os }} env: NOT_ACTIVATED: true CONDA_CHANNELS: 'defaults' needs: jest-tests strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Run setup-conda uses: ./ with: activate-conda: false - name: Install pandoc and graphviz run: | conda install pandoc graphviz - name: Check env run: printenv - name: Run tests run: | python -m pip install -q pytest python -m pytest -v integrationtests test-no-activation-setup-python: name: Setup Python runs-on: ${{ matrix.os }} env: NOT_ACTIVATED: true CONDA_CHANNELS: 'defaults' needs: jest-tests strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v2 - name: Download built dist uses: actions/download-artifact@v2 with: name: dist-built path: dist - name: Set up Python 3.8 uses: actions/setup-python@v2 with: python-version: 3.8 - name: Prepare tests run: | python --version python integrationtests/prepare_tests.py - name: Run setup-conda uses: ./ with: activate-conda: false - name: Install pandoc and graphviz run: | conda install pandoc graphviz - name: Check env run: printenv - name: Run tests run: | python -m pip install -q pytest python -m pytest -v integrationtests
26.640625
57
0.559384
e49c0554b6d3ca65bc5c13420127b016d44fd8f6
444
yaml
YAML
.github/workflows/test.yaml
nitrictech/function-templates
1339b41866263b15d94ef7d070557f542e9cfb67
[ "Apache-2.0" ]
3
2021-06-24T13:12:01.000Z
2021-12-13T07:35:56.000Z
.github/workflows/test.yaml
nitrictech/function-templates
1339b41866263b15d94ef7d070557f542e9cfb67
[ "Apache-2.0" ]
3
2021-06-19T13:31:44.000Z
2021-08-03T01:13:42.000Z
.github/workflows/test.yaml
nitrictech/function-templates
1339b41866263b15d94ef7d070557f542e9cfb67
[ "Apache-2.0" ]
null
null
null
name: Build & Test on: push: branches: - main pull_request: jobs: test: name: Test runs-on: ubuntu-latest steps: # Checkout git - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 1 # Setup Docker - name: Install Docker uses: docker-practice/actions-setup-docker@master # Build each of the images - name: Test Builds run: make
18.5
57
0.567568
6fa09846c6b91ddd971d1826f805b8c6a6780170
372
yaml
YAML
user/accounts/alomic.yaml
PascalSkupa/Portfolio
9b2ddfc21b062014dab0e20af48760741566136a
[ "MIT" ]
null
null
null
user/accounts/alomic.yaml
PascalSkupa/Portfolio
9b2ddfc21b062014dab0e20af48760741566136a
[ "MIT" ]
null
null
null
user/accounts/alomic.yaml
PascalSkupa/Portfolio
9b2ddfc21b062014dab0e20af48760741566136a
[ "MIT" ]
null
null
null
state: enabled email: pascalskupa@gmail.com fullname: 'Pascal Skupa' title: Admin access: admin: super: 'true' login: 'true' site: login: 'true' hashed_password: $2y$10$KfoOIL43KDecoTKQ52g16.T0DBX9IzSBO9OI74uUtJbdZCnlLpEVa password: null language: en twofa_enabled: false twofa_secret: VY6G4VMQKU2BUUQN4XTNCIU2PR2T2L23 avatar: { } info: null groups: null
19.578947
77
0.768817
ae971ebafedb032f80af79dc1471f9c87c83f417
689
yml
YAML
preview/docs-ref-autogen/com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
preview/docs-ref-autogen/com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA*" fullName: "com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA" name: "EN_CA" nameWithType: "FormRecognizerLocale.EN_CA" members: - uid: "com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA" fullName: "com.azure.ai.formrecognizer.models.FormRecognizerLocale.EN_CA" name: "EN_CA" nameWithType: "FormRecognizerLocale.EN_CA" summary: "Static value en-CA for FormRecognizerLocale." syntax: "public static final FormRecognizerLocale EN_CA" type: "field" metadata: {} package: "com.azure.ai.formrecognizer.models" artifact: com.azure:azure-ai-formrecognizer:3.1.0-beta.2
40.529412
75
0.79971
ef3ca8e702a2b4af2b9a56ef4970f6d462e76dc5
357
yml
YAML
web/modules/custom/core/ef/tests/modules/ef_test/config/install/language.content_settings.embeddable.test.yml
theirc/rescue-x
6ade7a8fe6755b385ca95256022f8b4304b85f49
[ "MIT" ]
null
null
null
web/modules/custom/core/ef/tests/modules/ef_test/config/install/language.content_settings.embeddable.test.yml
theirc/rescue-x
6ade7a8fe6755b385ca95256022f8b4304b85f49
[ "MIT" ]
null
null
null
web/modules/custom/core/ef/tests/modules/ef_test/config/install/language.content_settings.embeddable.test.yml
theirc/rescue-x
6ade7a8fe6755b385ca95256022f8b4304b85f49
[ "MIT" ]
null
null
null
langcode: en status: true dependencies: config: - ef.type.test module: - content_translation third_party_settings: content_translation: enabled: true bundle_settings: untranslatable_fields_hide: '0' id: embeddable.test target_entity_type_id: embeddable target_bundle: test default_langcode: site_default language_alterable: true
19.833333
37
0.781513
7ecb6728985f5db7ce2ac7ea48750cff515e2e98
35,584
yml
YAML
api/integration/Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.yml
CrinaS/studio-api-docs
f5f977f92d398c1a60979af66e324a87411926b0
[ "MIT" ]
null
null
null
api/integration/Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.yml
CrinaS/studio-api-docs
f5f977f92d398c1a60979af66e324a87411926b0
[ "MIT" ]
null
null
null
api/integration/Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.yml
CrinaS/studio-api-docs
f5f977f92d398c1a60979af66e324a87411926b0
[ "MIT" ]
null
null
null
### YamlMime:ManagedReference items: - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow commentId: T:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow id: IAbstractTranslationMemorySearchResultsWindow parent: Sdl.TranslationStudio.Api.Editor children: - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultChanged - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponentChanged - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN(System.Int32) - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectionChanged - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN(System.Int32,System.Boolean) - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SourceSelectionChanged - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.TargetSelectionChanged - Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus langs: - csharp - vb name: IAbstractTranslationMemorySearchResultsWindow nameWithType: IAbstractTranslationMemorySearchResultsWindow fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow type: Interface source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: public interface IAbstractTranslationMemorySearchResultsWindow content.vb: Public Interface IAbstractTranslationMemorySearchResultsWindow extensionMethods: - System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) modifiers.csharp: - public - interface modifiers.vb: - Public - Interface - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN(System.Int32) commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN(System.Int32) id: HasSearchResultN(System.Int32) parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: HasSearchResultN(Int32) nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN(Int32) fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN(System.Int32) type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: bool HasSearchResultN(int n) parameters: - id: n type: System.Int32 return: type: System.Boolean content.vb: Function HasSearchResultN(n As Integer) As Boolean overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult id: SelectPreviousSearchResult parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SelectPreviousSearchResult() nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult() fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult() type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: void SelectPreviousSearchResult() content.vb: Sub SelectPreviousSearchResult overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult id: SelectNextSearchResult parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SelectNextSearchResult() nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult() fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult() type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: void SelectNextSearchResult() content.vb: Sub SelectNextSearchResult overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN(System.Int32,System.Boolean) commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN(System.Int32,System.Boolean) id: SelectSearchResultN(System.Int32,System.Boolean) parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SelectSearchResultN(Int32, Boolean) nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN(Int32, Boolean) fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN(System.Int32, System.Boolean) type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: void SelectSearchResultN(int n, bool applyToActiveSegment = true) parameters: - id: n type: System.Int32 - id: applyToActiveSegment type: System.Boolean content.vb: Sub SelectSearchResultN(n As Integer, applyToActiveSegment As Boolean = True) overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange id: CopyActiveRange parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: CopyActiveRange() nameWithType: IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange() fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange() type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: IDocumentFragment CopyActiveRange() return: type: Sdl.DesktopEditor.EditorApi.IDocumentFragment content.vb: Function CopyActiveRange As IDocumentFragment overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus commentId: M:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus id: ToggleSourceTargetFocus parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: ToggleSourceTargetFocus() nameWithType: IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus() fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus() type: Method source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: void ToggleSourceTargetFocus() content.vb: Sub ToggleSourceTargetFocus overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus* - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult id: HasPreviousSearchResult parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: HasPreviousSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: bool HasPreviousSearchResult { get; } parameters: [] return: type: System.Boolean content.vb: ReadOnly Property HasPreviousSearchResult As Boolean overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult id: HasNextSearchResult parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: HasNextSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: bool HasNextSearchResult { get; } parameters: [] return: type: System.Boolean content.vb: ReadOnly Property HasNextSearchResult As Boolean overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult id: CurrentSearchResult parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: CurrentSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: SearchResult CurrentSearchResult { get; } parameters: [] return: type: Sdl.LanguagePlatform.TranslationMemory.SearchResult content.vb: ReadOnly Property CurrentSearchResult As SearchResult overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent id: CurrentSearchResultComponent parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: CurrentSearchResultComponent nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: TranslationUnitComponent CurrentSearchResultComponent { get; } parameters: [] return: type: Sdl.TranslationStudio.Api.Common.TranslationUnitComponent content.vb: ReadOnly Property CurrentSearchResultComponent As TranslationUnitComponent overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange id: ActiveRange parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: ActiveRange nameWithType: IAbstractTranslationMemorySearchResultsWindow.ActiveRange fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: ContentRange ActiveRange { get; } parameters: [] return: type: Sdl.DesktopEditor.EditorApi.ContentRange content.vb: ReadOnly Property ActiveRange As ContentRange overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText commentId: P:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText id: SelectedText parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SelectedText nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectedText fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText type: Property source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: string SelectedText { get; } parameters: [] return: type: System.String content.vb: ReadOnly Property SelectedText As String overload: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText* modifiers.csharp: - get modifiers.vb: - ReadOnly - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultChanged commentId: E:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultChanged id: CurrentSearchResultChanged parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: CurrentSearchResultChanged nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultChanged fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultChanged type: Event source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: event EventHandler CurrentSearchResultChanged return: type: System.EventHandler content.vb: Event CurrentSearchResultChanged As EventHandler - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponentChanged commentId: E:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponentChanged id: CurrentSearchResultComponentChanged parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: CurrentSearchResultComponentChanged nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponentChanged fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponentChanged type: Event source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: event EventHandler CurrentSearchResultComponentChanged return: type: System.EventHandler content.vb: Event CurrentSearchResultComponentChanged As EventHandler - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectionChanged commentId: E:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectionChanged id: SelectionChanged parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SelectionChanged nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectionChanged fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectionChanged type: Event source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: event EventHandler SelectionChanged return: type: System.EventHandler content.vb: Event SelectionChanged As EventHandler - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SourceSelectionChanged commentId: E:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SourceSelectionChanged id: SourceSelectionChanged parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: SourceSelectionChanged nameWithType: IAbstractTranslationMemorySearchResultsWindow.SourceSelectionChanged fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SourceSelectionChanged type: Event source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: event EventHandler SourceSelectionChanged return: type: System.EventHandler content.vb: Event SourceSelectionChanged As EventHandler - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.TargetSelectionChanged commentId: E:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.TargetSelectionChanged id: TargetSelectionChanged parent: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow langs: - csharp - vb name: TargetSelectionChanged nameWithType: IAbstractTranslationMemorySearchResultsWindow.TargetSelectionChanged fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.TargetSelectionChanged type: Event source: path: Sdl.TranslationStudio.Api isExternal: true assemblies: - Sdl.TranslationStudio.Api namespace: Sdl.TranslationStudio.Api.Editor syntax: content: event EventHandler TargetSelectionChanged return: type: System.EventHandler content.vb: Event TargetSelectionChanged As EventHandler references: - uid: Sdl.TranslationStudio.Api.Editor commentId: N:Sdl.TranslationStudio.Api.Editor isExternal: true name: Sdl.TranslationStudio.Api.Editor nameWithType: Sdl.TranslationStudio.Api.Editor fullName: Sdl.TranslationStudio.Api.Editor - uid: System.Object.Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) parent: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils definition: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) name: ForWindowFromFrameworkElement(Action<Window>) nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(Action<Window>) fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action<System.Windows.Window>) nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Action(Of Window)) fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action(Of System.Windows.Window)) name.vb: ForWindowFromFrameworkElement(Action(Of Window)) spec.csharp: - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) name: ForWindowFromFrameworkElement nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: System.Windows.Window name: Window nameWithType: Window fullName: System.Windows.Window isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Action{System.Windows.Window}) name: ForWindowFromFrameworkElement nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Windows.Window name: Window nameWithType: Window fullName: System.Windows.Window isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) commentId: M:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) isExternal: true name: ForWindowFromFrameworkElement(Object, Action<Window>) nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>) fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object, System.Action<System.Windows.Window>) nameWithType.vb: WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action(Of Window)) fullName.vb: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object, System.Action(Of System.Windows.Window)) name.vb: ForWindowFromFrameworkElement(Object, Action(Of Window)) spec.csharp: - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) name: ForWindowFromFrameworkElement nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: < nameWithType: < fullName: < - uid: System.Windows.Window name: Window nameWithType: Window fullName: System.Windows.Window isExternal: true - name: '>' nameWithType: '>' fullName: '>' - name: ) nameWithType: ) fullName: ) spec.vb: - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement(System.Object,System.Action{System.Windows.Window}) name: ForWindowFromFrameworkElement nameWithType: WindowsControlUtils.ForWindowFromFrameworkElement fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils.ForWindowFromFrameworkElement isExternal: true - name: ( nameWithType: ( fullName: ( - uid: System.Object name: Object nameWithType: Object fullName: System.Object isExternal: true - name: ', ' nameWithType: ', ' fullName: ', ' - uid: System.Action`1 name: Action nameWithType: Action fullName: System.Action isExternal: true - name: '(Of ' nameWithType: '(Of ' fullName: '(Of ' - uid: System.Windows.Window name: Window nameWithType: Window fullName: System.Windows.Window isExternal: true - name: ) nameWithType: ) fullName: ) - name: ) nameWithType: ) fullName: ) - uid: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils commentId: T:Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils parent: Sdl.Desktop.Platform.Controls.Controls isExternal: true name: WindowsControlUtils nameWithType: WindowsControlUtils fullName: Sdl.Desktop.Platform.Controls.Controls.WindowsControlUtils - uid: Sdl.Desktop.Platform.Controls.Controls commentId: N:Sdl.Desktop.Platform.Controls.Controls isExternal: true name: Sdl.Desktop.Platform.Controls.Controls nameWithType: Sdl.Desktop.Platform.Controls.Controls fullName: Sdl.Desktop.Platform.Controls.Controls - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN isExternal: true name: HasSearchResultN nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasSearchResultN - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: System.Boolean commentId: T:System.Boolean parent: System isExternal: true name: Boolean nameWithType: Boolean fullName: System.Boolean - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult isExternal: true name: SelectPreviousSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectPreviousSearchResult - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult isExternal: true name: SelectNextSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectNextSearchResult - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN isExternal: true name: SelectSearchResultN nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectSearchResultN - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange isExternal: true name: CopyActiveRange nameWithType: IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CopyActiveRange - uid: Sdl.DesktopEditor.EditorApi.IDocumentFragment commentId: T:Sdl.DesktopEditor.EditorApi.IDocumentFragment parent: Sdl.DesktopEditor.EditorApi isExternal: true name: IDocumentFragment nameWithType: IDocumentFragment fullName: Sdl.DesktopEditor.EditorApi.IDocumentFragment - uid: Sdl.DesktopEditor.EditorApi commentId: N:Sdl.DesktopEditor.EditorApi isExternal: true name: Sdl.DesktopEditor.EditorApi nameWithType: Sdl.DesktopEditor.EditorApi fullName: Sdl.DesktopEditor.EditorApi - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus isExternal: true name: ToggleSourceTargetFocus nameWithType: IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ToggleSourceTargetFocus - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult isExternal: true name: HasPreviousSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasPreviousSearchResult - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult isExternal: true name: HasNextSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.HasNextSearchResult - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult isExternal: true name: CurrentSearchResult nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResult - uid: Sdl.LanguagePlatform.TranslationMemory.SearchResult isExternal: true name: SearchResult nameWithType: SearchResult fullName: Sdl.LanguagePlatform.TranslationMemory.SearchResult - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent isExternal: true name: CurrentSearchResultComponent nameWithType: IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.CurrentSearchResultComponent - uid: Sdl.TranslationStudio.Api.Common.TranslationUnitComponent commentId: T:Sdl.TranslationStudio.Api.Common.TranslationUnitComponent parent: Sdl.TranslationStudio.Api.Common isExternal: true name: TranslationUnitComponent nameWithType: TranslationUnitComponent fullName: Sdl.TranslationStudio.Api.Common.TranslationUnitComponent - uid: Sdl.TranslationStudio.Api.Common commentId: N:Sdl.TranslationStudio.Api.Common isExternal: true name: Sdl.TranslationStudio.Api.Common nameWithType: Sdl.TranslationStudio.Api.Common fullName: Sdl.TranslationStudio.Api.Common - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange isExternal: true name: ActiveRange nameWithType: IAbstractTranslationMemorySearchResultsWindow.ActiveRange fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.ActiveRange - uid: Sdl.DesktopEditor.EditorApi.ContentRange commentId: T:Sdl.DesktopEditor.EditorApi.ContentRange parent: Sdl.DesktopEditor.EditorApi isExternal: true name: ContentRange nameWithType: ContentRange fullName: Sdl.DesktopEditor.EditorApi.ContentRange - uid: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText* commentId: Overload:Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText isExternal: true name: SelectedText nameWithType: IAbstractTranslationMemorySearchResultsWindow.SelectedText fullName: Sdl.TranslationStudio.Api.Editor.IAbstractTranslationMemorySearchResultsWindow.SelectedText - uid: System.String commentId: T:System.String parent: System isExternal: true name: String nameWithType: String fullName: System.String - uid: System.EventHandler commentId: T:System.EventHandler parent: System isExternal: true name: EventHandler nameWithType: EventHandler fullName: System.EventHandler
45.85567
159
0.830907
4890766a12370bb0b368e1a11f530c9d18bb03d4
3,507
yml
YAML
learn-certs-pr/exams/mb-900.yml
MSFTandrelom/learn-certs-pr.ru-ru
2708a2b385715ba5ecc50e28f0df32528a561bcb
[ "CC-BY-4.0", "MIT" ]
2
2020-05-18T19:37:41.000Z
2021-04-20T21:13:50.000Z
learn-certs-pr/exams/mb-900.yml
MSFTandrelom/learn-certs-pr.ru-ru
2708a2b385715ba5ecc50e28f0df32528a561bcb
[ "CC-BY-4.0", "MIT" ]
144
2019-12-24T08:31:01.000Z
2021-11-10T13:25:19.000Z
learn-certs-pr/exams/mb-900.yml
MSFTandrelom/learn-certs-pr.ru-ru
2708a2b385715ba5ecc50e28f0df32528a561bcb
[ "CC-BY-4.0", "MIT" ]
1
2021-08-25T06:46:22.000Z
2021-08-25T06:46:22.000Z
### YamlMime:Examination title: Microsoft Dynamics 365 Fundamentals metadata: title: 'Exam MB-900: Microsoft Dynamics 365 Fundamentals' description: 'Exam MB-900: Microsoft Dynamics 365 Fundamentals' uid: exam.mb-900 displayName: MB-900 summary: |- <div> <div style='font-weight&#58; bold;'>Содержание этого экзамена было обновлено 31 декабря 2019 года. Взамен доступен экзамен MB-901. Для получения дополнительной информации посетите <a href="/learn/certifications/exams/mb-901">страницу сведений об экзамене MB-901</a>.</div> <br/> </div> Этот экзамен предназначен для кандидатов, желающих продемонстрировать базовые знания Microsoft Dynamics 365, приложений Power Platform и моделей облачных вычислений. В этом экзамене будут рассмотрены соображения и преимущества использования Dynamics 365, Power Platform и облачных служб в целом. Этот экзамен можно сдать в качестве предшествующего уровня сертификации по Dynamics 365. Кандидаты на сдачу этого экзамена должны иметь общие знания или соответствующий опыт работы в среде информационных технологий (IT). Кандидаты также должны иметь базовые знания бизнес-сценариев и опыт работы с бизнес-требованиями, законодательными требованиями и требованиями к безопасности для IT-проектов. subTitle: Этот экзамен оценивает ваши знания в Microsoft Dynamics 365, Power Platform, облачных концепциях, параметрах лицензирования, а также параметрах развертывания и релиза. iconUrl: /media/learn/certification/badges/certification-exam.svg pdfDownloadUrl: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE3VwVu scheduleExamUrl: https://examregistration.microsoft.com/ locales: - en - ja levels: - beginner skills: - Понимание Dynamics 365 (40-45%) - Понимание концепции облачных вычислений (25-30%) - Понимание развертываний и релизов (20-25%) retirementDate: 12/31/2019 roles: - developer products: - dynamics courses: - uid: course.mb-900t01 paths: - uid: learn-dynamics.wwl.dynamics-365-fundamentals relatedCertifications: - related: uid: certification.d365-fundamentals resources: - title: Обучение для получения сертификата description: 'Откройте для себя учебные ресурсы, чтобы получить Microsoft Certified: Dynamics 365 Fundamentals.' href: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE35v9m - title: Руководство по образовательным курсам и сертификациям description: Изучите все сертификаты в кратком руководстве по обучению и сертификации. href: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWtQJJ - title: Плакат с сертификацией description: Ознакомьтесь с обзором сертификации основ, ролевой и специальной сертификациями. href: https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RE2PjDI - title: Поддержка сертификационных экзаменов description: Получить помощь через форум поддержки сертификации Microsoft. Модератор форума ответит в течение одного рабочего дня, с понедельника по пятницу. href: ../help.md - title: Панель управления сертификацией description: Просмотр и управление запланированными мероприятиями, сертификатами и транскриптами. href: https://www.microsoft.com/learning/dashboard.aspx - title: Запрос специальных условий description: Узнайте больше о том, как подать заявку на получение специальных условий для сдачи экзамена. href: ../request-accommodations.md - title: Правила проведения экзаменов и часто задаваемые вопросы description: Ознакомьтесь с правилами экзамена и часто задаваемыми вопросами. href: ../certification-exam-policies.md
54.796875
386
0.806102
050c276aa64a38ebb3c48a9fce2e9d9aefa6d839
843
yaml
YAML
pkg/config/analysis/analyzers/testdata/virtualservice_jwtclaimroute.yaml
rveerama1/istio
769e03a499452f5d1f8ac47719acc409bd177d6e
[ "Apache-2.0" ]
34
2018-08-17T15:20:47.000Z
2020-05-20T07:32:03.000Z
pkg/config/analysis/analyzers/testdata/virtualservice_jwtclaimroute.yaml
rveerama1/istio
769e03a499452f5d1f8ac47719acc409bd177d6e
[ "Apache-2.0" ]
85
2021-06-02T04:41:52.000Z
2022-03-31T13:20:42.000Z
pkg/config/analysis/analyzers/testdata/virtualservice_jwtclaimroute.yaml
rveerama1/istio
769e03a499452f5d1f8ac47719acc409bd177d6e
[ "Apache-2.0" ]
17
2018-11-24T15:57:13.000Z
2020-05-27T11:43:43.000Z
# The following virtual service should cause the error IST0149 because it uses JWT claim based routing but there is # no request authentication applied on the gateway. apiVersion: networking.istio.io/v1alpha3 kind: VirtualService metadata: name: foo spec: hosts: - "foo.com" gateways: - foo-gateway http: - match: - uri: prefix: / headers: "@request.auth.claims.foo": exact: foo route: - destination: host: istiod.istio-system.svc.cluster.local port: number: 15010 --- apiVersion: networking.istio.io/v1alpha3 kind: Gateway metadata: name: foo-gateway spec: selector: istio: ingressgateway servers: - port: number: 80 name: http protocol: HTTP hosts: - "foo.com"
21.615385
115
0.601423
f12a96e1a592b081e24a2179484c0243c480eccf
2,703
yml
YAML
gcp_audit_rules/gcp_gcs_public.yml
designing-penguin/panther-analysis
26034cea4504f43227f8d3789225f6ca7b35dfe0
[ "Apache-2.0" ]
1
2022-02-19T08:50:07.000Z
2022-02-19T08:50:07.000Z
gcp_audit_rules/gcp_gcs_public.yml
designing-penguin/panther-analysis
26034cea4504f43227f8d3789225f6ca7b35dfe0
[ "Apache-2.0" ]
null
null
null
gcp_audit_rules/gcp_gcs_public.yml
designing-penguin/panther-analysis
26034cea4504f43227f8d3789225f6ca7b35dfe0
[ "Apache-2.0" ]
null
null
null
AnalysisType: rule Filename: gcp_gcs_public.py RuleID: GCP.GCS.Public DisplayName: GCS Bucket Made Public Enabled: true DedupPeriodMinutes: 15 LogTypes: - GCP.AuditLog Tags: - GCP - Google Cloud Storage Reports: MITRE ATT&CK: - Collection:Data from Cloud Storage Object Severity: High Description: Adversaries may access data objects from improperly secured cloud storage. Runbook: Validate the GCS bucket change was safe. SummaryAttributes: - severity - p_any_ip_address - p_any_domain_names Tests: - Name: GCS AllUsers Read Permission ExpectedResult: true Log: { "protoPayload": { "@type": "type.googleapis.com/google.cloud.audit.AuditLog", "status": {}, "authenticationInfo": { "principalEmail": "user.name@runpanther.io" }, "requestMetadata": { "callerIp": "136.24.229.58", "callerSuppliedUserAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36,gzip(gfe)", "requestAttributes": { "time": "2020-05-15T04:28:42.243082428Z", "auth": {} }, "destinationAttributes": {} }, "serviceName": "storage.googleapis.com", "methodName": "storage.setIamPermissions", "authorizationInfo": [ { "resource": "projects/_/buckets/jacks-test-bucket", "permission": "storage.buckets.setIamPolicy", "granted": true, "resourceAttributes": {} } ], "resourceName": "projects/_/buckets/jacks-test-bucket", "serviceData": { "@type": "type.googleapis.com/google.iam.v1.logging.AuditData", "policyDelta": { "bindingDeltas": [ { "action": "ADD", "role": "roles/storage.objectViewer", "member": "allUsers" } ] } }, "resourceLocation": { "currentLocations": [ "us" ] } }, "insertId": "15cp9rve72xt1", "resource": { "type": "gcs_bucket", "labels": { "bucket_name": "jacks-test-bucket", "project_id": "western-verve-123456", "location": "us" } }, "timestamp": "2020-05-15T04:28:42.237027213Z", "severity": "NOTICE", "logName": "projects/western-verve-123456/logs/cloudaudit.googleapis.com%2Factivity", "receiveTimestamp": "2020-05-15T04:28:42.900626148Z" }
31.430233
173
0.5431
b5eb75ecf9426dc16e0dd23b8816a6eacad5936c
442
yml
YAML
linux_os/guide/system/accounts/accounts-restrictions/password_expiration/accounts_password_warn_age_login_defs/ansible/shared.yml
kishorkunal-raj/content
c2029dc02cedd83ada1fbb9bd97d10e137b51a26
[ "BSD-3-Clause" ]
1
2020-09-18T12:15:32.000Z
2020-09-18T12:15:32.000Z
linux_os/guide/system/accounts/accounts-restrictions/password_expiration/accounts_password_warn_age_login_defs/ansible/shared.yml
kishorkunal-raj/content
c2029dc02cedd83ada1fbb9bd97d10e137b51a26
[ "BSD-3-Clause" ]
1
2020-02-20T16:02:32.000Z
2020-02-26T11:57:26.000Z
linux_os/guide/system/accounts/accounts-restrictions/password_expiration/accounts_password_warn_age_login_defs/ansible/shared.yml
kishorkunal-raj/content
c2029dc02cedd83ada1fbb9bd97d10e137b51a26
[ "BSD-3-Clause" ]
null
null
null
# platform = Red Hat Virtualization 4,multi_platform_fedora,multi_platform_rhel # reboot = false # strategy = restrict # complexity = low # disruption = low - (xccdf-var var_accounts_password_warn_age_login_defs) - name: "Set Password Warning Age" lineinfile: dest: /etc/login.defs regexp: "^PASS_WARN_AGE *[0-9]*" state: present line: "PASS_WARN_AGE {{ var_accounts_password_warn_age_login_defs }}" create: yes
29.466667
80
0.728507
bb622ae8c3b3fc0bb54ea0dd0a06bccf42af8ea0
1,447
yml
YAML
.eslintrc.yml
pat4life360/abe-web
299c983e4cde3e36c4d598e88b8b2b9d161e2d99
[ "MIT" ]
3
2017-09-06T13:06:07.000Z
2018-05-09T11:41:34.000Z
.eslintrc.yml
pat4life360/abe-web
299c983e4cde3e36c4d598e88b8b2b9d161e2d99
[ "MIT" ]
110
2017-08-16T17:25:46.000Z
2018-05-21T16:05:06.000Z
.eslintrc.yml
pat4life360/abe-web
299c983e4cde3e36c4d598e88b8b2b9d161e2d99
[ "MIT" ]
1
2018-04-02T20:08:32.000Z
2018-04-02T20:08:32.000Z
parser: babel-eslint extends: - airbnb env: browser: true # see https://eslint.org/docs/user-guide/configuring#specifying-globals globals: process: false # allow webpack `process.env[*]` variables rules: # Intentional exceptions to Airbnb rules: no-alert: off # currently used in the UI no-underscore-dangle: [error, allow: [__REDUX_DEVTOOLS_EXTENSION_COMPOSE__]] no-unused-vars: [error, argsIgnorePattern: "^_" ] react/jsx-no-target-blank: off # Airbnb exceptions that we should fix: no-console: off no-param-reassign: warn no-restricted-globals: warn react/no-find-dom-node: warn react/prop-types: off # TODO: #123 # TODO: #118 accessibility jsx-a11y/anchor-is-valid: off jsx-a11y/click-events-have-key-events: off jsx-a11y/label-has-for: off jsx-a11y/no-static-element-interactions: off overrides: # server: - files: [ "server/*.js", "server.js", "sslify.js", "webpack.config.js" ] parser: esprima env: browser: false node: true rules: no-console: off global-require: off # this warning doesn't apply to non-babel server # tests: - files: [ "**/__test__/**/*.js", "**/*.test.js", "**/*.test.jsx" ] env: jest: true rules: import/no-extraneous-dependencies: off react/jsx-indent: false - files: [ "actions.js" ] rules: no-use-before-define: off - files: [ "index.html.js" ] rules: max-len: off
25.839286
78
0.653766
5bb85857af85f541e2028a01eafd1f7c08c97630
326
yml
YAML
games/rapt/rails/config/assets.yml
superarts/superarts.github.io
4834db9f32555e10a4ad0639309eb9a6493e7a03
[ "MIT" ]
null
null
null
games/rapt/rails/config/assets.yml
superarts/superarts.github.io
4834db9f32555e10a4ad0639309eb9a6493e7a03
[ "MIT" ]
1
2022-03-30T20:41:53.000Z
2022-03-30T20:41:53.000Z
games/rapt/rails/config/assets.yml
superarts/superarts.github.io
4834db9f32555e10a4ad0639309eb9a6493e7a03
[ "MIT" ]
null
null
null
embed_assets: on javascripts: editor: - public/javascripts/jquery.mousewheel.min.js - public/javascripts/editor.js game: - public/javascripts/rapt.js level_list: - public/javascripts/level_list.js stylesheets: editor: - public/stylesheets/editor.css game: - public/stylesheets/game.css
19.176471
49
0.708589
f8d73140acca3bb81a66220ac8334cbbc6ca4fdd
5,391
yaml
YAML
node_modules/editor-layer-index/i18n/ms.yaml
cuongnc5/IOT_ID
7e935095d658b3dad64b1b39aafbd61ac256c383
[ "0BSD" ]
null
null
null
node_modules/editor-layer-index/i18n/ms.yaml
cuongnc5/IOT_ID
7e935095d658b3dad64b1b39aafbd61ac256c383
[ "0BSD" ]
null
null
null
node_modules/editor-layer-index/i18n/ms.yaml
cuongnc5/IOT_ID
7e935095d658b3dad64b1b39aafbd61ac256c383
[ "0BSD" ]
null
null
null
ms: imagery: Bing: description: Imejan satelit dan udara. name: Imejan udara Bing DigitalGlobe-Premium: attribution: text: Terma & Maklum Balas description: DigitalGlobe-Premium ialah jubin daripada peta dasar DigitalGlobe bagi rantau-rantau terpilih dengan +Vivid atau kawasan tertentu dengan imejan tersuai, beresolusi 50cm atau lebih baik, dan akan disegar semula dengan lebih kerap melalui kemas kini akan datang. name: Imejan DigitalGlobe Premium DigitalGlobe-Premium-vintage: attribution: text: Terma & Maklum Balas name: Vintaj Imejan Satelit Premium DigitalGlobe DigitalGlobe-Standard: attribution: text: Terma & Maklum Balas description: DigitalGlobe-Standard ialah set imejan terpilih, meliputi 86% jisim bumi, dengan resolusi 30-60cm sekiranya ada, diisi oleh Landsat. Secara purata, imejan ini berusia 2.31 tahun, dengan kawasan-kawasan tertentu dikemas kini 2x setahun. name: Imejan DigitalGlobe Standard DigitalGlobe-Standard-vintage: attribution: text: Terma & Maklum Balas name: Vintaj Imejan Satelit Standard DigitalGlobe EsriWorldImagery: attribution: text: Terma & Maklum Balas description: Imejan sejagat Esri. name: Esri World Imagery EsriWorldImageryClarity: attribution: text: Terma & Maklum Balas MAPNIK: attribution: text: © Penyumbang-penyumbang OpenStreetMap, CC-BY-SA description: Lapisan OpenStreetMap tersedia. name: OpenStreetMap (Standard) Mapbox: attribution: text: Terma & Maklum Balas description: Imejan satelit dan udara. name: Mapbox Satellite OSM_Inspector-Addresses: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Alamat' OSM_Inspector-Geometry: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Geometri' OSM_Inspector-Highways: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Lebuh Raya' OSM_Inspector-Multipolygon: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Kawasan' OSM_Inspector-Places: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Tempat' OSM_Inspector-Routing: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Penghalaan' OSM_Inspector-Tagging: attribution: text: © Geofabrik GmbH, penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: 'OSM Inspector: Penandaan' US-TIGER-Roads-2014: description: Pada tahap zum 16+, data peta domain awam dari Banci AS. Pada tahap zum yang lebih rendah, hanya perubahan sejak 2006 tanpa perubahan yang telah dimasukkan ke dalam OpenStreetMap name: TIGER Roads 2014 US-TIGER-Roads-2017: description: Kuning = Data peta domain awam daripada Banci AS. Merah = Data tidak ditemui dalam OpenStreetMap name: TIGER Roads 2017 Waymarked_Trails-Cycling: name: 'Waymarked Trails: Berbasikal' Waymarked_Trails-Hiking: name: 'Waymarked Trails: Mendaki' Waymarked_Trails-MTB: name: 'Waymarked Trails: Basikal bukit (MTB)' Waymarked_Trails-Skating: name: 'Waymarked Trails: Luncur' Waymarked_Trails-Winter_Sports: name: 'Waymarked Trails: Sukan Musim Sejuk' basemap.at: attribution: text: basemap.at name: basemap.at basemap.at-orthofoto: attribution: text: basemap.at description: Lapisan Ortofoto disediakan oleh basemap.at. "Pengganti" imejan geoimage.at. name: Orthofoto basemap.at mapbox_locator_overlay: attribution: text: Terma & Maklum Balas description: Menunjukkan ciri-ciri utama untuk menolong mengorientasi anda. name: Lapisan Penunjuk openpt_map: attribution: text: © Penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: Peta OpenPT (lapisan) osm-gps: attribution: text: © Penyumbang-penyumbang OpenStreetMap description: Jejak GPS awam dimuat naik ke OpenStreetMap name: Jejak GPS OpenStreetMap osm-mapnik-black_and_white: attribution: text: © Penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: OpenStreetMap (Standard Hitam & Putih) osm-mapnik-german_style: attribution: text: © Penyumbang-penyumbang OpenStreetMap, CC-BY-SA name: OpenStreetMap (Gaya Jerman) qa_no_address: attribution: text: Simon Poole, Data © penyumbang-penyumbang OpenStreetMap name: QA Tiada Alamat skobbler: attribution: text: '© Tiles: data Peta skobbler: penyumbang-penyumbang OpenStreetMap' name: skobbler stamen-terrain-background: name: Rupa Bumi Stamen tf-cycle: attribution: text: Peta © Thunderforest, Data © penyumbang-penyumbang OpenStreetMap name: OpenCycleMap Thunderforest tf-landscape: attribution: text: Peta © Thunderforest, Data © penyumbang-penyumbang OpenStreetMap name: Landskap Thunderforest
39.933333
279
0.69783
5d1119ff01964307eb98b62ccaed63e357b4c027
554
yaml
YAML
recipes/dedup/meta.yaml
hepcat72/bioconda-recipes
8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5
[ "MIT" ]
null
null
null
recipes/dedup/meta.yaml
hepcat72/bioconda-recipes
8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5
[ "MIT" ]
null
null
null
recipes/dedup/meta.yaml
hepcat72/bioconda-recipes
8c6b6fa982e08a90c662f6ffe7ffb5fd0b5298a5
[ "MIT" ]
null
null
null
{% set version = "0.12.5" %} package: name: dedup version: {{ version }} source: url: https://github.com/apeltzer/dedup/releases/download/{{ version }}/DeDup-{{ version }}.jar md5: 56ad6a0d754232f30a767a550b5414d4 build: noarch: generic number: 1 requirements: run: - openjdk - python test: commands: - dedup -h >/dev/null - dedup -v about: home: https://github.com/apeltzer/dedup license: GPLv3 summary: "DeDup is a tool for read deduplication in paired-end read merging (e.g. for ancient DNA experiments)."
19.103448
114
0.67148
250e922f465bb701b1a692444f1ad501fbd20516
8,631
yml
YAML
.upptimerc.yml
gelokatil/upptime-ceu
f9a921f361354733b767bbff8b0b7c995dce645a
[ "MIT" ]
null
null
null
.upptimerc.yml
gelokatil/upptime-ceu
f9a921f361354733b767bbff8b0b7c995dce645a
[ "MIT" ]
183
2022-03-18T21:59:14.000Z
2022-03-31T22:18:20.000Z
.upptimerc.yml
gelokatil/upptime-ceu
f9a921f361354733b767bbff8b0b7c995dce645a
[ "MIT" ]
null
null
null
# Change these first owner: gelokatil # Your GitHub organization or username, where this repository lives repo: upptime-ceu # The name of this repository sites: - name: www.ceu.es url: https://www.ceu.es # - name: www.uspceu.com # url: http://www.uspceu.es # maxResponseTime: 10000 # expectedStatusCodes: # - 200 # - 301 # - 302 # maxRedirects: 30 - name: www.uchceu.es url: https://www.uchceu.es maxResponseTime: 10000 expectedStatusCodes: - 200 - 301 __dangerous__insecure: true - name: www.uaoceu.es url: www.uaoceu.es - name: eduroam.ceu.es url: https://eduroam.ceu.es - name: www.ceuuniversities.com url: https://www.ceuuniversities.com - name: www.isepceu.es url: https://www.isepceu.es - name: www.escueladoctorado.ceu.es url: https://www.escueladoctorado.ceu.es - name: www.universidadmayoresceu.es url: https://www.universidadmayoresceu.es - name: www.escuelamagisterioceuvigo.es url: https://www.escuelamagisterioceuvigo.es - name: www.ciclosformativosceu.es url: https://www.ciclosformativosceu.es - name: institutofamilia.ceu.es url: https://institutofamilia.ceu.es - name: www.colegioceuvalencia.es url: https://www.colegioceuvalencia.es - name: www.colegioceumonteprincipe.es url: https://www.colegioceumonteprincipe.es - name: www.colegioceumurcia.es url: https://www.colegioceumurcia.es - name: www.colegioceualicante.es url: https://www.colegioceualicante.es - name: www.colegioceuvitoria.es url: https://www.colegioceuvitoria.es - name: www.colegioceusanchinarro.es url: https://www.colegioceusanchinarro.es - name: www.colegioceuclaudiocoello.es url: https://www.colegioceuclaudiocoello.es - name: admision.uspceu.es url: https://admision.uspceu.es - name: www.caminoespiritualdelsur.com url: https://www.caminoespiritualdelsur.com - name: www.clubemprendedoresceu.com url: http://www.clubemprendedoresceu.com - name: www.angelayala.ceu.es url: https://www.angelayala.ceu.es - name: admisionint.uspceu.es url: https://admisionint.uspceu.es - name: revistas.uspceu.com url: https://revistas.uspceu.com - name: appsintranet.ceu.es url: https://appsintranet.ceu.es - name: admisionescolegios.ceu.es url: https://admisionescolegios.ceu.es - name: admision.isepceu.es url: https://admision.isepceu.es - name: admision.uaoceu.es url: https://admision.uaoceu.es - name: admisioniam.ceu.es url: https://admisioniam.ceu.es - name: exploria-erasmus.com url: http://exploria-erasmus.com - name: altasolicitudesinfo.ceu.es url: https://altasolicitudesinfo.ceu.es - name: gcet19.uspceu.es url: https://gcet19.uspceu.es - name: www.jornadas.ceu.es url: https://www.jornadas.ceu.es - name: www.culturajoven.es url: https://www.culturajoven.es - name: onceulab.com url: http://onceulab.com - name: centroaudiovisual.uspceu.com url: https://centroaudiovisual.uspceu.com - name: provuldig.com url: http://provuldig.com - name: www.idee.ceu.es url: https://www.idee.ceu.es - name: protocolo.isepceu.es url: https://protocolo.isepceu.es - name: www.educacionporderecho.com url: https://www.educacionporderecho.com - name: 100peliculashistoricas.ceu.es url: https://100peliculashistoricas.ceu.es - name: observatorio-btl.uchceu.es url: http://observatorio-btl.uchceu.es - name: www.ceumedia.es url: http://www.ceumedia.es - name: admisiontech.ceu.es url: https://admisiontech.ceu.es - name: www.vividores.org url: https://www.vividores.org - name: www.provuldig2.com url: https://www.provuldig2.com - name: www.acdp.es url: https://www.acdp.es - name: admisionuchinternacional.ceu.es url: https://admisionuchinternacional.ceu.es - name: www.ceualumni.com url: https://www.ceualumni.com - name: www.congreso.ceu.es url: https://www.congreso.ceu.es - name: yolibre.org url: https://yolibre.org - name: www.aguadelceu.com url: http://www.aguadelceu.com - name: comoenlos50.com url: https://comoenlos50.com - name: www.lanuevacarteradelaministra.com url: https://www.lanuevacarteradelaministra.com - name: www.ceuediciones.es url: https://www.ceuediciones.es - name: www.hubceu.es url: https://www.hubceu.es - name: www.graciasenunminuto.com url: https://www.graciasenunminuto.com - name: www.pormuchasrazones.es url: https://www.pormuchasrazones.es - name: www.noticiario1936.com url: http://www.noticiario1936.com - name: www.bibliotecaceu.es url: http://www.bibliotecaceu.es - name: haleoalicante.ceu.es url: https://haleoalicante.ceu.es - name: innovationweek.ceu.es url: https://innovationweek.ceu.es - name: www.fundacionaho.es url: https://www.fundacionaho.es - name: francescoeconomy.ceu.es url: https://francescoeconomy.ceu.es - name: moodlecmtp.ceu.es url: https://moodlecmtp.ceu.es - name: iehistoricos.ceu.es url: https://iehistoricos.ceu.es - name: institutodemocracia.ceu.es url: https://institutodemocracia.ceu.es - name: revistascientificas.uspceu.com url: https://revistascientificas.uspceu.com - name: cembio.uspceu.es url: https://cembio.uspceu.es - name: blog.ciclosformativosceu.es url: https://blog.ciclosformativosceu.es - name: presslext.ceu.es url: https://presslext.ceu.es - name: citeceu.ceu.es url: https://citeceu.ceu.es - name: congreso.provuldig.com url: http://congreso.provuldig.com - name: www.educaceu.es url: http://www.educaceu.es - name: manage.ceu.es url: https://manage.ceu.es - name: www.encuentrofamiliasceu.com url: https://www.encuentrofamiliasceu.com - name: rss.uchceu.es url: https://rss.uchceu.es - name: intranet.ceu.es url: https://intranet.ceu.es/loginceu/Login.aspx - name: www.ceucyl.com url: https://www.ceucyl.com - name: blogs.uao.es url: https://blogs.uao.es - name: aulanews.uao.es url: https://aulanews.uao.es - name: tuestrellapolar.uaoceu.es url: https://tuestrellapolar.uaoceu.es - name: enquestes.uao.es url: https://enquestes.uao.es - name: feriainternacional.ceu.es url: https://feriainternacional.ceu.es - name: 500pacifico.uaoceu.es url: https://500pacifico.uaoceu.es - name: www.ceudigital.com url: https://www.ceudigital.com - name: admisionuch.ceu.es url: https://admisionuch.ceu.es - name: blog.uchceu.es url: https://blog.uchceu.es - name: medios.uchceu.es url: https://medios.uchceu.es - name: 3d.ceu.es url: https://3d.ceu.es - name: www.goliads.com url: https://www.goliads.com - name: educationtalks.es url: https://educationtalks.es - name: www.ceule.es url: https://www.ceule.es - name: emplea.ceu.es url: https://emplea.ceu.es - name: neurofan.ceu.es url: https://neurofan.ceu.es - name: Chico RedIRIS check: "tcp-ping" url: 130.206.1.3 port: 53 - name: Sun RedIRIS check: "tcp-ping" url: 130.206.1.2 port: 53 - name: NS CEU check: "tcp-ping" url: 193.146.228.3 port: 53 - name: VPN CEU check: "tcp-ping" url: vpn.ceu.es port: 10443 assignees: - gelokatil workflowSchedule: graphs: "*/10 * * * *" responseTime: "*/10 * * * *" staticSite: "*/25 * * * *" summary: "0 0 * * *" updateTemplate: "0 0 * * *" updates: "0 3 * * *" uptime: "*/20 * * * *" user-agent: gelokatil status-website: theme: light #light, dark, night or ocean. metaTags: - name: "robots" content: "noindex" # Add your custom domain name, or remove the `cname` line if you don't have a domain # Uncomment the `baseUrl` line if you don't have a custom domain and add your repo name there #cname: demo.upptime.js.org baseUrl: /upptime-ceu logoUrl: https://raw.githubusercontent.com/upptime/upptime.js.org/master/static/img/icon.svg name: CEU Uptime Status # introTitle: "**Upptime** is the open-source uptime monitor and status page, powered entirely by GitHub." # introMessage: This is a status page which uses **real-time** data from our [GitHub repository](https://github.com/upptime/upptime). No server required — just GitHub Actions, Issues, and Pages. navbar: - title: Status href: /upptime-ceu # - title: GitHub # href: https://github.com/$OWNER/$REPO robotsText: "User-agent: * \n Disallow: /" # Upptime also supports notifications, assigning issues, and more # See https://upptime.js.org/docs/configuration
33.068966
195
0.682424
a6b7c344ec26b2db2e2822be16f9238ab32eb580
51,944
yaml
YAML
pnpm-lock.yaml
safinsingh/harvester-oss
b31e311dca80df9f3689e98fd521c6289f34760b
[ "Apache-2.0" ]
2
2021-01-08T18:49:47.000Z
2021-01-23T21:43:17.000Z
pnpm-lock.yaml
safinsingh/harvester-oss
b31e311dca80df9f3689e98fd521c6289f34760b
[ "Apache-2.0" ]
1
2021-01-08T17:43:46.000Z
2021-01-08T17:43:52.000Z
pnpm-lock.yaml
safinsingh/harvester-oss
b31e311dca80df9f3689e98fd521c6289f34760b
[ "Apache-2.0" ]
null
null
null
dependencies: chalk: 4.1.0 discord.js: 12.5.1 dotenv: 8.2.0 js-yaml: 4.0.0 node-fetch: 2.6.1 set-interval-async: 1.0.34 devDependencies: '@kiwi/eslint-config': 1.6.1_typescript@4.1.3 '@types/js-yaml': 4.0.0 '@types/node-fetch': 2.5.7 '@types/set-interval-async': 1.0.0 ts-node: 9.1.1_typescript@4.1.3 ts-node-dev: 1.1.1_typescript@4.1.3 typescript: 4.1.3 lockfileVersion: 5.2 packages: /@babel/runtime/7.5.0: dependencies: regenerator-runtime: 0.13.7 dev: false resolution: integrity: sha512-2xsuyZ0R0RBFwjgae5NpXk8FcfH4qovj5cEM5VEeB7KXnKqzaisIu2HSV/mCEISolJJuR4wkViUGYujA8MH9tw== /@discordjs/collection/0.1.6: dev: false resolution: integrity: sha512-utRNxnd9kSS2qhyivo9lMlt5qgAUasH2gb7BEOn6p0efFh24gjGomHzWKMAPn2hEReOPQZCJaRKoURwRotKucQ== /@discordjs/form-data/3.0.1: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.28 dev: false engines: node: '>= 6' resolution: integrity: sha512-ZfFsbgEXW71Rw/6EtBdrP5VxBJy4dthyC0tpQKGKmYFImlmmrykO14Za+BiIVduwjte0jXEBlhSKf0MWbFp9Eg== /@kiwi/eslint-config/1.6.1_typescript@4.1.3: dependencies: '@typescript-eslint/eslint-plugin': 4.12.0_44d0edc75bf3594be31c6e3a75fa8bed '@typescript-eslint/parser': 4.12.0_typescript@4.1.3 confusing-browser-globals: 1.0.10 eslint-config-prettier: 6.15.0 eslint-plugin-import: 2.22.1 eslint-plugin-jest: 24.1.3_typescript@4.1.3 eslint-plugin-node: 11.1.0 eslint-plugin-prettier: 3.3.1_eslint-config-prettier@6.15.0 eslint-plugin-svelte3: 2.7.3 typescript: 4.1.3 dev: true peerDependencies: eslint: ^7.14.0 jest: '*' prettier: ^2.2.1 svelte: '*' typescript: '*' peerDependenciesMeta: jest: optional: true prettier: optional: true svelte: optional: true typescript: optional: true resolution: integrity: sha512-8RfntY25zZzmlDuEus+zwnW0fKdcaB8PavAfdwFA8ByNU5jBI428SHtjxqkKlbmAR+NEww7DCMphN6QKcd6pyg== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 run-parallel: 1.1.10 dev: true engines: node: '>= 8' resolution: integrity: sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA== /@nodelib/fs.stat/2.0.4: dev: true engines: node: '>= 8' resolution: integrity: sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q== /@nodelib/fs.walk/1.2.6: dependencies: '@nodelib/fs.scandir': 2.1.4 fastq: 1.10.0 dev: true engines: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== /@types/js-yaml/4.0.0: dev: true resolution: integrity: sha512-4vlpCM5KPCL5CfGmTbpjwVKbISRYhduEJvvUWsH5EB7QInhEj94XPZ3ts/9FPiLZFqYO0xoW4ZL8z2AabTGgJA== /@types/json-schema/7.0.6: dev: true resolution: integrity: sha512-3c+yGKvVP5Y9TYBEibGNR+kLtijnj7mYrXRg+WpFb2X9xm04g/DXYkfg4hmzJQosc9snFNUPkbYIhu+KAm6jJw== /@types/json5/0.0.29: dev: true resolution: integrity: sha1-7ihweulOEdK4J7y+UnC86n8+ce4= /@types/node-fetch/2.5.7: dependencies: '@types/node': 14.14.20 form-data: 3.0.0 dev: true resolution: integrity: sha512-o2WVNf5UhWRkxlf6eq+jMZDu7kjgpgJfl4xVNlvryc95O/6F2ld8ztKX+qu+Rjyet93WAWm5LjeX9H5FGkODvw== /@types/node/14.14.20: dev: true resolution: integrity: sha512-Y93R97Ouif9JEOWPIUyU+eyIdyRqQR0I8Ez1dzku4hDx34NWh4HbtIc3WNzwB1Y9ULvNGeu5B8h8bVL5cAk4/A== /@types/set-interval-async/1.0.0: dev: true resolution: integrity: sha512-4twO6B7/dcd+lMyIHwUm/S1RMvVOsgZf0sCevNNCnwyAxn7t9mxLfuZxIGFimYCPhLjJYccsvo4HhXxp4UDoBg== /@types/strip-bom/3.0.0: dev: true resolution: integrity: sha1-FKjsOVbC6B7bdSB5CuzyHCkK69I= /@types/strip-json-comments/0.0.30: dev: true resolution: integrity: sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ== /@typescript-eslint/eslint-plugin/4.12.0_44d0edc75bf3594be31c6e3a75fa8bed: dependencies: '@typescript-eslint/experimental-utils': 4.12.0_typescript@4.1.3 '@typescript-eslint/parser': 4.12.0_typescript@4.1.3 '@typescript-eslint/scope-manager': 4.12.0 debug: 4.3.1 functional-red-black-tree: 1.0.1 regexpp: 3.1.0 semver: 7.3.4 tsutils: 3.19.0_typescript@4.1.3 typescript: 4.1.3 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: '@typescript-eslint/parser': ^4.0.0 eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-wHKj6q8s70sO5i39H2g1gtpCXCvjVszzj6FFygneNFyIAxRvNSVz9GML7XpqrB9t7hNutXw+MHnLN/Ih6uyB8Q== /@typescript-eslint/experimental-utils/4.12.0_typescript@4.1.3: dependencies: '@types/json-schema': 7.0.6 '@typescript-eslint/scope-manager': 4.12.0 '@typescript-eslint/types': 4.12.0 '@typescript-eslint/typescript-estree': 4.12.0_typescript@4.1.3 eslint-scope: 5.1.1 eslint-utils: 2.1.0 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: eslint: '*' typescript: '*' resolution: integrity: sha512-MpXZXUAvHt99c9ScXijx7i061o5HEjXltO+sbYfZAAHxv3XankQkPaNi5myy0Yh0Tyea3Hdq1pi7Vsh0GJb0fA== /@typescript-eslint/parser/4.12.0_typescript@4.1.3: dependencies: '@typescript-eslint/scope-manager': 4.12.0 '@typescript-eslint/types': 4.12.0 '@typescript-eslint/typescript-estree': 4.12.0_typescript@4.1.3 debug: 4.3.1 typescript: 4.1.3 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: eslint: ^5.0.0 || ^6.0.0 || ^7.0.0 typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-9XxVADAo9vlfjfoxnjboBTxYOiNY93/QuvcPgsiKvHxW6tOZx1W4TvkIQ2jB3k5M0pbFP5FlXihLK49TjZXhuQ== /@typescript-eslint/scope-manager/4.12.0: dependencies: '@typescript-eslint/types': 4.12.0 '@typescript-eslint/visitor-keys': 4.12.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-QVf9oCSVLte/8jvOsxmgBdOaoe2J0wtEmBr13Yz0rkBNkl5D8bfnf6G4Vhox9qqMIoG7QQoVwd2eG9DM/ge4Qg== /@typescript-eslint/types/4.12.0: dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-N2RhGeheVLGtyy+CxRmxdsniB7sMSCfsnbh8K/+RUIXYYq3Ub5+sukRCjVE80QerrUBvuEvs4fDhz5AW/pcL6g== /@typescript-eslint/typescript-estree/4.12.0_typescript@4.1.3: dependencies: '@typescript-eslint/types': 4.12.0 '@typescript-eslint/visitor-keys': 4.12.0 debug: 4.3.1 globby: 11.0.2 is-glob: 4.0.1 lodash: 4.17.20 semver: 7.3.4 tsutils: 3.19.0_typescript@4.1.3 typescript: 4.1.3 dev: true engines: node: ^10.12.0 || >=12.0.0 peerDependencies: typescript: '*' peerDependenciesMeta: typescript: optional: true resolution: integrity: sha512-gZkFcmmp/CnzqD2RKMich2/FjBTsYopjiwJCroxqHZIY11IIoN0l5lKqcgoAPKHt33H2mAkSfvzj8i44Jm7F4w== /@typescript-eslint/visitor-keys/4.12.0: dependencies: '@typescript-eslint/types': 4.12.0 eslint-visitor-keys: 2.0.0 dev: true engines: node: ^8.10.0 || ^10.13.0 || >=11.10.1 resolution: integrity: sha512-hVpsLARbDh4B9TKYz5cLbcdMIOAoBYgFPCSP9FFS/liSF+b33gVNq8JHY3QGhHNVz85hObvL7BEYLlgx553WCw== /abort-controller/3.0.0: dependencies: event-target-shim: 5.0.1 dev: false engines: node: '>=6.5' resolution: integrity: sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg== /ansi-styles/4.3.0: dependencies: color-convert: 2.0.1 dev: false engines: node: '>=8' resolution: integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== /anymatch/3.1.1: dependencies: normalize-path: 3.0.0 picomatch: 2.2.2 dev: true engines: node: '>= 8' resolution: integrity: sha512-mM8522psRCqzV+6LhomX5wgp25YVibjh8Wj23I5RPkPppSVSjyKD2A2mBJmWGa+KN7f2D6LNh9jkBCeyLktzjg== /arg/4.1.3: dev: true resolution: integrity: sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA== /argparse/2.0.1: dev: false resolution: integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q== /array-find-index/1.0.2: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E= /array-includes/3.1.2: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 es-abstract: 1.18.0-next.1 get-intrinsic: 1.0.2 is-string: 1.0.5 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-w2GspexNQpx+PutG3QpT437/BenZBj0M/MZGn5mzv/MofYqo0xmRHzn4lFsoDlWJ+THYsGJmFlW68WlDFx7VRw== /array-union/2.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw== /array.prototype.flat/1.2.4: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 es-abstract: 1.18.0-next.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-4470Xi3GAPAjZqFcljX2xzckv1qeKPizoNkiS0+O4IoPR2ZNpcjE0pkhdihlDouK+x6QOast26B4Q/O9DJnwSg== /asynckit/0.4.0: resolution: integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k= /balanced-match/1.0.0: dev: true resolution: integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= /binary-extensions/2.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-1Yj8h9Q+QDF5FzhMs/c9+6UntbD5MkRfRwac8DoEm9ZfUBZ7tZ55YcGVAzEe4bXsdQHEk+s9S5wsOKVdZrw0tQ== /brace-expansion/1.1.11: dependencies: balanced-match: 1.0.0 concat-map: 0.0.1 dev: true resolution: integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== /braces/3.0.2: dependencies: fill-range: 7.0.1 dev: true engines: node: '>=8' resolution: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /buffer-from/1.1.1: dev: true resolution: integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== /call-bind/1.0.0: dependencies: function-bind: 1.1.1 get-intrinsic: 1.0.2 dev: true resolution: integrity: sha512-AEXsYIyyDY3MCzbwdhzG3Jx1R0J2wetQyUynn6dYHAO+bg8l1k7jwZtRv4ryryFs7EP+NDlikJlVe59jr0cM2w== /camelcase-keys/2.1.0: dependencies: camelcase: 2.1.1 map-obj: 1.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-MIvur/3ygRkFHvodkyITyRuPkuc= /camelcase/2.1.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8= /chalk/4.1.0: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 dev: false engines: node: '>=10' resolution: integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== /chokidar/3.5.0: dependencies: anymatch: 3.1.1 braces: 3.0.2 glob-parent: 5.1.1 is-binary-path: 2.1.0 is-glob: 4.0.1 normalize-path: 3.0.0 readdirp: 3.5.0 dev: true engines: node: '>= 8.10.0' optionalDependencies: fsevents: 2.3.1 resolution: integrity: sha512-JgQM9JS92ZbFR4P90EvmzNpSGhpPBGBSj10PILeDyYFwp4h2/D9OM03wsJ4zW1fEp4ka2DGrnUeD7FuvQ2aZ2Q== /color-convert/2.0.1: dependencies: color-name: 1.1.4 dev: false engines: node: '>=7.0.0' resolution: integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== /color-name/1.1.4: dev: false resolution: integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== /combined-stream/1.0.8: dependencies: delayed-stream: 1.0.0 engines: node: '>= 0.8' resolution: integrity: sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg== /concat-map/0.0.1: dev: true resolution: integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= /confusing-browser-globals/1.0.10: dev: true resolution: integrity: sha512-gNld/3lySHwuhaVluJUKLePYirM3QNCKzVxqAdhJII9/WXKVX5PURzMVJspS1jTslSqjeuG4KMVTSouit5YPHA== /contains-path/0.1.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-/ozxhP9mcLa67wGp1IYaXL7EEgo= /create-require/1.1.1: dev: true resolution: integrity: sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ== /currently-unhandled/0.4.1: dependencies: array-find-index: 1.0.2 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-mI3zP+qxke95mmE2nddsF635V+o= /dateformat/1.0.12: dependencies: get-stdin: 4.0.1 meow: 3.7.0 dev: true hasBin: true resolution: integrity: sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk= /debug/2.6.9: dependencies: ms: 2.0.0 dev: true resolution: integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA== /debug/4.3.1: dependencies: ms: 2.1.2 dev: true engines: node: '>=6.0' peerDependencies: supports-color: '*' peerDependenciesMeta: supports-color: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== /decamelize/1.2.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-9lNNFRSCabIDUue+4m9QH5oZEpA= /define-properties/1.1.3: dependencies: object-keys: 1.1.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ== /delayed-stream/1.0.0: engines: node: '>=0.4.0' resolution: integrity: sha1-3zrhmayt+31ECqrgsp4icrJOxhk= /diff/4.0.2: dev: true engines: node: '>=0.3.1' resolution: integrity: sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A== /dir-glob/3.0.1: dependencies: path-type: 4.0.0 dev: true engines: node: '>=8' resolution: integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA== /discord.js/12.5.1: dependencies: '@discordjs/collection': 0.1.6 '@discordjs/form-data': 3.0.1 abort-controller: 3.0.0 node-fetch: 2.6.1 prism-media: 1.2.3 setimmediate: 1.0.5 tweetnacl: 1.0.3 ws: 7.4.2 dev: false engines: node: '>=12.0.0' resolution: integrity: sha512-VwZkVaUAIOB9mKdca0I5MefPMTQJTNg0qdgi1huF3iwsFwJ0L5s/Y69AQe+iPmjuV6j9rtKoG0Ta0n9vgEIL6w== /doctrine/1.5.0: dependencies: esutils: 2.0.3 isarray: 1.0.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-N53Ocw9hZvds76TmcHoVmwLFpvo= /dotenv/8.2.0: dev: false engines: node: '>=8' resolution: integrity: sha512-8sJ78ElpbDJBHNeBzUbUVLsqKdccaa/BXF1uPTw3GrvQTBgrQrtObr2mUrE38vzYd8cEv+m/JBfDLioYcfXoaw== /dynamic-dedupe/0.3.0: dependencies: xtend: 4.0.2 dev: true resolution: integrity: sha1-BuRMIj9eTpTXjvnbI6ZRXOL5YqE= /error-ex/1.3.2: dependencies: is-arrayish: 0.2.1 dev: true resolution: integrity: sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g== /es-abstract/1.18.0-next.1: dependencies: es-to-primitive: 1.2.1 function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 is-callable: 1.2.2 is-negative-zero: 2.0.1 is-regex: 1.1.1 object-inspect: 1.9.0 object-keys: 1.1.1 object.assign: 4.1.2 string.prototype.trimend: 1.0.3 string.prototype.trimstart: 1.0.3 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-I4UGspA0wpZXWENrdA0uHbnhte683t3qT/1VFH9aX2dA5PPSf6QW5HHXf5HImaqPmjXaVeVk4RGWnaylmV7uAA== /es-to-primitive/1.2.1: dependencies: is-callable: 1.2.2 is-date-object: 1.0.2 is-symbol: 1.0.3 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA== /eslint-config-prettier/6.15.0: dependencies: get-stdin: 6.0.0 dev: true hasBin: true peerDependencies: eslint: '>=3.14.1' resolution: integrity: sha512-a1+kOYLR8wMGustcgAjdydMsQ2A/2ipRPwRKUmfYaSxc9ZPcrku080Ctl6zrZzZNs/U82MjSv+qKREkoq3bJaw== /eslint-import-resolver-node/0.3.4: dependencies: debug: 2.6.9 resolve: 1.19.0 dev: true resolution: integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA== /eslint-module-utils/2.6.0: dependencies: debug: 2.6.9 pkg-dir: 2.0.0 dev: true engines: node: '>=4' resolution: integrity: sha512-6j9xxegbqe8/kZY8cYpcp0xhbK0EgJlg3g9mib3/miLaExuuwc3n5UEfSnU6hWMbT0FAYVvDbL9RrRgpUeQIvA== /eslint-plugin-es/3.0.1: dependencies: eslint-utils: 2.1.0 regexpp: 3.1.0 dev: true engines: node: '>=8.10.0' peerDependencies: eslint: '>=4.19.1' resolution: integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ== /eslint-plugin-import/2.22.1: dependencies: array-includes: 3.1.2 array.prototype.flat: 1.2.4 contains-path: 0.1.0 debug: 2.6.9 doctrine: 1.5.0 eslint-import-resolver-node: 0.3.4 eslint-module-utils: 2.6.0 has: 1.0.3 minimatch: 3.0.4 object.values: 1.1.2 read-pkg-up: 2.0.0 resolve: 1.19.0 tsconfig-paths: 3.9.0 dev: true engines: node: '>=4' peerDependencies: eslint: ^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 resolution: integrity: sha512-8K7JjINHOpH64ozkAhpT3sd+FswIZTfMZTjdx052pnWrgRCVfp8op9tbjpAk3DdUeI/Ba4C8OjdC0r90erHEOw== /eslint-plugin-jest/24.1.3_typescript@4.1.3: dependencies: '@typescript-eslint/experimental-utils': 4.12.0_typescript@4.1.3 dev: true engines: node: '>=10' peerDependencies: eslint: '>=5' typescript: '*' resolution: integrity: sha512-dNGGjzuEzCE3d5EPZQ/QGtmlMotqnYWD/QpCZ1UuZlrMAdhG5rldh0N0haCvhGnUkSeuORS5VNROwF9Hrgn3Lg== /eslint-plugin-node/11.1.0: dependencies: eslint-plugin-es: 3.0.1 eslint-utils: 2.1.0 ignore: 5.1.8 minimatch: 3.0.4 resolve: 1.19.0 semver: 6.3.0 dev: true engines: node: '>=8.10.0' peerDependencies: eslint: '>=5.16.0' resolution: integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g== /eslint-plugin-prettier/3.3.1_eslint-config-prettier@6.15.0: dependencies: eslint-config-prettier: 6.15.0 prettier-linter-helpers: 1.0.0 dev: true engines: node: '>=6.0.0' peerDependencies: eslint: '>=5.0.0' eslint-config-prettier: '*' prettier: '>=1.13.0' peerDependenciesMeta: eslint-config-prettier: optional: true resolution: integrity: sha512-Rq3jkcFY8RYeQLgk2cCwuc0P7SEFwDravPhsJZOQ5N4YI4DSg50NyqJ/9gdZHzQlHf8MvafSesbNJCcP/FF6pQ== /eslint-plugin-svelte3/2.7.3: dev: true peerDependencies: eslint: '>=6.0.0' svelte: ^3.2.0 resolution: integrity: sha512-p6HhxyICX9x/x+8WSy6AVk2bmv9ayoznoTSyCvK47th/k/07ksuJixMwbGX9qxJVAmPBaYMjEIMSEZtJHPIN7w== /eslint-scope/5.1.1: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 dev: true engines: node: '>=8.0.0' resolution: integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw== /eslint-utils/2.1.0: dependencies: eslint-visitor-keys: 1.3.0 dev: true engines: node: '>=6' resolution: integrity: sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== /eslint-visitor-keys/1.3.0: dev: true engines: node: '>=4' resolution: integrity: sha512-6J72N8UNa462wa/KFODt/PJ3IU60SDpC3QXC1Hjc1BXXpfL2C9R5+AU7jhe0F6GREqVMh4Juu+NY7xn+6dipUQ== /eslint-visitor-keys/2.0.0: dev: true engines: node: '>=10' resolution: integrity: sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ== /esrecurse/4.3.0: dependencies: estraverse: 5.2.0 dev: true engines: node: '>=4.0' resolution: integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag== /estraverse/4.3.0: dev: true engines: node: '>=4.0' resolution: integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw== /estraverse/5.2.0: dev: true engines: node: '>=4.0' resolution: integrity: sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ== /esutils/2.0.3: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g== /event-target-shim/5.0.1: dev: false engines: node: '>=6' resolution: integrity: sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ== /fast-diff/1.2.0: dev: true resolution: integrity: sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== /fast-glob/3.2.4: dependencies: '@nodelib/fs.stat': 2.0.4 '@nodelib/fs.walk': 1.2.6 glob-parent: 5.1.1 merge2: 1.4.1 micromatch: 4.0.2 picomatch: 2.2.2 dev: true engines: node: '>=8' resolution: integrity: sha512-kr/Oo6PX51265qeuCYsyGypiO5uJFgBS0jksyG7FUeCyQzNwYnzrNIMR1NXfkZXsMYXYLRAHgISHBz8gQcxKHQ== /fastq/1.10.0: dependencies: reusify: 1.0.4 dev: true resolution: integrity: sha512-NL2Qc5L3iQEsyYzweq7qfgy5OtXCmGzGvhElGEd/SoFWEMOEczNh5s5ocaF01HDetxz+p8ecjNPA6cZxxIHmzA== /fill-range/7.0.1: dependencies: to-regex-range: 5.0.1 dev: true engines: node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /find-up/1.1.2: dependencies: path-exists: 2.1.0 pinkie-promise: 2.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8= /find-up/2.1.0: dependencies: locate-path: 2.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-RdG35QbHF93UgndaK3eSCjwMV6c= /form-data/3.0.0: dependencies: asynckit: 0.4.0 combined-stream: 1.0.8 mime-types: 2.1.28 dev: true engines: node: '>= 6' resolution: integrity: sha512-CKMFDglpbMi6PyN+brwB9Q/GOw0eAnsrEZDgcsH5Krhz5Od/haKHAX0NmQfha2zPPz0JpWzA7GJHGSnvCRLWsg== /fs.realpath/1.0.0: dev: true resolution: integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= /fsevents/2.3.1: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 optional: true os: - darwin resolution: integrity: sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw== /function-bind/1.1.1: dev: true resolution: integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== /functional-red-black-tree/1.0.1: dev: true resolution: integrity: sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc= /get-intrinsic/1.0.2: dependencies: function-bind: 1.1.1 has: 1.0.3 has-symbols: 1.0.1 dev: true resolution: integrity: sha512-aeX0vrFm21ILl3+JpFFRNe9aUvp6VFZb2/CTbgLb8j75kOhvoNYjt9d8KA/tJG4gSo8nzEDedRl0h7vDmBYRVg== /get-stdin/4.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4= /get-stdin/6.0.0: dev: true engines: node: '>=4' resolution: integrity: sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g== /glob-parent/5.1.1: dependencies: is-glob: 4.0.1 dev: true engines: node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 inherits: 2.0.4 minimatch: 3.0.4 once: 1.4.0 path-is-absolute: 1.0.1 dev: true resolution: integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== /globby/11.0.2: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.2.4 ignore: 5.1.8 merge2: 1.4.1 slash: 3.0.0 dev: true engines: node: '>=10' resolution: integrity: sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og== /graceful-fs/4.2.4: dev: true resolution: integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== /has-flag/4.0.0: dev: false engines: node: '>=8' resolution: integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== /has-symbols/1.0.1: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-PLcsoqu++dmEIZB+6totNFKq/7Do+Z0u4oT0zKOJNl3lYK6vGwwu2hjHs+68OEZbTjiUE9bgOABXbP/GvrS0Kg== /has/1.0.3: dependencies: function-bind: 1.1.1 dev: true engines: node: '>= 0.4.0' resolution: integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== /hosted-git-info/2.8.8: dev: true resolution: integrity: sha512-f/wzC2QaWBs7t9IYqB4T3sR1xviIViXJRJTWBlx2Gf3g0Xi5vI7Yy4koXQ1c9OYDGHN9sBy1DQ2AB8fqZBWhUg== /ignore/5.1.8: dev: true engines: node: '>= 4' resolution: integrity: sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw== /indent-string/2.1.0: dependencies: repeating: 2.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-ji1INIdCEhtKghi3oTfppSBJ3IA= /inflight/1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 dev: true resolution: integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= /inherits/2.0.4: dev: true resolution: integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== /is-arrayish/0.2.1: dev: true resolution: integrity: sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0= /is-binary-path/2.1.0: dependencies: binary-extensions: 2.1.0 dev: true engines: node: '>=8' resolution: integrity: sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw== /is-callable/1.2.2: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-dnMqspv5nU3LoewK2N/y7KLtxtakvTuaCsU9FU50/QDmdbHNy/4/JuRtMHqRU22o3q+W89YQndQEeCVwK+3qrA== /is-core-module/2.2.0: dependencies: has: 1.0.3 dev: true resolution: integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== /is-date-object/1.0.2: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-USlDT524woQ08aoZFzh3/Z6ch9Y/EWXEHQ/AaRN0SkKq4t2Jw2R2339tSXmwuVoY7LLlBCbOIlx2myP/L5zk0g== /is-extglob/2.1.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= /is-finite/1.1.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w== /is-glob/4.0.1: dependencies: is-extglob: 2.1.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== /is-negative-zero/2.0.1: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-2z6JzQvZRa9A2Y7xC6dQQm4FSTSTNWjKIYYTt4246eMTJmIo0Q+ZyOsU66X8lxK1AbB92dFeglPLrhwpeRKO6w== /is-number/7.0.0: dev: true engines: node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /is-regex/1.1.1: dependencies: has-symbols: 1.0.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-1+QkEcxiLlB7VEyFtyBg94e08OAsvq7FUBgApTq/w2ymCLyKJgDPsybBENVtA7XCQEgEXxKPonG+mvYRxh/LIg== /is-string/1.0.5: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-buY6VNRjhQMiF1qWDouloZlQbRhDPCebwxSjxMjxgemYT46YMd2NR0/H+fBhEfWX4A/w9TBJ+ol+okqJKFE6vQ== /is-symbol/1.0.3: dependencies: has-symbols: 1.0.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-OwijhaRSgqvhm/0ZdAcXNZt9lYdKFpcRDT5ULUuYXPoT794UNOdU+gpT6Rzo7b4V2HUl/op6GqY894AZwv9faQ== /is-utf8/0.2.1: dev: true resolution: integrity: sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI= /isarray/1.0.0: dev: true resolution: integrity: sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE= /js-yaml/4.0.0: dependencies: argparse: 2.0.1 dev: false hasBin: true resolution: integrity: sha512-pqon0s+4ScYUvX30wxQi3PogGFAlUyH0awepWvwkj4jD4v+ova3RiYw8bmA6x2rDrEaj8i/oWKoRxpVNW+Re8Q== /json5/1.0.1: dependencies: minimist: 1.2.5 dev: true hasBin: true resolution: integrity: sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow== /load-json-file/1.1.0: dependencies: graceful-fs: 4.2.4 parse-json: 2.2.0 pify: 2.3.0 pinkie-promise: 2.0.1 strip-bom: 2.0.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA= /load-json-file/2.0.0: dependencies: graceful-fs: 4.2.4 parse-json: 2.2.0 pify: 2.3.0 strip-bom: 3.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-eUfkIUmvgNaWy/eXvKq8/h/inKg= /locate-path/2.0.0: dependencies: p-locate: 2.0.0 path-exists: 3.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-K1aLJl7slExtnA3pw9u7ygNUzY4= /lodash/4.17.20: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== /loud-rejection/1.6.0: dependencies: currently-unhandled: 0.4.1 signal-exit: 3.0.3 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-W0b4AUft7leIcPCG0Eghz5mOVR8= /lru-cache/6.0.0: dependencies: yallist: 4.0.0 dev: true engines: node: '>=10' resolution: integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA== /make-error/1.3.6: dev: true resolution: integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw== /map-obj/1.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0= /meow/3.7.0: dependencies: camelcase-keys: 2.1.0 decamelize: 1.2.0 loud-rejection: 1.6.0 map-obj: 1.0.1 minimist: 1.2.5 normalize-package-data: 2.5.0 object-assign: 4.1.1 read-pkg-up: 1.0.1 redent: 1.0.0 trim-newlines: 1.0.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-cstmi0JSKCkKu/qFaJJYcwioAfs= /merge2/1.4.1: dev: true engines: node: '>= 8' resolution: integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== /micromatch/4.0.2: dependencies: braces: 3.0.2 picomatch: 2.2.2 dev: true engines: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /mime-db/1.45.0: engines: node: '>= 0.6' resolution: integrity: sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w== /mime-types/2.1.28: dependencies: mime-db: 1.45.0 engines: node: '>= 0.6' resolution: integrity: sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ== /minimatch/3.0.4: dependencies: brace-expansion: 1.1.11 dev: true resolution: integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== /minimist/1.2.5: dev: true resolution: integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== /mkdirp/1.0.4: dev: true engines: node: '>=10' hasBin: true resolution: integrity: sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw== /ms/2.0.0: dev: true resolution: integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g= /ms/2.1.2: dev: true resolution: integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== /node-fetch/2.6.1: dev: false engines: node: 4.x || >=6.0.0 resolution: integrity: sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw== /normalize-package-data/2.5.0: dependencies: hosted-git-info: 2.8.8 resolve: 1.19.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 dev: true resolution: integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA== /normalize-path/3.0.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== /object-assign/4.1.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= /object-inspect/1.9.0: dev: true resolution: integrity: sha512-i3Bp9iTqwhaLZBxGkRfo5ZbE07BQRT7MGu8+nNgwW9ItGp1TzCTw2DLEoWwjClxBjOFI/hWljTAmYGCEwmtnOw== /object-keys/1.1.1: dev: true engines: node: '>= 0.4' resolution: integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA== /object.assign/4.1.2: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 has-symbols: 1.0.1 object-keys: 1.1.1 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ== /object.values/1.1.2: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 es-abstract: 1.18.0-next.1 has: 1.0.3 dev: true engines: node: '>= 0.4' resolution: integrity: sha512-MYC0jvJopr8EK6dPBiO8Nb9mvjdypOachO5REGk6MXzujbBrAisKo3HmdEI6kZDL6fC31Mwee/5YbtMebixeag== /once/1.4.0: dependencies: wrappy: 1.0.2 dev: true resolution: integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= /p-limit/1.3.0: dependencies: p-try: 1.0.0 dev: true engines: node: '>=4' resolution: integrity: sha512-vvcXsLAJ9Dr5rQOPk7toZQZJApBl2K4J6dANSsEuh6QI41JYcsS/qhTGa9ErIUUgK3WNQoJYvylxvjqmiqEA9Q== /p-locate/2.0.0: dependencies: p-limit: 1.3.0 dev: true engines: node: '>=4' resolution: integrity: sha1-IKAQOyIqcMj9OcwuWAaA893l7EM= /p-try/1.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-y8ec26+P1CKOE/Yh8rGiN8GyB7M= /parse-json/2.2.0: dependencies: error-ex: 1.3.2 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-9ID0BDTvgHQfhGkJn43qGPVaTck= /path-exists/2.1.0: dependencies: pinkie-promise: 2.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-D+tsZPD8UY2adU3V77YscCJ2H0s= /path-exists/3.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-zg6+ql94yxiSXqfYENe1mwEP1RU= /path-is-absolute/1.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= /path-parse/1.0.6: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== /path-type/1.1.0: dependencies: graceful-fs: 4.2.4 pify: 2.3.0 pinkie-promise: 2.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE= /path-type/2.0.0: dependencies: pify: 2.3.0 dev: true engines: node: '>=4' resolution: integrity: sha1-8BLMuEFbcJb8LaoQVMPXI4lZTHM= /path-type/4.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw== /picomatch/2.2.2: dev: true engines: node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /pify/2.3.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-7RQaasBDqEnqWISY59yosVMw6Qw= /pinkie-promise/2.0.1: dependencies: pinkie: 2.0.4 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-ITXW36ejWMBprJsXh3YogihFD/o= /pinkie/2.0.4: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-clVrgM+g1IqXToDnckjoDtT3+HA= /pkg-dir/2.0.0: dependencies: find-up: 2.1.0 dev: true engines: node: '>=4' resolution: integrity: sha1-9tXREJ4Z1j7fQo4L1X4Sd3YVM0s= /prettier-linter-helpers/1.0.0: dependencies: fast-diff: 1.2.0 dev: true engines: node: '>=6.0.0' resolution: integrity: sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w== /prism-media/1.2.3: dev: false peerDependencies: '@discordjs/opus': ^0.3.3 ffmpeg-static: ^4.2.7 || ^3.0.0 || ^2.4.0 node-opus: ^0.3.3 opusscript: ^0.0.7 peerDependenciesMeta: '@discordjs/opus': optional: true ffmpeg-static: optional: true node-opus: optional: true opusscript: optional: true resolution: integrity: sha512-fSrR66n0l6roW9Rx4rSLMyTPTjRTiXy5RVqDOurACQ6si1rKHHKDU5gwBJoCsIV0R3o9gi+K50akl/qyw1C74A== /read-pkg-up/1.0.1: dependencies: find-up: 1.1.2 read-pkg: 1.1.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI= /read-pkg-up/2.0.0: dependencies: find-up: 2.1.0 read-pkg: 2.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-a3KoBImE4MQeeVEP1en6mbO1Sb4= /read-pkg/1.1.0: dependencies: load-json-file: 1.1.0 normalize-package-data: 2.5.0 path-type: 1.1.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-9f+qXs0pyzHAR0vKfXVra7KePyg= /read-pkg/2.0.0: dependencies: load-json-file: 2.0.0 normalize-package-data: 2.5.0 path-type: 2.0.0 dev: true engines: node: '>=4' resolution: integrity: sha1-jvHAYjxqbbDcZxPEv6xGMysjaPg= /readdirp/3.5.0: dependencies: picomatch: 2.2.2 dev: true engines: node: '>=8.10.0' resolution: integrity: sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ== /redent/1.0.0: dependencies: indent-string: 2.1.0 strip-indent: 1.0.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94= /regenerator-runtime/0.13.7: dev: false resolution: integrity: sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew== /regexpp/3.1.0: dev: true engines: node: '>=8' resolution: integrity: sha512-ZOIzd8yVsQQA7j8GCSlPGXwg5PfmA1mrq0JP4nGhh54LaKN3xdai/vHUDu74pKwV8OxseMS65u2NImosQcSD0Q== /repeating/2.0.1: dependencies: is-finite: 1.1.0 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo= /resolve/1.19.0: dependencies: is-core-module: 2.2.0 path-parse: 1.0.6 dev: true resolution: integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== /reusify/1.0.4: dev: true engines: iojs: '>=1.0.0' node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== /rimraf/2.7.1: dependencies: glob: 7.1.6 dev: true hasBin: true resolution: integrity: sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w== /run-parallel/1.1.10: dev: true resolution: integrity: sha512-zb/1OuZ6flOlH6tQyMPUrE3x3Ulxjlo9WIVXR4yVYi4H9UXQaeIsPbLn2R3O3vQCnDKkAl2qHiuocKKX4Tz/Sw== /semver/5.7.1: dev: true hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== /semver/6.3.0: dev: true hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== /semver/7.3.4: dependencies: lru-cache: 6.0.0 dev: true engines: node: '>=10' hasBin: true resolution: integrity: sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw== /set-interval-async/1.0.34: dependencies: '@babel/runtime': 7.5.0 dev: false resolution: integrity: sha512-wwDVmeXwOaumkZ7FizY0ux8N0fk4KM1Bq7DfBGHxjD/NSSjcvSlj4D6HHIxzu415QngUr0YW97TXl/s1Ou/BHQ== /setimmediate/1.0.5: dev: false resolution: integrity: sha1-KQy7Iy4waULX1+qbg3Mqt4VvgoU= /signal-exit/3.0.3: dev: true resolution: integrity: sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA== /slash/3.0.0: dev: true engines: node: '>=8' resolution: integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== /source-map-support/0.5.19: dependencies: buffer-from: 1.1.1 source-map: 0.6.1 dev: true resolution: integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== /source-map/0.6.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== /spdx-correct/3.1.1: dependencies: spdx-expression-parse: 3.0.1 spdx-license-ids: 3.0.7 dev: true resolution: integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w== /spdx-exceptions/2.3.0: dev: true resolution: integrity: sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A== /spdx-expression-parse/3.0.1: dependencies: spdx-exceptions: 2.3.0 spdx-license-ids: 3.0.7 dev: true resolution: integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q== /spdx-license-ids/3.0.7: dev: true resolution: integrity: sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ== /string.prototype.trimend/1.0.3: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 dev: true resolution: integrity: sha512-ayH0pB+uf0U28CtjlLvL7NaohvR1amUvVZk+y3DYb0Ey2PUV5zPkkKy9+U1ndVEIXO8hNg18eIv9Jntbii+dKw== /string.prototype.trimstart/1.0.3: dependencies: call-bind: 1.0.0 define-properties: 1.1.3 dev: true resolution: integrity: sha512-oBIBUy5lea5tt0ovtOFiEQaBkoBBkyJhZXzJYrSmDo5IUUqbOPvVezuRs/agBIdZ2p2Eo1FD6bD9USyBLfl3xg== /strip-bom/2.0.0: dependencies: is-utf8: 0.2.1 dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4= /strip-bom/3.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM= /strip-indent/1.0.1: dependencies: get-stdin: 4.0.1 dev: true engines: node: '>=0.10.0' hasBin: true resolution: integrity: sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI= /strip-json-comments/2.0.1: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-PFMZQukIwml8DsNEhYwobHygpgo= /supports-color/7.2.0: dependencies: has-flag: 4.0.0 dev: false engines: node: '>=8' resolution: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== /to-regex-range/5.0.1: dependencies: is-number: 7.0.0 dev: true engines: node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /tree-kill/1.2.2: dev: true hasBin: true resolution: integrity: sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A== /trim-newlines/1.0.0: dev: true engines: node: '>=0.10.0' resolution: integrity: sha1-WIeWa7WCpFA6QetST301ARgVphM= /ts-node-dev/1.1.1_typescript@4.1.3: dependencies: chokidar: 3.5.0 dateformat: 1.0.12 dynamic-dedupe: 0.3.0 minimist: 1.2.5 mkdirp: 1.0.4 resolve: 1.19.0 rimraf: 2.7.1 source-map-support: 0.5.19 tree-kill: 1.2.2 ts-node: 9.1.1_typescript@4.1.3 tsconfig: 7.0.0 typescript: 4.1.3 dev: true engines: node: '>=0.8.0' hasBin: true peerDependencies: node-notifier: '*' typescript: '*' peerDependenciesMeta: node-notifier: optional: true resolution: integrity: sha512-kAO8LUZgXZSY0+PucMPsQ0Bbdv0x+lgbN7j8gcD4PuTI4uKC6YchekaspmYTBNilkiu+rQYkWJA7cK+Q8/B0tQ== /ts-node/9.1.1_typescript@4.1.3: dependencies: arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 source-map-support: 0.5.19 typescript: 4.1.3 yn: 3.1.1 dev: true engines: node: '>=10.0.0' hasBin: true peerDependencies: typescript: '>=2.7' resolution: integrity: sha512-hPlt7ZACERQGf03M253ytLY3dHbGNGrAq9qIHWUY9XHYl1z7wYngSr3OQ5xmui8o2AaxsONxIzjafLUiWBo1Fg== /tsconfig-paths/3.9.0: dependencies: '@types/json5': 0.0.29 json5: 1.0.1 minimist: 1.2.5 strip-bom: 3.0.0 dev: true resolution: integrity: sha512-dRcuzokWhajtZWkQsDVKbWyY+jgcLC5sqJhg2PSgf4ZkH2aHPvaOY8YWGhmjb68b5qqTfasSsDO9k7RUiEmZAw== /tsconfig/7.0.0: dependencies: '@types/strip-bom': 3.0.0 '@types/strip-json-comments': 0.0.30 strip-bom: 3.0.0 strip-json-comments: 2.0.1 dev: true resolution: integrity: sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw== /tslib/1.14.1: dev: true resolution: integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg== /tsutils/3.19.0_typescript@4.1.3: dependencies: tslib: 1.14.1 typescript: 4.1.3 dev: true engines: node: '>= 6' peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' resolution: integrity: sha512-A7BaLUPvcQ1cxVu72YfD+UMI3SQPTDv/w4ol6TOwLyI0hwfG9EC+cYlhdflJTmtYTgZ3KqdPSe/otxU4K3kArg== /tweetnacl/1.0.3: dev: false resolution: integrity: sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw== /typescript/4.1.3: dev: true engines: node: '>=4.2.0' hasBin: true resolution: integrity: sha512-B3ZIOf1IKeH2ixgHhj6la6xdwR9QrLC5d1VKeCSY4tvkqhF2eqd9O7txNlS0PO3GrBAFIdr3L1ndNwteUbZLYg== /validate-npm-package-license/3.0.4: dependencies: spdx-correct: 3.1.1 spdx-expression-parse: 3.0.1 dev: true resolution: integrity: sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew== /wrappy/1.0.2: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= /ws/7.4.2: dev: false engines: node: '>=8.3.0' peerDependencies: bufferutil: ^4.0.1 utf-8-validate: ^5.0.2 peerDependenciesMeta: bufferutil: optional: true utf-8-validate: optional: true resolution: integrity: sha512-T4tewALS3+qsrpGI/8dqNMLIVdq/g/85U98HPMa6F0m6xTbvhXU6RCQLqPH3+SlomNV/LdY6RXEbBpMH6EOJnA== /xtend/4.0.2: dev: true engines: node: '>=0.4' resolution: integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== /yallist/4.0.0: dev: true resolution: integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A== /yn/3.1.1: dev: true engines: node: '>=6' resolution: integrity: sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q== specifiers: '@kiwi/eslint-config': ^1.6.1 '@types/js-yaml': ^4.0.0 '@types/node-fetch': ^2.5.7 '@types/set-interval-async': ^1.0.0 chalk: ^4.1.0 discord.js: ^12.5.1 dotenv: ^8.2.0 js-yaml: ^4.0.0 node-fetch: ^2.6.1 set-interval-async: ^1.0.34 ts-node: ^9.1.1 ts-node-dev: ^1.1.1 typescript: ^4.1.3
30.060185
157
0.675574
cb4d4c32bde0b906d89de19ac18648906a793e8f
1,884
yaml
YAML
java/google/registry/config/files/nomulus-config-production-sample.yaml
DigitalCPR/Program-Configurations
34729b8d4630e0b47a40237e13a98320701c085f
[ "MIT" ]
3
2018-12-30T11:34:21.000Z
2021-05-24T08:16:39.000Z
java/google/registry/config/files/nomulus-config-production-sample.yaml
qydcqcl/nomulus
f0a47869a5bdff7c9ee66e9acaf870c965bc9d09
[ "Apache-2.0" ]
null
null
null
java/google/registry/config/files/nomulus-config-production-sample.yaml
qydcqcl/nomulus
f0a47869a5bdff7c9ee66e9acaf870c965bc9d09
[ "Apache-2.0" ]
null
null
null
# This is a sample production config (to be deployed in the WEB-INF directory). # This is the same as what Google Registry runs in production, except with # placeholders for Google-specific settings. appEngine: projectId: placeholder # The "tools-dot-" prefix is used on the project ID in this URL in order to # get around an issue with double-wildcard SSL certs. toolsServiceUrl: hostName: tools-dot-placeholder.appspot.com port: 443 gSuite: domainName: placeholder outgoingEmailDisplayName: placeholder outgoingEmailAddress: placeholder adminAccountEmailAddress: placeholder registryPolicy: contactAndHostRoidSuffix: placeholder productName: placeholder greetingServerId: placeholder registrarChangesNotificationEmailAddresses: - placeholder - placeholder defaultRegistrarWhoisServer: placeholder tmchCaMode: PRODUCTION tmchCrlUrl: http://crl.icann.org/tmch.crl tmchMarksDbUrl: https://ry.marksdb.org checkApiServletClientId: placeholder registryAdminClientId: placeholder whoisDisclaimer: | multi-line placeholder icannReporting: icannTransactionsReportingUploadUrl: https://ry-api.icann.org/report/registrar-transactions icannActivityReportingUploadUrl: https://ry-api.icann.org/report/registry-functions-activity oAuth: allowedOauthClientIds: - placeholder.apps.googleusercontent.com rde: reportUrlPrefix: https://ry-api.icann.org/report/registry-escrow-report uploadUrl: sftp://placeholder@sftpipm2.ironmountain.com/Outbox sshIdentityEmailAddress: placeholder registrarConsole: logoFilename: placeholder supportPhoneNumber: placeholder supportEmailAddress: placeholder announcementsEmailAddress: placeholder integrationEmailAddress: placeholder technicalDocsUrl: https://drive.google.com/drive/folders/placeholder misc: sheetExportId: placeholder kms: projectId: placeholder
30.387097
94
0.80414
dc265b1502389fe0ba2beb417cbfabd4fa5613ec
896
yml
YAML
bootsrap.yml
cyber-murmel/ESPRESSObin-Ansible
902a28be05a9a2fc164068f6f67abda21282fd73
[ "MIT" ]
null
null
null
bootsrap.yml
cyber-murmel/ESPRESSObin-Ansible
902a28be05a9a2fc164068f6f67abda21282fd73
[ "MIT" ]
null
null
null
bootsrap.yml
cyber-murmel/ESPRESSObin-Ansible
902a28be05a9a2fc164068f6f67abda21282fd73
[ "MIT" ]
null
null
null
--- - hosts: all gather_facts: no remote_user: alarm tasks: - name: Initialize the pacman keyring, populate the Arch Linux ARM package signing keys and upgrade raw: | echo root | su -c ' pacman-key --init pacman-key --populate archlinuxarm pacman -Syu --noconfirm' - name: Install python sudo raw: | echo root | su -c ' pacman -S python sudo --noconfirm' - name: Create sudo group, add alarm to it and create /etc/sudoers.d/sudo raw: | echo root | su -c ' groupadd -f sudo usermod alarm -aG sudo echo "%sudo ALL=(ALL) ALL" > /etc/sudoers.d/sudo' - name: Set authorized key took from file authorized_key: user: alarm state: present key: "{{ lookup('file', '~/.ssh/id_rsa.pub') }}"
33.185185
105
0.539063
3d5a69a46db76f3f20de3d3b7a3246971fd83206
2,453
yml
YAML
k8s/deployment.yml
mweibel/gitreleases
fe0af511e6ed39cfbc9df1e3b5676d5e5605b05a
[ "MIT" ]
67
2019-03-18T12:44:08.000Z
2022-01-20T11:23:38.000Z
k8s/deployment.yml
mweibel/gitreleases
fe0af511e6ed39cfbc9df1e3b5676d5e5605b05a
[ "MIT" ]
6
2019-03-18T13:13:46.000Z
2021-07-09T10:50:45.000Z
k8s/deployment.yml
mweibel/gitreleases
fe0af511e6ed39cfbc9df1e3b5676d5e5605b05a
[ "MIT" ]
4
2019-04-23T07:35:39.000Z
2020-09-05T19:06:45.000Z
apiVersion: apps/v1 kind: Deployment metadata: name: gitreleases namespace: gitreleases labels: app: gitreleases spec: replicas: 2 # rolling updates ensures that during a deployment the minmum number of pods is allways in ready state. strategy: type: RollingUpdate rollingUpdate: maxSurge: 30% maxUnavailable: 25% selector: matchLabels: app: gitreleases template: metadata: labels: app: gitreleases version: "{{TAG}}" annotations: ad.datadoghq.com/gitreleases.check_names: '["prometheus"]' ad.datadoghq.com/gitreleases.init_configs: "[{}]" ad.datadoghq.com/gitreleases.instances: '[{"prometheus_url": "http://%%env_METRICS_USERNAME%%:%%env_METRICS_PASSWORD%%@%%host%%:%%port%%/metrics","namespace": "gitreleases","metrics": ["api_requests_*","go_*","in_flight_requests","process_*","promhttp_*","request_duration_*","response_size_*"]}]' spec: imagePullSecrets: - name: gitlab-auth # If possible, don't schedule 2 pods of the same app on the same node. affinity: podAntiAffinity: preferredDuringSchedulingIgnoredDuringExecution: - weight: 100 podAffinityTerm: topologyKey: kubernetes.io/hostname labelSelector: matchExpressions: - key: app operator: In values: - gitreleases containers: - name: gitreleases image: "registry.gitlab.com/mweibel/gitreleases:{{TAG}}" imagePullPolicy: IfNotPresent ports: - containerPort: 8080 livenessProbe: httpGet: path: /status port: 8080 initialDelaySeconds: 30 timeoutSeconds: 30 env: - name: LISTEN_ADDR value: ":8080" - name: GITHUB_TOKEN valueFrom: secretKeyRef: name: gitreleases-secret key: githubToken - name: METRICS_USERNAME valueFrom: secretKeyRef: name: gitreleases-secret key: metricsUsername - name: METRICS_PASSWORD valueFrom: secretKeyRef: name: gitreleases-secret key: metricsPassword
33.148649
305
0.557277
fc535ffd63baf57eebe6f062ef5a292073976be9
2,930
yml
YAML
examples/train_config.yml
Thrameos/barni
e5ba76f9bb04a15a272b5159b25e6425733102c4
[ "MIT" ]
8
2020-03-16T23:21:59.000Z
2021-08-12T12:26:44.000Z
examples/train_config.yml
johnromo04/barni
3d758f21a9317b8826019261548339c047923b96
[ "MIT" ]
6
2020-03-17T16:57:14.000Z
2020-08-04T17:51:45.000Z
examples/train_config.yml
johnromo04/barni
3d758f21a9317b8826019261548339c047923b96
[ "MIT" ]
3
2020-03-17T00:47:28.000Z
2020-07-29T18:19:10.000Z
######################## # BARNI Training Input # ######################## # BARNI training routine produces two outputs required for identification: # (1) regions of interest and (2) the classifier. Both of these steps # require sampling from templates and peak extraction. These intermediate # steps can be saved in the directory structure showen below. # Paths used for loading and saving training steps. The sample creation and peaks # are saved in individual source folders. # # build # |-- sources # | |-- Cs137 # | |-- samples # | | |-- roi.xml.gz # | | +-- training.xml.gz # | |-- peaks # | | |-- roi.xml.gz # | | +-- training.xml.gz # | # |-- roi.xml # |-- truth.csv.gz # |-- features.csv.gz # |-- classifiers.pic # List of nuclides to include in the final library nuclides: - Am241 - Ba133 - Bi207 - Cd109 - Cs134 - Cs137 - Cr51 - Co57 - Co60 - Eu152 - Ga67 - Ho166m - In111 - I123 - I131 - Ir192 - Mn54 - Mo99 - Np237 - Pu239 - K40 - Ra226 - Se75 - Ag110m - Na22 - Tc99m - Tl201 - Th232 - U232 - U233 - U235 - U238 - Xe133 # build path where everything is saved buildpath : build_test # Defines the regions of interests roi_definer: &roi_definer snr : 5 limit : 8 min_width : 3 output : roi.xml # output needed for identification skip : true save : true peakanalysis: peakfile : spa.xml output : roi.xml.gz skip : false save : true # sample generation for region of interest definition sample_generator: # Each nuclide in the template directory is # templates # |-- Cs137 # | |-- templates.xml.gz # |-- Co60 # |-- templates.xml.gz template: directory : templates filename : templates.xml.gz counts_low : 50000 counts_high : 50000 samples : 10 output : roi.xml.gz skip : false save : true # Builds the classifier classifier_builder: output : classifiers.pic # output needed for identification skip : false save : true n_estimators : 200 max_depth : None n_jobs : 1 feature_builder: # the feature builder outputs are compressed CSV files output : truth : truth_table.csv.gz features : feature_table.csv.gz skip : false save : true peakanalysis: output : training.xml.gz skip : false save : true peakfile : spa.xml sample_generator: output : training.xml.gz skip : false save : true template: directory : templates filename: templates.xml.gz counts_low : 1000 counts_high : 50000 samples : 10 background : filepath : templates/bkg.xml fraction_low : 0.05 fraction_high : 0.45 # roi definition link roi_definer: *roi_definer
21.703704
81
0.587713
9140c24a621ce3aedd6d784714a7cc6204899b6b
189
yml
YAML
.travis.yml
akappen/grokphoto
b5dbacf810b8400db43092384c9869f912dfbb90
[ "Unlicense" ]
null
null
null
.travis.yml
akappen/grokphoto
b5dbacf810b8400db43092384c9869f912dfbb90
[ "Unlicense" ]
null
null
null
.travis.yml
akappen/grokphoto
b5dbacf810b8400db43092384c9869f912dfbb90
[ "Unlicense" ]
null
null
null
language: ruby script: bundle exec rspec spec before_script: - psql -c 'create database "grokphoto-test";' -U postgres - bundle exec rake db:migrate - bundle exec rake db:test:prepare
31.5
59
0.746032
51cb9dff20900682e2d31982d02241f93bfb41f7
431
yaml
YAML
pieces/cave/cave8.yaml
abc013/WarriorsSnuggery
b4169db200ff384c4dc8ecaec9a61db7652aca5a
[ "MIT" ]
7
2019-11-30T19:25:17.000Z
2022-02-03T01:30:12.000Z
pieces/cave/cave8.yaml
abc013/WarriorsSnuggery
b4169db200ff384c4dc8ecaec9a61db7652aca5a
[ "MIT" ]
30
2019-10-28T16:29:40.000Z
2022-03-17T19:33:08.000Z
pieces/cave/cave8.yaml
abc013/WarriorsSnuggery
b4169db200ff384c4dc8ecaec9a61db7652aca5a
[ "MIT" ]
2
2020-06-21T19:41:47.000Z
2021-12-04T09:28:05.000Z
Name=cave8 Size=5,4 Terrain=10,4,4,10,10,4,4,5,4,10,4,5,5,5,10,10,10,4,4,4 Walls=-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,4,1000,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,5,1000,-1,0,1,1000,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0,-1,0 Actors= 0=1851,1047,0 Type=portion_green
53.875
311
0.50116
66d777e51e06386684ce7f33b1ac5cf6efe0d329
1,027
yml
YAML
.travis.yml
diatom-labs/diatom
03da7fb86a6e876c387d6d70822d54e736713a53
[ "Apache-2.0" ]
65
2019-05-26T00:07:29.000Z
2021-11-19T20:25:29.000Z
.travis.yml
diatom-labs/diatom
03da7fb86a6e876c387d6d70822d54e736713a53
[ "Apache-2.0" ]
124
2019-05-14T20:54:11.000Z
2020-03-28T12:46:02.000Z
.travis.yml
diatom-labs/diatom
03da7fb86a6e876c387d6d70822d54e736713a53
[ "Apache-2.0" ]
6
2019-06-01T17:35:30.000Z
2020-12-11T07:16:50.000Z
language: scala scala: - 2.13.0 install: - gem install travis before_script: # - git config --global user.email "travis@travis.ci" # - git config --global user.name "Travis CI" - sh travis/travis_setup.sh service: - redis-server script: # Allow changes to overcommit - mvn clean package notifications: slack: secure: UGf3S41EZx1cSstDQqJtDMTGa2d5w4HPzQyVr8Re+5bCdjybBzjdcGCv1xnkmbNqM1KAa1umu9dPxtFu5DIdjao5xspacFD4HJtddTwX/0UIQmdQEfcE+aZn1bZHCH4Cur2UT2PIPtqXtrY2UOICn5WwAsvyJ9mtU8RPDJCiMaApvRe1pA0hF+KKlm8cBJ9kgIRWlRHNu3fcM2IysTHg8ad7Y8sNgme6V9gMrIJ8eDfFWZDyoRVXn2a1YgFbCYgvv99PQky7GkBgb152ZC4axP3e3zRoa3ZuhCWTwD/lGnRtbaPxi0AqAtlxbgNzd4noZBrY4mnPGBA4LNcJMMC/KAK9+9fH66aXm6H55Q10T9EX9mi61JV2y9NNoWrdf4UD4dQl/kIsp07suH1GkNEELEcrVhbkjW7TUj1njvTbMJdkAaPDM9hukeq4KFQQZQ08bDXcJHTHp86vkSffQMVHvkEEWayJ3TSlaSlnaSXpt8aqyIBsPOiP4NbIim4fKb7x1vwQAH1TOpcuH3Mv3jZ9qeeTf8T44W+dvgmZQgUxfZKEYJE+Dki8Py/naQ5r3193wUfVwzV9yRgNCq4uu3ew2XyTIoXDjfxFv5jrf35kYMlBYnzV+uidipXXjPWKJKGBU+auQT0sIHOeLN8nR2ctRz0ALVv/0Xd1Y11T4n751uI=
44.652174
696
0.881207
3187ebe40454b909078a5a2a788f2daf752f2d69
3,388
yaml
YAML
v1/swagger.yaml
EvgeneOskin/animal-api-doc
097818627e0facf9e7d04cf5b7a83f1fc03d7d12
[ "Apache-2.0" ]
1
2015-11-10T14:47:18.000Z
2015-11-10T14:47:18.000Z
v1/swagger.yaml
EvgeneOskin/animals-api-doc
097818627e0facf9e7d04cf5b7a83f1fc03d7d12
[ "Apache-2.0" ]
null
null
null
v1/swagger.yaml
EvgeneOskin/animals-api-doc
097818627e0facf9e7d04cf5b7a83f1fc03d7d12
[ "Apache-2.0" ]
null
null
null
swagger: '2.0' info: version: 0.2.0 title: Animals description: > An example for how to use Basic Auth with Swagger. **User Name and Password** * User Name: `user` * Password: `pass` schemes: - http securityDefinitions: basicAuth: type: basic description: HTTP Basic Authentication. Works over `HTTP` and `HTTPS` paths: /api/v1/pet/: post: security: - basicAuth: [] parameters: - name: pet in: body description: new Pet required: true schema: "$ref": '#/definitions/createPet' responses: '200': schema: "$ref": "#/definitions/pet" description: 'The new pet of current user.' '401': schema: "$ref": "#/definitions/unauthorized" description: "User is not authenticated." '400': description: "Invalid payload." get: security: - basicAuth: [] responses: '200': schema: type: array items: "$ref": "#/definitions/pet" description: 'Pet list.' '401': schema: "$ref": "#/definitions/unauthorized" description: "User is not authenticated." /api/v1/breed/: get: security: - basicAuth: [] responses: '200': schema: type: array items: "$ref": "#/definitions/breed" description: 'Breed list.' '401': schema: "$ref": "#/definitions/unauthorized" description: "User is not authenticated." /api/v1/birth/: get: security: - basicAuth: [] responses: '200': schema: type: array items: "$ref": "#/definitions/birth" description: 'Birth lists.' '401': schema: "$ref": "#/definitions/unauthorized" description: "User is not authenticated." definitions: unauthorized: title: Unuathorized required: - error properties: error: type: string enum: - "401 Unauthorized" createPet: title: Pet required: - breed_id - name - gender properties: breed_id: type: integer father_id: type: integer mother_id: type: integer name: type: string gender: type: string enum: - male - female pet: title: Pet allOf: - $ref: '#/definitions/createPet' - $ref: '#/definitions/timestamps' breed: title: Breed allOf: - $ref: '#/definitions/timestamps' description: An Bredd entity. required: - name properties: name: type: string birth: title: Birth allOf: - $ref: '#/definitions/timestamps' required: - child_id - father_id - mother_id properties: child_id: type: integer father_id: type: integer mother_id: type: integer timestamps: required: - id - created_at - updated_at properties: id: type: integer created_at: type: string format: date-time updated_at: type: string format: date-time
20.91358
73
0.502656
6154c8b3d8cfb7ba544316d358dc04e0ab2c28ef
455
yaml
YAML
tests/failure.yaml
tushart91/aws-cloudformation-notifications
9f3b9c4718d39a4a26ef08188912934042150740
[ "MIT" ]
24
2018-12-02T09:32:23.000Z
2021-12-22T01:58:35.000Z
tests/failure.yaml
kunwarluthera/aws-cloudformation-notifications
a49fd42000dee75aacd93be809c559b9e14f81e7
[ "MIT" ]
null
null
null
tests/failure.yaml
kunwarluthera/aws-cloudformation-notifications
a49fd42000dee75aacd93be809c559b9e14f81e7
[ "MIT" ]
15
2018-06-14T15:10:36.000Z
2022-01-05T14:57:44.000Z
--- # Stack name: cloudformation-notifications-test-failure AWSTemplateFormatVersion: "2010-09-09" Description: "Test CloudFormation SNS notifications with a failed build" Resources: # Try to create an SNS topic with a protocol that doesn't exist - this should fail and generate a ROLLBACK_IN_PROGRESS SNSEmailFailure: Type: "AWS::SNS::Topic" Properties: Subscription: - Endpoint: "xxx://i-dont-exist" Protocol: "xxx"
32.5
120
0.720879
93867162cbe8d7db0d9c46c8c2c0a57c0c5fe01d
217
yml
YAML
apps/dokuwiki/htdocs/.travis.yml
ArcherCraftStore/ArcherVMPeridot
a34cc477ba078e1609de42fab258ca0c1691f999
[ "ECL-2.0", "Apache-2.0", "MIT" ]
1
2020-05-25T22:18:25.000Z
2020-05-25T22:18:25.000Z
apps/dokuwiki/htdocs/.travis.yml
ArcherCraftStore/ArcherVMPeridot
a34cc477ba078e1609de42fab258ca0c1691f999
[ "ECL-2.0", "Apache-2.0", "MIT" ]
null
null
null
apps/dokuwiki/htdocs/.travis.yml
ArcherCraftStore/ArcherVMPeridot
a34cc477ba078e1609de42fab258ca0c1691f999
[ "ECL-2.0", "Apache-2.0", "MIT" ]
null
null
null
language: php php: - "5.5" - "5.4" - "5.3" notifications: irc: channels: - "chat.freenode.net#dokuwiki" on_success: change on_failure: change script: cd _test && phpunit --verbose --stderr
16.692308
46
0.608295
3ce698639647d9e105b6748512314aeca148b0a0
313
yaml
YAML
vendor/github.com/tensorflow/tensorflow/tensorflow/lite/g3doc/_project.yaml
owennewo/kfserving
89f73c87525b8e06ea799f69f2979c4ad272fcb3
[ "Apache-2.0" ]
52
2018-11-12T06:39:35.000Z
2022-03-08T05:31:27.000Z
tensorflow/lite/g3doc/_project.yaml
shekharpalit/tensorflow
6aa83398ab03bfae822f36772757097bcb98b6ed
[ "Apache-2.0" ]
13
2020-11-13T18:53:29.000Z
2022-03-12T00:33:00.000Z
tensorflow/lite/g3doc/_project.yaml
shekharpalit/tensorflow
6aa83398ab03bfae822f36772757097bcb98b6ed
[ "Apache-2.0" ]
17
2019-03-11T01:17:16.000Z
2022-02-21T00:44:47.000Z
name: TensorFlow Lite breadcrumb_name: TensorFlow Lite home_url: /lite/ parent_project_metadata_path: /_project.yaml description: > TensorFlow Lite is a lightweight solution for mobile and embedded devices. use_site_branding: true hide_from_products_list: true content_license: cc3-apache2 buganizer_id: 316308
28.454545
76
0.84345
36474cadc44a2733a310c90e11c84ca5e2ea2a44
930
yaml
YAML
.github/workflows/ci.yaml
rana-ex98/flask
e1fb959217f14ead1599cfc4fbeaccd743e5e5fb
[ "MIT" ]
null
null
null
.github/workflows/ci.yaml
rana-ex98/flask
e1fb959217f14ead1599cfc4fbeaccd743e5e5fb
[ "MIT" ]
null
null
null
.github/workflows/ci.yaml
rana-ex98/flask
e1fb959217f14ead1599cfc4fbeaccd743e5e5fb
[ "MIT" ]
null
null
null
name: Workflow on: push: branches: - main jobs: Build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v2 - uses: FranzDiebold/github-env-vars-action@v2 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v1 - name: Log into GitHub Container Registry uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GHCR }} - name: Build and Push uses: docker/build-push-action@v2 with: context: . file: ./Dockerfile push: true tags: | ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME_SLUG }}:${{ env.CI_SHA_SHORT }} ghcr.io/${{ env.CI_REPOSITORY_OWNER_SLUG }}/${{ env.CI_REPOSITORY_NAME_SLUG }}:latest
25.135135
114
0.564516
3697dd238ef86f63749e4ffb01cdb47a5ba5f277
174
yml
YAML
spec/fixtures/configurations.yml
captproton/rboard
92c2397716ff0d2440c64d45b7d0fb13b984b78c
[ "MIT" ]
1
2020-11-13T18:56:30.000Z
2020-11-13T18:56:30.000Z
spec/fixtures/configurations.yml
webbynode/rboard
fbd8464bbd0b12ff8f2fcf4543f1d680e6e955ff
[ "MIT" ]
null
null
null
spec/fixtures/configurations.yml
webbynode/rboard
fbd8464bbd0b12ff8f2fcf4543f1d680e6e955ff
[ "MIT" ]
null
null
null
subforums_display: key: subforums_display value: "1" description: Limit the number of subforums displayed on the forums listing. title: Number of Subforums to Display
34.8
77
0.787356
159342f62b907e7eac2083f8a4fbb5230247a0d6
955
yml
YAML
_pkgdown.yml
JulieMOPetersen/metaconfoundr
fb8d8cd19204f2451c687b641f6bb98a054ab16d
[ "MIT" ]
null
null
null
_pkgdown.yml
JulieMOPetersen/metaconfoundr
fb8d8cd19204f2451c687b641f6bb98a054ab16d
[ "MIT" ]
null
null
null
_pkgdown.yml
JulieMOPetersen/metaconfoundr
fb8d8cd19204f2451c687b641f6bb98a054ab16d
[ "MIT" ]
null
null
null
reference: - title: All functions contents: - '`count_non_confounders`' - '`facet_constructs`' - '`geom_cochrane`' - '`ipi_data`' - '`launch_metaconfoundr_app`' - '`mc_detect_layout`' - '`mc_heatmap`' - '`metaconfoundr()`' - '`scale_fill_cochrane`' - '`score_control`' - '`summarize_control_quality`' - '`theme_mc`' articles: - title: All vignettes desc: null contents: '`intro-to-metaconfoundr`' navbar: structure: left: - home - intro - reference - articles - tutorials - news right: github components: home: icon: fas fa-home fa-lg href: index.html reference: text: Reference href: reference/index.html github: icon: fab fa-github fa-lg href: https://github.com/malcolmbarrett/metaconfoundr/ articles: text: Articles menu: - text: An Introduction to metaconfoundr href: articles/intro-to-metaconfoundr.html
20.76087
60
0.629319
de152fcde70978559735743b4cc9276b28396330
562
yaml
YAML
charts/oracledb-exporter/templates/podmonitor.yaml
curuvija/helm-charts
c7e1db883193f1226f01888c71774d3155947486
[ "MIT" ]
null
null
null
charts/oracledb-exporter/templates/podmonitor.yaml
curuvija/helm-charts
c7e1db883193f1226f01888c71774d3155947486
[ "MIT" ]
5
2022-03-15T21:47:12.000Z
2022-03-17T11:57:37.000Z
charts/oracledb-exporter/templates/podmonitor.yaml
curuvija/helm-charts
c7e1db883193f1226f01888c71774d3155947486
[ "MIT" ]
null
null
null
{{- if .Values.prometheus.monitor.enabled }} apiVersion: monitoring.coreos.com/v1 kind: PodMonitor metadata: name: {{ template "oracledb-exporter.fullname" . }} spec: podMetricsEndpoints: {{- if .Values.prometheus.monitor.interval }} - interval: {{ .Values.prometheus.monitor.interval }} {{- end }} {{- if .Values.prometheus.monitor.path }} path: {{ .Values.prometheus.monitor.path }} {{- else }} path: /metrics {{- end }} targetPort: {{ .Values.service.port }} selector: matchLabels: app: {{ .Release.Name }} {{- end }}
28.1
57
0.640569
8dd8c166bae2196c0b66b57daed7368288be2e2e
198
yaml
YAML
appengine/app.yaml
dart-lang/dart_ci
bf4193734dbe3f639a3131c4157289d5f176191a
[ "BSD-Source-Code" ]
18
2019-05-12T15:41:45.000Z
2021-11-08T10:29:58.000Z
appengine/app.yaml
dart-lang/dart_ci
bf4193734dbe3f639a3131c4157289d5f176191a
[ "BSD-Source-Code" ]
120
2019-03-28T15:22:17.000Z
2022-03-10T10:07:01.000Z
appengine/app.yaml
dart-lang/dart_ci
bf4193734dbe3f639a3131c4157289d5f176191a
[ "BSD-Source-Code" ]
4
2021-02-10T14:57:04.000Z
2022-03-04T10:09:13.000Z
runtime: custom env: flex readiness_check: check_interval_sec: 20 timeout_sec: 10 failure_threshold: 3 success_threshold: 2 app_start_timeout_sec: 500 resources: cpu: 2 memory_gb: 2.0
16.5
28
0.767677
b1b2ece2cb1cfb5943dafca3458bb11cde9cfb2e
275
yml
YAML
docker-compose.yml
hausgold/jabber_admin
31d63ebd64c0a2d41ae3acc6a26f26900edfdcd4
[ "MIT" ]
5
2018-07-02T12:05:20.000Z
2021-05-23T08:05:02.000Z
docker-compose.yml
hausgold/jabber_admin
31d63ebd64c0a2d41ae3acc6a26f26900edfdcd4
[ "MIT" ]
2
2018-05-14T07:51:36.000Z
2019-04-09T12:53:26.000Z
docker-compose.yml
hausgold/jabber_admin
31d63ebd64c0a2d41ae3acc6a26f26900edfdcd4
[ "MIT" ]
2
2018-08-13T06:52:10.000Z
2021-06-25T09:13:34.000Z
version: "3" services: jabber: image: hausgold/ejabberd:18.01 network_mode: bridge ports: ["4560", "5222", "5269", "5280", "5443"] test: image: ruby:2.5 network_mode: bridge working_dir: /app volumes: - .:/app links: - jabber
17.1875
51
0.574545
26ca309bbd52b504fa8444c53092be0bbfc3b5f2
6,037
yml
YAML
src/data/seasons/1982/races/13-austria/qualifying-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
9
2021-11-29T07:57:56.000Z
2022-03-16T21:08:58.000Z
src/data/seasons/1982/races/13-austria/qualifying-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2021-12-31T09:24:54.000Z
2021-12-31T10:36:13.000Z
src/data/seasons/1982/races/13-austria/qualifying-results.yml
F1DB/f1db
5a4fb148e6baf50443758086924922ce5d108916
[ "CC-BY-4.0" ]
1
2022-01-02T21:58:05.000Z
2022-01-02T21:58:05.000Z
- position: 1 driverNumber: 1 driverId: nelson-piquet constructorId: brabham engineManufacturerId: bmw tyreManufacturerId: goodyear time: "1:27.612" gap: interval: laps: - position: 2 driverNumber: 2 driverId: riccardo-patrese constructorId: brabham engineManufacturerId: bmw tyreManufacturerId: goodyear time: "1:27.971" gap: "+0.359" interval: "+0.359" laps: - position: 3 driverNumber: 15 driverId: alain-prost constructorId: renault engineManufacturerId: renault tyreManufacturerId: michelin time: "1:28.864" gap: "+1.252" interval: "+0.893" laps: - position: 4 driverNumber: 27 driverId: patrick-tambay constructorId: ferrari engineManufacturerId: ferrari tyreManufacturerId: goodyear time: "1:29.522" gap: "+1.910" interval: "+0.658" laps: - position: 5 driverNumber: 16 driverId: rene-arnoux constructorId: renault engineManufacturerId: renault tyreManufacturerId: michelin time: "1:30.261" gap: "+2.649" interval: "+0.739" laps: - position: 6 driverNumber: 6 driverId: keke-rosberg constructorId: williams engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:30.300" gap: "+2.688" interval: "+0.039" laps: - position: 7 driverNumber: 11 driverId: elio-de-angelis constructorId: lotus engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:31.626" gap: "+4.014" interval: "+1.326" laps: - position: 8 driverNumber: 3 driverId: michele-alboreto constructorId: tyrrell engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:31.814" gap: "+4.202" interval: "+0.188" laps: - position: 9 driverNumber: 5 driverId: derek-daly constructorId: williams engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:32.062" gap: "+4.450" interval: "+0.248" laps: - position: 10 driverNumber: 8 driverId: niki-lauda constructorId: mclaren engineManufacturerId: ford tyreManufacturerId: michelin time: "1:32.131" gap: "+4.519" interval: "+0.069" laps: - position: 11 driverNumber: 22 driverId: andrea-de-cesaris constructorId: alfa-romeo engineManufacturerId: alfa-romeo tyreManufacturerId: michelin time: "1:32.308" gap: "+4.696" interval: "+0.177" laps: - position: 12 driverNumber: 12 driverId: nigel-mansell constructorId: lotus engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:32.881" gap: "+5.269" interval: "+0.573" laps: - position: 13 driverNumber: 23 driverId: bruno-giacomelli constructorId: alfa-romeo engineManufacturerId: alfa-romeo tyreManufacturerId: michelin time: "1:32.950" gap: "+5.338" interval: "+0.069" laps: - position: 14 driverNumber: 26 driverId: jacques-laffite constructorId: ligier engineManufacturerId: matra tyreManufacturerId: michelin time: "1:32.957" gap: "+5.345" interval: "+0.007" laps: - position: 15 driverNumber: 35 driverId: derek-warwick constructorId: toleman engineManufacturerId: hart tyreManufacturerId: pirelli time: "1:33.208" gap: "+5.596" interval: "+0.251" laps: - position: 16 driverNumber: 14 driverId: roberto-guerrero constructorId: ensign engineManufacturerId: ford tyreManufacturerId: pirelli time: "1:33.555" gap: "+5.943" interval: "+0.347" laps: - position: 17 driverNumber: 36 driverId: teo-fabi constructorId: toleman engineManufacturerId: hart tyreManufacturerId: pirelli time: "1:33.971" gap: "+6.359" interval: "+0.416" laps: - position: 18 driverNumber: 7 driverId: john-watson constructorId: mclaren engineManufacturerId: ford tyreManufacturerId: michelin time: "1:34.164" gap: "+6.552" interval: "+0.193" laps: - position: 19 driverNumber: 4 driverId: brian-henton constructorId: tyrrell engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:34.184" gap: "+6.572" interval: "+0.020" laps: - position: 20 driverNumber: 20 driverId: chico-serra constructorId: fittipaldi engineManufacturerId: ford tyreManufacturerId: pirelli time: "1:34.187" gap: "+6.575" interval: "+0.003" laps: - position: 21 driverNumber: 29 driverId: marc-surer constructorId: arrows engineManufacturerId: ford tyreManufacturerId: pirelli time: "1:34.422" gap: "+6.810" interval: "+0.235" laps: - position: 22 driverNumber: 25 driverId: eddie-cheever constructorId: ligier engineManufacturerId: matra tyreManufacturerId: michelin time: "1:34.620" gap: "+7.008" interval: "+0.198" laps: - position: 23 driverNumber: 30 driverId: mauro-baldi constructorId: arrows engineManufacturerId: ford tyreManufacturerId: pirelli time: "1:34.715" gap: "+7.103" interval: "+0.095" laps: - position: 24 driverNumber: 17 driverId: rupert-keegan constructorId: march engineManufacturerId: ford tyreManufacturerId: avon time: "1:34.770" gap: "+7.158" interval: "+0.055" laps: - position: 25 driverNumber: 9 driverId: manfred-winkelhock constructorId: ats-wheels engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:34.984" gap: "+7.372" interval: "+0.214" laps: - position: 26 driverNumber: 33 driverId: tommy-byrne constructorId: theodore engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:34.985" gap: "+7.373" interval: "+0.001" laps: - position: 27 driverNumber: 18 driverId: raul-boesel constructorId: march engineManufacturerId: ford tyreManufacturerId: avon time: "1:35.149" gap: "+7.537" interval: "+0.164" laps: - position: 28 driverNumber: 31 driverId: jean-pierre-jarier constructorId: osella engineManufacturerId: ford tyreManufacturerId: pirelli time: "1:35.206" gap: "+7.594" interval: "+0.057" laps: - position: 29 driverNumber: 10 driverId: eliseo-salazar constructorId: ats-wheels engineManufacturerId: ford tyreManufacturerId: goodyear time: "1:35.271" gap: "+7.659" interval: "+0.065" laps:
20.745704
34
0.702336
007c12e4f630edf3f436cdda86412056eb2cb4f3
896
yml
YAML
specification/resources/snapshots/models/snapshot.yml
The-Actual-Damien/https-github.com-digitalocean-openapi
62c84d6859702cddd730d113ecdf258041baab32
[ "Apache-2.0" ]
44
2020-12-07T17:36:55.000Z
2022-03-01T16:30:45.000Z
specification/resources/snapshots/models/snapshot.yml
The-Actual-Damien/https-github.com-digitalocean-openapi
62c84d6859702cddd730d113ecdf258041baab32
[ "Apache-2.0" ]
74
2020-12-07T18:30:14.000Z
2022-03-24T18:25:30.000Z
specification/resources/snapshots/models/snapshot.yml
The-Actual-Damien/https-github.com-digitalocean-openapi
62c84d6859702cddd730d113ecdf258041baab32
[ "Apache-2.0" ]
22
2020-12-14T15:58:44.000Z
2022-03-31T21:03:05.000Z
allOf: - type: object properties: id: type: string example: '6372321' description: The unique identifier for the snapshot. required: - id - $ref: 'snapshot_base.yml' - type: object properties: resource_id: type: string example: "200776916" description: The unique identifier for the resource that the snapshot originated from. resource_type: type: string enum: - droplet - volume example: droplet description: The type of resource that the snapshot originated from. tags: description: An array of Tags the snapshot has been tagged with. type: array items: type: string nullable: true example: - web - env:prod required: - resource_id - resource_type - tags
20.837209
77
0.569196
69a1f350cb1a013e2066c39a1eee6cbf77d4352a
855
yml
YAML
src/Elcodi/Bundle/ProductBundle/Resources/config/twig.yml
pasix/elcodi
e92f6126cde23ea1f6ac52f66988fb227dac6284
[ "MIT" ]
347
2015-01-02T09:09:45.000Z
2021-09-06T09:03:27.000Z
src/Elcodi/Bundle/ProductBundle/Resources/config/twig.yml
pasix/elcodi
e92f6126cde23ea1f6ac52f66988fb227dac6284
[ "MIT" ]
356
2015-01-02T15:57:09.000Z
2017-12-23T20:05:26.000Z
src/Elcodi/Bundle/ProductBundle/Resources/config/twig.yml
pasix/elcodi
e92f6126cde23ea1f6ac52f66988fb227dac6284
[ "MIT" ]
91
2015-01-13T11:07:08.000Z
2021-09-06T09:03:30.000Z
services: # # Twig extensions # elcodi.twig_extension.product: class: Elcodi\Component\Product\Twig\ProductOptionsResolverExtension public: false arguments: - '@elcodi.resolver.product_options' tags: - { name: twig.extension } elcodi.twig_extension.purchasable_name_resolver: class: Elcodi\Component\Product\Twig\PurchasableNameResolverExtension public: false arguments: - '@elcodi.name_resolver.purchasable' tags: - { name: twig.extension } elcodi.twig_extension.purchasable_image_resolver: class: Elcodi\Component\Product\Twig\PurchasableImageResolverExtension public: false arguments: - '@elcodi.image_resolver.purchasable' tags: - { name: twig.extension }
29.482759
78
0.633918
0e673ea61e70e3dfadd57c0112fc7b6af9bfa25d
82
yaml
YAML
data/clients/1.yaml
hdro/SC4B
50eb71eb2e3c8a7457d9b86036047eac95763944
[ "MIT" ]
1
2020-09-17T10:13:39.000Z
2020-09-17T10:13:39.000Z
data/clients/1.yaml
hdro/SC4B
50eb71eb2e3c8a7457d9b86036047eac95763944
[ "MIT" ]
null
null
null
data/clients/1.yaml
hdro/SC4B
50eb71eb2e3c8a7457d9b86036047eac95763944
[ "MIT" ]
null
null
null
name: "customer-1" image: "img/clients/hdro2.png" url: "http://www.customer1.com"
20.5
31
0.707317
d894a5e9db55a1636b9178897c54c73524613ab2
9,841
yml
YAML
src/docs/api/SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.yml
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
null
null
null
src/docs/api/SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.yml
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
1
2019-12-20T12:06:42.000Z
2019-12-20T12:06:42.000Z
src/docs/api/SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.yml
axionbio/SpiceSharpParser
99afc08ced40740b379a52842b3be8c17a08c111
[ "MIT" ]
2
2018-10-18T06:38:24.000Z
2019-12-20T12:02:41.000Z
### YamlMime:ManagedReference items: - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls commentId: N:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls id: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls children: - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.BaseControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ConnectControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.DistributionControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ExportControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.FuncControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.GlobalControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ICControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.LetControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.McControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.NodeSetControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.OptionsControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamBaseControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PlotControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PrintControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SaveControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SParamControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepRegisterControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StRegisterControl - SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.TempControl langs: - csharp - vb name: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls nameWithType: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls type: Namespace assemblies: - SpiceSharpParser references: - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.BaseControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.BaseControl parent: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls name: BaseControl nameWithType: BaseControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.BaseControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ConnectControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ConnectControl name: ConnectControl nameWithType: ConnectControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ConnectControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.DistributionControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.DistributionControl name: DistributionControl nameWithType: DistributionControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.DistributionControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ExportControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ExportControl parent: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls name: ExportControl nameWithType: ExportControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ExportControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.FuncControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.FuncControl name: FuncControl nameWithType: FuncControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.FuncControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.GlobalControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.GlobalControl name: GlobalControl nameWithType: GlobalControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.GlobalControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ICControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ICControl name: ICControl nameWithType: ICControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ICControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.LetControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.LetControl name: LetControl nameWithType: LetControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.LetControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.McControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.McControl name: McControl nameWithType: McControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.McControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.NodeSetControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.NodeSetControl name: NodeSetControl nameWithType: NodeSetControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.NodeSetControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.OptionsControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.OptionsControl name: OptionsControl nameWithType: OptionsControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.OptionsControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamBaseControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamBaseControl parent: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls name: ParamBaseControl nameWithType: ParamBaseControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamBaseControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamControl name: ParamControl nameWithType: ParamControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.ParamControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PlotControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PlotControl name: PlotControl nameWithType: PlotControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PlotControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PrintControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PrintControl name: PrintControl nameWithType: PrintControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.PrintControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SaveControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SaveControl name: SaveControl nameWithType: SaveControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SaveControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SParamControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SParamControl name: SParamControl nameWithType: SParamControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.SParamControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StControl name: StControl nameWithType: StControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepControl name: StepControl nameWithType: StepControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepRegisterControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepRegisterControl name: StepRegisterControl nameWithType: StepRegisterControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StepRegisterControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StRegisterControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StRegisterControl name: StRegisterControl nameWithType: StRegisterControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.StRegisterControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.TempControl commentId: T:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.TempControl name: TempControl nameWithType: TempControl fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls.TempControl - uid: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls commentId: N:SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls name: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls nameWithType: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls fullName: SpiceSharpParser.ModelReaders.Netlist.Spice.Readers.Controls
62.681529
96
0.842496
2316a0066ffe29cd09a5c8bbdf88669cf7930eb8
596
yaml
YAML
ipub/epub/otherbooksbyauthor.yaml
ms8r/scriv2epub
a8d4ee7abc5b5bef654e40fec25605b34ed43207
[ "MIT" ]
8
2016-01-15T21:12:50.000Z
2021-10-17T18:47:40.000Z
ipub/epub/otherbooksbyauthor.yaml
ms8r/scriv2epub
a8d4ee7abc5b5bef654e40fec25605b34ed43207
[ "MIT" ]
null
null
null
ipub/epub/otherbooksbyauthor.yaml
ms8r/scriv2epub
a8d4ee7abc5b5bef654e40fec25605b34ed43207
[ "MIT" ]
null
null
null
# simple list of all series # see book_list.jinja template for possible attributes - series: Some Series Title titlelist: - title: Blue Moon tclause: (Book 1) url: http://... - title: Yellow Moon tclause: (the Prequel) url: http://... addonsep: 'coming soon:' addons: - title: Distant Sun tclause: (Book 2) url: http://... - series: Some other Series Title titlelist: - title: Deep Sea tclause: (Book 1) url: http://... - title: Shallow Water tclause: (the Prequel) url: http://...
23.84
54
0.558725
5f179737dac1989b1501f90fb6001bd52168b870
217
yaml
YAML
ansible/install/roles/grafana-dashboards/templates/partials/description.yaml
zulcss/browbeat
1aedcebcdabec0d92c0c0002a6ef458858629e88
[ "Apache-2.0" ]
19
2019-07-12T08:46:58.000Z
2022-03-11T19:25:28.000Z
ansible/install/roles/grafana-dashboards/templates/partials/description.yaml
zulcss/browbeat
1aedcebcdabec0d92c0c0002a6ef458858629e88
[ "Apache-2.0" ]
1
2022-03-30T07:05:53.000Z
2022-03-30T07:05:53.000Z
ansible/install/roles/grafana-dashboards/templates/partials/description.yaml
zulcss/browbeat
1aedcebcdabec0d92c0c0002a6ef458858629e88
[ "Apache-2.0" ]
31
2019-06-10T20:08:44.000Z
2022-02-23T15:43:32.000Z
- title: description row height: 50px panels: - title: Browbeat provided Dashboard content: "**This dashboard is provided by Browbeat and managed via Grafyaml**" type: text
31
88
0.617512
5f89807b3dc39c24a5e1dfeb1a4a7c422449703a
325
yml
YAML
config/yaml_auth.yml
wogri/inki
1495dcf7b37b48efb54db2fbed348b0998a6a580
[ "MIT" ]
1
2015-08-18T17:01:21.000Z
2015-08-18T17:01:21.000Z
config/yaml_auth.yml
wogri/inki
1495dcf7b37b48efb54db2fbed348b0998a6a580
[ "MIT" ]
6
2016-03-26T19:47:33.000Z
2022-02-28T07:31:01.000Z
config/yaml_auth.yml
wogri/inki
1495dcf7b37b48efb54db2fbed348b0998a6a580
[ "MIT" ]
1
2019-07-31T19:10:20.000Z
2019-07-31T19:10:20.000Z
development: admins: user: # password is: asdf password: 912ec803b2ce49e4a541068d495ab570 mailaddress: wogri@wogri.com name: Development User users: test: # password is: asdf password: 912ec803b2ce49e4a541068d495ab570 mailaddress: wogri@wogri.com name: Test Bert
23.214286
48
0.667692
8ff3a70beb8f5ed4bf106d5514d2f26d8e5ce483
1,087
yaml
YAML
php-apache-mpa.yaml
agmsbush/gke-mpa
652216b1b40a065ab183a5cba708d32d02b61ec4
[ "MIT" ]
null
null
null
php-apache-mpa.yaml
agmsbush/gke-mpa
652216b1b40a065ab183a5cba708d32d02b61ec4
[ "MIT" ]
null
null
null
php-apache-mpa.yaml
agmsbush/gke-mpa
652216b1b40a065ab183a5cba708d32d02b61ec4
[ "MIT" ]
null
null
null
apiVersion: apps/v1 kind: Deployment metadata: name: php-apache spec: selector: matchLabels: run: php-apache replicas: 5 template: metadata: labels: run: php-apache spec: containers: - name: php-apache image: k8s.gcr.io/hpa-example ports: - containerPort: 80 resources: requests: cpu: 100m memory: 50Mi --- apiVersion: v1 kind: Service metadata: name: php-apache labels: run: php-apache spec: type: LoadBalancer ports: - port: 80 selector: run: php-apache --- apiVersion: autoscaling.gke.io/v1beta1 kind: MultidimPodAutoscaler metadata: name: php-apache-mpa spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: php-apache goals: metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 60 constraints: global: minReplicas: 1 maxReplicas: 10 containerControlledResources: [ memory ] policy: updateMode: Auto
17.819672
44
0.611776
332a5d74cca712ce26a517ffda184c106300c7b4
184
yml
YAML
_data/navigation.yml
ajh8894/ajh8894.github.io
d6475be0fc8158d59c6b5309b3bdfca788da4b45
[ "MIT" ]
null
null
null
_data/navigation.yml
ajh8894/ajh8894.github.io
d6475be0fc8158d59c6b5309b3bdfca788da4b45
[ "MIT" ]
null
null
null
_data/navigation.yml
ajh8894/ajh8894.github.io
d6475be0fc8158d59c6b5309b3bdfca788da4b45
[ "MIT" ]
null
null
null
# main links main: - title: "Posts" url: /year-archive/ - title: "Categories" url: /categories/ - title: "Study" url: /tags/ - title: "History" url: /portfolio/
18.4
23
0.576087
f0b23b7a7e6f74822b27476b5512cc3583d81923
826
yml
YAML
conda-forge.yml
ericpre/mrcz-feedstock
14a59b5db333390d268d003c01731fd2131ea384
[ "BSD-3-Clause" ]
null
null
null
conda-forge.yml
ericpre/mrcz-feedstock
14a59b5db333390d268d003c01731fd2131ea384
[ "BSD-3-Clause" ]
null
null
null
conda-forge.yml
ericpre/mrcz-feedstock
14a59b5db333390d268d003c01731fd2131ea384
[ "BSD-3-Clause" ]
null
null
null
travis: secure: BINSTAR_TOKEN: BFijXS7d8e7CAB9yc2tem04FeFbzFDwTBAR6F85RlWZw9C93pYcTqoGSeuzY2MpYCX00xOlcEpmj2ytpS5dokPslPINs5/owLtXqVQLfA3t8829zJZLdLjFPSXZiKlcWD2DCm1BMxvcYwY/bl2Nk5Lw062ed9oHH29Q88Y0QQUk6jnvTKP0PQ5j3ccJS8mTOlhoVF1brc9kif5UU5YP/QOn6lzcRT+m2N2Ns1XNtpUrN3Yj2Ais/JlzT3p2I3USX5nvAZy536bBYMA9T94I6mQUSfZkosYodRBMq39NTpsxY9KjfIzCaExec4M7y6paJ/+oWp16CCQwuQwkQ8rzTmrIYffGXc6RcGMSL0WKkP2xlRnqBp4In5v/FL5k1BtUBcYdt9d2s404na0KOJoVrotvxlv9F+7GZ8kh/osg/Edc9gpa3BKbRmoJ8FvOm4u2KZlgj7O5FJNO0RitQbEd96ES16sXc+L6OTEqi6natW+wOufB6sKJ2ndaFB/ffaeZ6UCk2AjQtmgpCnBF68UYfVxcnEOimJaxjEIhvLSxOL+I0cVbC+D5pePs5qtco9X7bXDkaKxIaDnhmDXhWbOCoS8iK8ZWYDU/RPSiCZZaiVBgbg+WTLSqSHB7qaR2tjcY4xoCLo4fT2Ler0ZnRx31Fi3kNC2mMeOBCNOFf4X2KLIc= appveyor: secure: BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1
118
703
0.945521
43845628098cbfbe5a8eee8f1acfe8c8b1c11030
2,834
yml
YAML
translations/pt-BR/data/release-notes/enterprise-server/3-1/14.yml
Tribe665/docs
38edd9e7d3944700deaf92c3d749fe2ae863647a
[ "CC-BY-4.0", "MIT" ]
6
2022-03-09T07:09:42.000Z
2022-03-09T07:14:08.000Z
translations/pt-BR/data/release-notes/enterprise-server/3-1/14.yml
Clam-u/docs
ab4d585e39e5c65c8b86cab5df27884a59dfccec
[ "CC-BY-4.0", "MIT" ]
133
2021-11-01T18:16:33.000Z
2022-03-29T18:18:46.000Z
translations/pt-BR/data/release-notes/enterprise-server/3-1/14.yml
Waleedalaedy/docs
26d4b73dcbb9a000c32faa37234288649f8d211a
[ "CC-BY-4.0", "MIT" ]
2
2021-10-05T09:44:04.000Z
2021-10-05T09:44:52.000Z
--- date: '2021-12-13' sections: security_fixes: - '{% octicon "alert" aria-label="The alert icon" %} **Crítico:** A vulnerabilidade da execução de um código remoto na biblioteca Log4j, identificada como [CVE-2021-44228](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228) afetou todas as versões de {% data variables.product.prodname_ghe_server %} anteriores a 3.3.1. A biblioteca Log4j é usada comom um serviço de código aberto em execução na instância de {% data variables.product.prodname_ghe_server %}. Essa vulnerabilidade foi corrigida nas versões {% data variables.product.prodname_ghe_server %} 3.0.22, 3.1.14, 3.2.6 e 3.3.1. Para obter mais informações, consulte [essa postagem](https://github.blog/2021-12-13-githubs-response-to-log4j-vulnerability-cve-2021-44228/) no blogue do GitHub.' - '**Atualização de 17 de dezembro de 2021**: As correções em vigor para esta versão também mitigam o [CVE-2021-45046](https://cve.mitre.org/cgi-bin/cvename. gi?name=CVE-2021-45046), que foi publicado após esta versão. Nenhuma atualização adicional para {% data variables.product.prodname_ghe_server %} é necessária para mitigar CVE-2021-44228 e CVE-2021-45046.' known_issues: - O registro npm de {% data variables.product.prodname_registry %} não retorna mais o valor de tempo em respostas de metadados. Isso foi feito para permitir melhorias substanciais de desempenho. Continuamos a ter todos os dados necessários para devolver um valor de tempo como parte da resposta aos metadados e retomaremos o retorno desse valor no futuro, assim que tivermos resolvido os problemas de desempenho existentes. - Em uma nova configuração de {% data variables.product.prodname_ghe_server %} sem qualquer usuário, um invasor pode criar o primeiro usuário administrador. - As regras de firewall personalizadas são removidas durante o processo de atualização. - Arquivos LFS do Git [enviados através da interface web](https://github.com/blog/2105-upload-files-to-your-repositories) são adicionados diretamente ao repositório e de forma incorreta. - Os problemas não podem ser fechados se contiverem um permalink para um blob no mesmo repositório, onde o caminho do arquivo blob's é maior que 255 caracteres. - Quando "Usuários podem pesquisar pelo GitHub.com" está habilitado com o GitHub Connect, os problemas em repositórios privados e internos não estão incluídos nos resultados de pesquisa do GitHub.com. - Se o {% data variables.product.prodname_actions %} estiver habilitado para {% data variables.product.prodname_ghe_server %}, a desmontagem de um nó de réplica com `ghe-repl-teardown` será bem-sucedida, mas poderá retornar `ERROR:Running migrations`. - Os limites de recursos que são específicos para processamento de hooks pre-receive podem causar falha em alguns hooks pre-receive.
177.125
764
0.781581
aee8fec3db44e08252d228be31e67f6e702c2168
503
yaml
YAML
link/chembl.molecule-pubmed/config.yaml
nobusada-nbdc/togoid-config
e2b857508fad0be31e9bf8e8061b72b7e66d7882
[ "MIT" ]
null
null
null
link/chembl.molecule-pubmed/config.yaml
nobusada-nbdc/togoid-config
e2b857508fad0be31e9bf8e8061b72b7e66d7882
[ "MIT" ]
null
null
null
link/chembl.molecule-pubmed/config.yaml
nobusada-nbdc/togoid-config
e2b857508fad0be31e9bf8e8061b72b7e66d7882
[ "MIT" ]
null
null
null
#chembl.molecule-pubmed source: namespace: chembl.molecule type: substance label: ChEMBL molecule prefix: http://rdf.ebi.ac.uk/resource/chembl/molecule/ target: namespace: pubmed type: Publication label: PubMed prefix: http://identifiers.org/pubmed/ link: file: link.tsv forward: namespace: obo label: evidence publication prefix: http://purl.obolibrary.org/obo/ predicate: RO_0002558 #has evidence update: frequency: threeTimesAYear method: update.sh > link.tsv
23.952381
56
0.733598
f69a01c1d72a737feecd0ef38f6649218484f432
2,403
yml
YAML
config/aws/aws_lb_target_group_attachment.yml
GElkins/python-omni-policy
2a118683c8753a0e7bafd011a18af54a5be44014
[ "MIT" ]
null
null
null
config/aws/aws_lb_target_group_attachment.yml
GElkins/python-omni-policy
2a118683c8753a0e7bafd011a18af54a5be44014
[ "MIT" ]
null
null
null
config/aws/aws_lb_target_group_attachment.yml
GElkins/python-omni-policy
2a118683c8753a0e7bafd011a18af54a5be44014
[ "MIT" ]
2
2020-04-30T13:46:17.000Z
2021-03-14T13:59:20.000Z
aws_lb_target_group_attachment: status: ASSESS subcategory: Elastic Load Balancing v2 (ALB/NLB) layout: aws page_title: 'AWS: aws_lb_target_group_attachment' description: 'Provides the ability to register instances and containers with a LB target group' arguments: target_group_arn: description: The ARN of the target group with which to register targets required: false policy: '' notes: '' target_id: description: The ID of the target. This is the Instance ID for an instance, or the container ID for an ECS container. If the target type is ip, specify an IP address. If the target type is lambda, specify the arn of lambda. required: false policy: '' notes: '' port: description: The port on which targets receive traffic. required: false policy: '' notes: '' availability_zone: description: The Availability Zone where the IP address of the target is to be registered. required: false policy: '' notes: '' attributes: id: description: A unique identifier for the attachment timeouts: {} usage: !!binary | Q25KbGMyOTFjbU5sSUNKaGQzTmZiR0pmZEdGeVoyVjBYMmR5YjNWd1gyRjBkR0ZqYUcxbGJuUWlJ Q0owWlhOMElpQjdDaUFnZEdGeVoyVjBYMmR5YjNWd1gyRnliaUE5SUNJa2UyRjNjMTlzWWw5MFlY Sm5aWFJmWjNKdmRYQXVkR1Z6ZEM1aGNtNTlJZ29nSUhSaGNtZGxkRjlwWkNBZ0lDQWdJQ0FnUFNB aUpIdGhkM05mYVc1emRHRnVZMlV1ZEdWemRDNXBaSDBpQ2lBZ2NHOXlkQ0FnSUNBZ0lDQWdJQ0Fn SUNBOUlEZ3dDbjBLQ25KbGMyOTFjbU5sSUNKaGQzTmZiR0pmZEdGeVoyVjBYMmR5YjNWd0lpQWlk R1Z6ZENJZ2V3b2dJQzh2SUU5MGFHVnlJR0Z5WjNWdFpXNTBjd3A5Q2dweVpYTnZkWEpqWlNBaVlY ZHpYMmx1YzNSaGJtTmxJaUFpZEdWemRDSWdld29nSUM4dklFOTBhR1Z5SUdGeVozVnRaVzUwY3dw OUNnPT0= import: !!binary | Q2dwVVlYSm5aWFFnUjNKdmRYQWdRWFIwWVdOb2JXVnVkSE1nWTJGdWJtOTBJR0psSUdsdGNHOXlk R1ZrTGc9PQ== hcl_url: !!binary | YUhSMGNITTZMeTluYVhSb2RXSXVZMjl0TDNSbGNuSmhabTl5YlMxd2NtOTJhV1JsY25NdmRHVnlj bUZtYjNKdExYQnliM1pwWkdWeUxXRjNjeTlpYkc5aUwyMWhjM1JsY2k5M1pXSnphWFJsTDJSdlkz TXZjaTlzWWw5MFlYSm5aWFJmWjNKdmRYQmZZWFIwWVdOb2JXVnVkQzVvZEcxc0xtMWhjbXRrYjNk dQ==
42.910714
87
0.694965
90ceb4bdb59a5d385b8d1d105af8c4ae546a2d20
1,731
yaml
YAML
janus/values.yaml
MadalinNitu/janus
47263526caf8c117f56331f6fb058148a977a2d1
[ "MIT" ]
2,188
2016-11-07T19:21:29.000Z
2020-10-08T07:45:07.000Z
janus/values.yaml
MadalinNitu/janus
47263526caf8c117f56331f6fb058148a977a2d1
[ "MIT" ]
432
2016-10-21T08:51:57.000Z
2020-10-05T13:38:52.000Z
janus/values.yaml
MadalinNitu/janus
47263526caf8c117f56331f6fb058148a977a2d1
[ "MIT" ]
310
2016-12-11T21:38:52.000Z
2020-09-24T17:42:45.000Z
# Default values for janus. # This is a YAML-formatted file. # Declare variables to be passed into your templates. nameOverride: "" fullnameOverride: "" deployment: replicaCount: 2 minAvailable: 1 databaseDSN: "mongodb://janus-database:27017/janus" labels: app: janus valuesFrom: - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name # podAnnotations: # annotation-key: annotation-value imagePullSecrets: [] image: repository: hellofreshtech/janus tag: latest pullPolicy: Always service: name: ops-gateway type: ClusterIP ports: - protocol: TCP port: 80 targetPort: 8080 name: http - protocol: TCP port: 443 targetPort: 8080 name: https - protocol: TCP port: 8081 targetPort: 8081 name: http-private ingress: enabled: false name: ops-gateway annotations: nginx.ingress.kubernetes.io/force-ssl-redirect: "true" hosts: - host: gateway.sample.com paths: - path: / port: 80 - host: admin-gateway.sample.com paths: - path: / port: 8081 tls: [] # - secretName: chart-example-tls # hosts: # - chart-example.local resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi nodeSelector: {} tolerations: [] affinity: {}
20.855422
93
0.659734
fb2e3d8335056b47859b64b33bc6b9e2175c7df2
1,278
yaml
YAML
k8s/mo2front.yaml
Monkey-Mouse/mo2-compose
7604355c494f3d1aa82d4861726ba0023b40e39b
[ "MIT" ]
1
2021-05-08T14:14:14.000Z
2021-05-08T14:14:14.000Z
k8s/mo2front.yaml
Monkey-Mouse/mo2-k8s
7604355c494f3d1aa82d4861726ba0023b40e39b
[ "MIT" ]
null
null
null
k8s/mo2front.yaml
Monkey-Mouse/mo2-k8s
7604355c494f3d1aa82d4861726ba0023b40e39b
[ "MIT" ]
null
null
null
apiVersion: v1 kind: Service metadata: labels: app: mo2front name: mo2front namespace: mo2 spec: ports: - name: "8110" port: 8110 targetPort: 8110 selector: app: mo2front status: loadBalancer: {} --- apiVersion: apps/v1 kind: Deployment metadata: labels: app: mo2front name: mo2front namespace: mo2 spec: replicas: 1 selector: matchLabels: app: mo2front strategy: type: RollingUpdate template: metadata: labels: app: mo2front spec: priorityClassName: high-priority containers: - image: registry.cn-hangzhou.aliyuncs.com/mo2/mo2-front:latest name: mo2front ports: - containerPort: 8110 resources: limits: cpu: 100m memory: 100Mi requests: cpu: 100m memory: 50Mi restartPolicy: Always status: {} --- apiVersion: autoscaling/v2beta2 kind: HorizontalPodAutoscaler metadata: name: mo2front namespace: mo2 spec: scaleTargetRef: apiVersion: apps/v1 kind: Deployment name: mo2front minReplicas: 1 maxReplicas: 5 metrics: - type: Resource resource: name: cpu target: type: Utilization averageUtilization: 60
16.815789
69
0.614241
99835cff69fe36cfad2104c9418e8d31069179fd
663
yml
YAML
.github/workflows/publish-nuget.yml
search-for-the-one/1search.DataMapper
3be9afc3acac0b868d4c7ad64084f76e9562b17d
[ "MIT" ]
1
2021-05-11T06:53:32.000Z
2021-05-11T06:53:32.000Z
.github/workflows/publish-nuget.yml
search-for-the-one/1search.DataMapper
3be9afc3acac0b868d4c7ad64084f76e9562b17d
[ "MIT" ]
null
null
null
.github/workflows/publish-nuget.yml
search-for-the-one/1search.DataMapper
3be9afc3acac0b868d4c7ad64084f76e9562b17d
[ "MIT" ]
null
null
null
name: .NET on: push: branches: [ master ] jobs: publish-nuget: runs-on: ubuntu-latest defaults: run: working-directory: src/OneSearch.DataMapper steps: - uses: actions/checkout@v2 - name: Setup .NET uses: actions/setup-dotnet@v1 with: dotnet-version: 5.0.x - run: mkdir nupkgs - run: dotnet publish OneSearch.DataMapper.csproj -c Release - name: Pack run: dotnet pack OneSearch.DataMapper.csproj -c Release --output nupkgs - name: Publish run: dotnet nuget push nupkgs/OneSearch.DataMapper.*.nupkg -k ${{secrets.NUGET_API_KEY}} -s https://api.nuget.org/v3/index.json
24.555556
134
0.647059
8a624ec23f064767bb367a3c680fac4ad50b3f68
398
yaml
YAML
docker/fastpastebin.docker.yaml
pztrn/fastpastebin
2b44a60ee7bc25c726e29481fe737cc6458e16e4
[ "MIT" ]
5
2018-04-30T18:05:06.000Z
2022-03-20T09:38:40.000Z
docker/fastpastebin.docker.yaml
pztrn/fastpastebin
2b44a60ee7bc25c726e29481fe737cc6458e16e4
[ "MIT" ]
17
2018-05-21T09:19:44.000Z
2021-11-20T17:25:06.000Z
docker/fastpastebin.docker.yaml
pztrn/fastpastebin
2b44a60ee7bc25c726e29481fe737cc6458e16e4
[ "MIT" ]
null
null
null
database: type: "mysql" path: "./data" address: "database" port: "3306" username: "fastpastebin" password: "fastpastebin" database: "fastpastebin" logging: log_to_file: false filename: "" # Log level. Acceptable parameters: DEBUG, INFO, WARN, ERROR, FATAL, PANIC. loglevel: "DEBUG" http: address: "0.0.0.0" port: "25544" allow_insecure: true pastes: pagination: 10
17.304348
77
0.673367
4510b83e8d0ba20ecc24ec2155bb79a3aef61ec5
1,363
yaml
YAML
.github/workflows/test.yaml
evalf/nutils-SI
919ec5a0d326c7224466762a56cb43f964e10a47
[ "MIT" ]
null
null
null
.github/workflows/test.yaml
evalf/nutils-SI
919ec5a0d326c7224466762a56cb43f964e10a47
[ "MIT" ]
5
2021-11-03T15:04:51.000Z
2022-01-09T14:57:02.000Z
.github/workflows/test.yaml
evalf/nutils-SI
919ec5a0d326c7224466762a56cb43f964e10a47
[ "MIT" ]
null
null
null
name: test on: pull_request: push: branches: - main - release/* defaults: run: shell: bash jobs: run: runs-on: ${{ matrix.os }} strategy: matrix: include: - {os: ubuntu-latest, python-version: "3.6"} - {os: ubuntu-latest, python-version: "3.7"} - {os: ubuntu-latest, python-version: "3.8"} - {os: ubuntu-latest, python-version: "3.9"} - {os: ubuntu-latest, python-version: "3.10"} - {os: windows-latest, python-version: "3.10"} - {os: macos-latest, python-version: "3.10"} fail-fast: false env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} steps: - name: Checkout uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install SI module, numpy, pytest run: python3 -m pip install . numpy pytest-cov - name: Test & generate coverage report run: pytest --cov=./ --cov-report=xml --doctest-glob="*.md" - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 with: directory: ./coverage/reports/ files: ./coverage.xml flags: unittests env_vars: OS,PYTHON verbose: true
29
65
0.561996
b52fb66777d05179796e499ff083dadc943b85b3
418
yaml
YAML
_data/alias_oports_echo_user_command_port_echo_lsof_i_4_p_n_grep_i_listen_a.yaml
HugoWen/commandlinefu.cn
d9fbe1029e1c3e0b9016fa63a4a805445a88ef42
[ "Unlicense" ]
161
2015-01-01T15:31:22.000Z
2022-01-07T20:52:48.000Z
_data/alias_oports_echo_user_command_port_echo_lsof_i_4_p_n_grep_i_listen_a.yaml
klone1127/commandlinefu.cn
0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114
[ "Unlicense" ]
10
2015-01-04T15:59:44.000Z
2017-05-21T19:22:02.000Z
_data/alias_oports_echo_user_command_port_echo_lsof_i_4_p_n_grep_i_listen_a.yaml
klone1127/commandlinefu.cn
0f9104f9b6e4ea16e1f37d81fd1d2a4a5957d114
[ "Unlicense" ]
52
2015-01-05T10:07:54.000Z
2021-09-10T04:27:59.000Z
commandlinefu_id: 8951 translator: weibo: '' hide: true command: |- alias oports="echo 'User: Command: Port:'; echo '----------------------------' ; lsof -i 4 -P -n | grep -i 'listen' | awk '{print \$3, \$1, \$9}' | sed 's/ [a-z0-9\.\*]*:/ /' | sort -k 3 -n |xargs printf '%-10s %-10s %-10s\n' | uniq" summary: |- lsof - cleaned up for just open listening ports, the process, and the owner of the process
46.444444
242
0.555024
8aee63ec0d03b8d68eb3389f756fd3060713be57
4,059
yml
YAML
content/Unreal Tournament 2004/MapPacks/M/5/3/d8a443/mtmprev1_[53d8a443].yml
unreal-archive/unreal-archive-data
9bc93ee9999d55acf796ed62e33c9fa414dd83d4
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal Tournament 2004/MapPacks/M/5/3/d8a443/mtmprev1_[53d8a443].yml
unreal-archive/unreal-archive-data
9bc93ee9999d55acf796ed62e33c9fa414dd83d4
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal Tournament 2004/MapPacks/M/5/3/d8a443/mtmprev1_[53d8a443].yml
unreal-archive/unreal-archive-data
9bc93ee9999d55acf796ed62e33c9fa414dd83d4
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP_PACK> contentType: "MAP_PACK" firstIndex: "2019-10-08 18:50" game: "Unreal Tournament 2004" name: "Mtmprev1" author: "Various" description: "None" releaseDate: "2010-03" attachments: - type: "IMAGE" name: "mtmprev1_shot_53d8a443_2.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1_shot_53d8a443_2.png" - type: "IMAGE" name: "mtmprev1_shot_53d8a443_3.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1_shot_53d8a443_3.png" - type: "IMAGE" name: "mtmprev1_shot_53d8a443_4.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1_shot_53d8a443_4.png" - type: "IMAGE" name: "mtmprev1_shot_53d8a443_1.png" url: "https://f002.backblazeb2.com/file/unreal-archive-images/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1_shot_53d8a443_1.png" originalFilename: "mtmprev1.zip" hash: "53d8a443b3e11042912eeaf10175e0c27bec95f3" fileSize: 84967818 files: - name: "DM-1on1-FightFireWithFire.ut2" fileSize: 3042528 hash: "3fad37f724225b266ffa57db55898aceef9cc09a" - name: "DM-CastleInc.ut2" fileSize: 50794654 hash: "29298449c2830316311f681281c77407ee269b64" - name: "MetallicaSM.usx" fileSize: 36888126 hash: "425878db0cfcba72b1c6482527124baf741a7ee2" - name: "S3MTextures101b.utx" fileSize: 44534335 hash: "69e85ea05674116ed5b0fbdc43d868a5e7bde188" - name: "DM-CorpseCorp.ut2" fileSize: 16077742 hash: "1e85c443f38f0b16ea9afa791d4d9496f22c88e9" - name: "S3MStaticMeshes101.usx" fileSize: 3256796 hash: "4c48f55860e134474ed2eb783386c3af938669df" - name: "DM-DiePod.ut2" fileSize: 36327169 hash: "add77a5c3fb70aba8179b811491f61e673d579d5" - name: "DM-Metallica.ut2" fileSize: 42032342 hash: "363853961fb76edc982fa66175cfd1258f05defe" - name: "DM-ShieldMadness.ut2" fileSize: 17471405 hash: "9e97754106cd641ed6021c3a88415b7d847573d7" - name: "CTF-FacingFireAndSteel2k11.ut2" fileSize: 42511066 hash: "fd0a35bdbdf2c9172a8006f50ae43e9ab7263052" - name: "DM-DeepBurn.ut2" fileSize: 11001456 hash: "019bc7e72d4346a40227bf03aa2ab5b2d894097d" - name: "DM-Encore!.ut2" fileSize: 7478476 hash: "adb579d868cdc5f2cf206c8b1135e2de79c63a9f" otherFiles: 0 dependencies: DM-Metallica.ut2: - status: "OK" name: "S3MStaticMeshes101" - status: "OK" name: "S3MTextures101b" MetallicaSM.usx: - status: "OK" name: "S3MStaticMeshes101" - status: "OK" name: "S3MTextures101b" S3MStaticMeshes101.usx: - status: "OK" name: "S3MTextures101b" DM-ShieldMadness.ut2: - status: "MISSING" name: "GenericSD" downloads: - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1.zip" main: true repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal%20Tournament%202004/MapPacks/M/5/3/d8a443/mtmprev1.zip" main: false repack: false state: "OK" deleted: false maps: - name: "DM-ShieldMadness" title: "Shield Madness! (v.0.2.1)" author: "MEDVEDxEvilPunk" - name: "CTF-FacingFireAndSteel2k11" title: "Facing Worlds" author: "Cedric 'Inoxx' Fiorentino" - name: "DM-Encore!" title: "Encore!" author: "MEDVEDxEvilPunk" - name: "DM-CorpseCorp" title: "Corpse Corporation" author: "MEDVEDxEvilPunk" - name: "DM-CastleInc" title: "Castle Inc." author: "MEDVEDxEvilPunk" - name: "DM-Metallica" title: "Metallica (v.1.1.4)" author: "MEDVEDxEvilPunk" - name: "DM-DeepBurn" title: "Deep Burn (v.1.0.1.1)" author: "MEDVEDxEvilPunk" - name: "DM-1on1-FightFireWithFire" title: "Fight Fire With Fire" author: "MEDVEDxEvilPunk" - name: "DM-DiePod" title: "diePod" author: "MEDVEDxEvilPunk" gametype: "Mixed" themes: Tech: 0.1 Industrial: 0.3 Ancient: 0.4 City: 0.1
31.710938
142
0.749446
c1ade92426fa33f8a59a6323f08e0e46780e6013
434
yaml
YAML
cluster-admin/resource-quota-cpu-mem.yaml
michael-hay/k8s-bootcamp
b7f6d973b56c5655c895e57d6dc04b76dc1e56cf
[ "BSD-3-Clause" ]
7
2018-10-04T13:03:12.000Z
2020-02-14T21:10:19.000Z
cluster-admin/resource-quota-cpu-mem.yaml
michael-hay/k8s-bootcamp
b7f6d973b56c5655c895e57d6dc04b76dc1e56cf
[ "BSD-3-Clause" ]
2
2018-10-04T13:35:56.000Z
2018-10-08T14:02:07.000Z
cluster-admin/resource-quota-cpu-mem.yaml
michael-hay/k8s-bootcamp
b7f6d973b56c5655c895e57d6dc04b76dc1e56cf
[ "BSD-3-Clause" ]
8
2018-10-04T13:03:21.000Z
2021-09-24T10:17:03.000Z
#Resource quota apiVersion: v1 kind: ResourceQuota metadata: name: mem-cpu-demo spec: hard: # See https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/ # for explanation of the units used for cpu/memory. A more detailed explanation is here: # https://blog.digilentinc.com/mib-vs-mb-whats-the-difference/ requests.cpu: "1" requests.memory: 1Gi limits.cpu: "2" limits.memory: 2Gi
31
91
0.737327
583358efee21e2f91ed120abe6d18d6df0de136c
765
yml
YAML
covid/environment.yml
gabewiss/CSE_583_COVID_MANDATES
46206e9ead472ef4525ec32adb8614a7d06f8244
[ "MIT" ]
null
null
null
covid/environment.yml
gabewiss/CSE_583_COVID_MANDATES
46206e9ead472ef4525ec32adb8614a7d06f8244
[ "MIT" ]
7
2020-12-04T08:28:46.000Z
2020-12-15T23:31:55.000Z
covid/environment.yml
gabewiss/CSE_583_COVID_MANDATES
46206e9ead472ef4525ec32adb8614a7d06f8244
[ "MIT" ]
3
2020-12-16T06:04:39.000Z
2021-03-15T08:45:07.000Z
name: covid_mandates channels: - defaults dependencies: - blas=1.0 - ca-certificates=2020.10.14 - certifi=2020.12.5 - flake8=3.8.4 - importlib-metadata=2.0.0 - intel-openmp=2019.4 - libcxx=10.0.0 - libedit=3.1.20191231 - libffi=3.3 - mccabe=0.6.1 - mkl=2019.4 - mkl-service=2.3.0 - mkl_fft=1.2.0 - mkl_random=1.1.1 - ncurses=6.2 - numpy=1.19.2 - numpy-base=1.19.2 - openssl=1.1.1h - pandas=1.1.3 - pip=20.3 - pycodestyle=2.6.0 - pyflakes=2.2.0 - python=3.8.5 - python-dateutil=2.8.1 - pytz=2020.4 - readline=8.0 - setuptools=50.3.2 - six=1.15.0 - sqlite=3.33.0 - tk=8.6.10 - wheel=0.36.0 - xz=5.2.5 - zipp=3.4.0 - zlib=1.2.11 prefix: /Users/gabrielwisswaesser/opt/miniconda3/envs/covid_mandates
19.125
68
0.619608
29f6d86c87d9c060fc7aef954b00ef806657a4c5
1,436
yml
YAML
.github/workflows/update_all.yml
Alex4386/jp-earthquake-volcano-archive
66a73c24e151a921d25b54e58f60a73967933adc
[ "WTFPL" ]
2
2020-12-25T09:50:11.000Z
2021-01-27T15:49:55.000Z
.github/workflows/update_all.yml
Alex4386/jp-earthquake-volcano-archive
66a73c24e151a921d25b54e58f60a73967933adc
[ "WTFPL" ]
null
null
null
.github/workflows/update_all.yml
Alex4386/jp-earthquake-volcano-archive
66a73c24e151a921d25b54e58f60a73967933adc
[ "WTFPL" ]
null
null
null
# This is a basic workflow that is manually triggered name: Update Database # Controls when the action will run. Workflow runs when manually triggered using the UI # or API. on: schedule: - cron: "0 0 * * *" push: paths: - "src/**/*.ts" # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: update: # The type of runner that the job will run on runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job steps: - uses: actions/checkout@v2 - name: Use Node.js 14.x uses: actions/setup-node@v1 with: node-version: 14.x - name: Installing Yarn run: npm install -g yarn - name: Cache Node Modules uses: actions/cache@v2 with: path: | ~/cache !~/cache/exclude **/node_modules key: ${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }} - name: Installing dependencies run: yarn - name: Run Script run: yarn start - name: Git add and commit run: | git add . git config user.name Alex4386 git config user.email psh010209@gmail.com test -f .COMMIT_MSG && git commit -F .COMMIT_MSG test -f .COMMIT_MSG || git commit -m "chore: update alerts and volcanoes" || exit 0 git push env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28.72
91
0.608635
27c6803ce107b57f98c76ccfe8dc58b27ec24ea2
460
yml
YAML
threads/4270819/posts/79991502.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/4270819/posts/79991502.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/4270819/posts/79991502.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=79991502&postcount=2013 id: 79991502 tid: 4270819 num: 2013 datetime: 2015-09-28T15:57:00.000Z user: img: null name: chuyenbkaa title: Đã tốn tiền joinDate: 2012-11-30T16:00:00.000Z posts: 24 id: '1146466' title: 'Re: [No sếch] Post ảnh mấy em chân dài quần short váy ngắn' content: html: "\r\n\t\t\t\r\n\t\t\t<img src=\"http://pik.vn/2015137ea482-8c87-474e-acad-6ff9ab0eeef6.jpeg\" border=\"0\" alt=\"\">\r\n\t\t" text: ''
27.058824
133
0.682609
b56c3b69239ce701f50113259465db0f3ce822bc
614
yml
YAML
vars/vault.yml
henrikolsson/ansible
78ef1683c3aa8f102c42aa3fafe255ca8b916d46
[ "MIT" ]
null
null
null
vars/vault.yml
henrikolsson/ansible
78ef1683c3aa8f102c42aa3fafe255ca8b916d46
[ "MIT" ]
null
null
null
vars/vault.yml
henrikolsson/ansible
78ef1683c3aa8f102c42aa3fafe255ca8b916d46
[ "MIT" ]
null
null
null
$ANSIBLE_VAULT;1.1;AES256 31653237346437636133373330666637356236306339343962333037643062333465376238303961 6135653565613562326432653536633763366230363435660a366537653861313963306365303235 36333665626435376133363132653839646431636336616633373362363536396663653839303163 3262363735316333630a623564343134306131313062316536626433626262313236303038313431 62363138616339633633393138333564633135356565393638363864346436333032386562343165 62323631363932643831313335336232323065323566653166386162663136343961303162346237 63326261386461343762373833633363393562623863633436323733666638376162656434633638 66613436363634646234
61.4
80
0.978827
77822bc20577c794d8d23021556fd3d333801db9
516
yml
YAML
docs/jetbrains-toolbox-open-source-3.yml
nexB/scancode-licensedb
838f364fd2a436715352ffb32d9fd93805728a75
[ "Apache-2.0", "CC-BY-4.0" ]
7
2021-06-03T08:19:38.000Z
2022-02-28T18:12:18.000Z
docs/jetbrains-toolbox-open-source-3.yml
nexB/scancode-licensedb
838f364fd2a436715352ffb32d9fd93805728a75
[ "Apache-2.0", "CC-BY-4.0" ]
13
2021-02-05T20:36:39.000Z
2021-10-21T09:42:04.000Z
docs/jetbrains-toolbox-open-source-3.yml
nexB/scancode-licensedb
838f364fd2a436715352ffb32d9fd93805728a75
[ "Apache-2.0", "CC-BY-4.0" ]
null
null
null
key: jetbrains-toolbox-open-source-3 short_name: JetBrains Toolbox Open Source License v3 name: Toolbox Subscription License Agreement For Open Source Projects Version 3 category: Proprietary Free owner: JetBrains homepage_url: https://www.jetbrains.com/store/license_opensource.html spdx_license_key: LicenseRef-scancode-jetbrains-toolbox-open-source-3 ignorable_urls: - http://www.jetbrains.com/ - http://www.opensource.org/docs/osd - https://account.jetbrains.com/ ignorable_emails: - sales@jetbrains.com
36.857143
79
0.80814
d733b314f04f9d121ec3722a7a3c618c9fbe6d69
1,415
yml
YAML
preview/docs-ref-autogen/azure-mgmt-cosmosdb/azure.mgmt.cosmosdb.models.ConnectionError.yml
rahulva-msft/azure-docs-sdk-python
37c4ac7372e8f6486ec662eed9d9daf16ad697a6
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/azure-mgmt-cosmosdb/azure.mgmt.cosmosdb.models.ConnectionError.yml
rahulva-msft/azure-docs-sdk-python
37c4ac7372e8f6486ec662eed9d9daf16ad697a6
[ "CC-BY-4.0", "MIT" ]
null
null
null
preview/docs-ref-autogen/azure-mgmt-cosmosdb/azure.mgmt.cosmosdb.models.ConnectionError.yml
rahulva-msft/azure-docs-sdk-python
37c4ac7372e8f6486ec662eed9d9daf16ad697a6
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:PythonClass uid: azure.mgmt.cosmosdb.models.ConnectionError name: ConnectionError fullName: azure.mgmt.cosmosdb.models.ConnectionError module: azure.mgmt.cosmosdb.models inheritances: - msrest.serialization.Model summary: ConnectionError. constructor: syntax: 'ConnectionError(*, connection_state: Optional[str] = None, i_p_from: Optional[str] = None, i_p_to: Optional[str] = None, port: Optional[int] = None, exception: Optional[str] = None, **kwargs)' parameters: - name: connection_state description: 'The kind of connection error that occurred. Possible values include: "Unknown", "OK", "OperatorToDataCenterNetworkError", "DatacenterToDatacenterNetworkError", "InternalOperatorToDataCenterCertificateError", "InternalError".' isRequired: true types: - <xref:str> - <xref:azure.mgmt.cosmosdb.models.ConnectionState> - name: i_p_from description: The IP of host that originated the failed connection. isRequired: true types: - <xref:str> - name: i_p_to description: The IP that the connection attempted to reach. isRequired: true types: - <xref:str> - name: port description: The TCP port the connection was attempted on. isRequired: true types: - <xref:int> - name: exception description: Detailed error message about the failed connection. isRequired: true types: - <xref:str>
32.159091
96
0.720848
d7a7bd9a2296611842b741e8bc2b3e6edfca7beb
996
yml
YAML
data/ny/legislature/Kevin-S-Parker-dbf73f29-d4ce-4192-b8fe-42b3ac538dda.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
58
2018-10-18T22:50:29.000Z
2022-03-01T21:03:44.000Z
data/ny/legislature/Kevin-S-Parker-dbf73f29-d4ce-4192-b8fe-42b3ac538dda.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
350
2018-09-28T18:51:08.000Z
2022-03-21T19:03:57.000Z
data/ny/legislature/Kevin-S-Parker-dbf73f29-d4ce-4192-b8fe-42b3ac538dda.yml
putorti/people
9416db7c50a3d4e09ffaa1bc9bdecf620a4093fc
[ "CC0-1.0" ]
74
2018-10-06T16:52:56.000Z
2022-02-11T15:45:20.000Z
id: ocd-person/dbf73f29-d4ce-4192-b8fe-42b3ac538dda name: Kevin S. Parker given_name: Kevin family_name: Parker email: parker@nysenate.gov image: https://www.nysenate.gov/sites/default/files/styles/160x160/public/2019kphs.jpg?itok=savOnro2 party: - name: Democratic roles: - type: upper jurisdiction: ocd-jurisdiction/country:us/state:ny/government district: '21' links: - url: http://www.nysenate.gov/senators-committees - url: http://www.nysenate.gov/senators/kevin-s-parker/contact ids: twitter: SenatorParker other_identifiers: - scheme: legacy_openstates identifier: NYL000043 - scheme: legacy_openstates identifier: NYL000394 sources: - url: http://www.nysenate.gov/senators/kevin-s-parker/contact offices: - address: 172 State Street Room 504, Capitol Building;Albany,, NY 12247 voice: 518-455-2580 classification: capitol - address: 3021 Tilden Ave.,;Brooklyn,, NY 11226-5107 voice: 718-629-6401 fax: 518-426-6843 classification: district name: 'District Office #1'
29.294118
100
0.773092
48d95795c377b1112218ca543dad96066149be95
579
yaml
YAML
package.yaml
Nick-Chapman/abbrev
7a3ac65da8c5796e177b3ebbadac61238098b839
[ "BSD-3-Clause" ]
1
2019-11-27T09:05:01.000Z
2019-11-27T09:05:01.000Z
package.yaml
Nick-Chapman/abbrev
7a3ac65da8c5796e177b3ebbadac61238098b839
[ "BSD-3-Clause" ]
null
null
null
package.yaml
Nick-Chapman/abbrev
7a3ac65da8c5796e177b3ebbadac61238098b839
[ "BSD-3-Clause" ]
null
null
null
name: abbrev version: 0.1.0.0 description: My attempts at the HackerRank abbreviation problem license: BSD3 author: Nick Chapman maintainer: nic@amadido.co.uk github: https://github.com/Nick-Chapman/abbrev.git extra-source-files: - README.md - ChangeLog.md dependencies: - array - containers - hashtables - base >= 4.7 && < 5 - mtl - timeit ghc-options: - -Wall - -threaded - -rtsopts - -with-rtsopts=-N executables: abbrev-exe: main: Main.hs source-dirs: app
18.677419
71
0.587219
7b70b4ddd045088948f90e4164e7db14c03a5d54
1,391
yml
YAML
08-kubernetes/end/edge-service/k8s/deployment.yml
ThomasVitale/microservices-spring-k8s-workshop
5b29baff198b975f5d8cf0a3205096845e9b3403
[ "Apache-2.0" ]
1
2022-03-31T00:06:11.000Z
2022-03-31T00:06:11.000Z
08-kubernetes/end/edge-service/k8s/deployment.yml
ThomasVitale/microservices-spring-k8s-workshop
5b29baff198b975f5d8cf0a3205096845e9b3403
[ "Apache-2.0" ]
null
null
null
08-kubernetes/end/edge-service/k8s/deployment.yml
ThomasVitale/microservices-spring-k8s-workshop
5b29baff198b975f5d8cf0a3205096845e9b3403
[ "Apache-2.0" ]
null
null
null
apiVersion: apps/v1 kind: Deployment metadata: name: edge-service labels: app: edge-service spec: replicas: 1 selector: matchLabels: app: edge-service template: metadata: labels: app: edge-service annotations: prometheus.io/scrape : "true" prometheus.io/path : /actuator/prometheus prometheus.io/port : "9000" spec: containers: - name: edge-service image: edge-service imagePullPolicy: IfNotPresent lifecycle: preStop: exec: command: [ "sh", "-c", "sleep 5" ] ports: - containerPort: 9000 livenessProbe: httpGet: path: /actuator/health/liveness port: 9000 initialDelaySeconds: 15 periodSeconds: 15 readinessProbe: httpGet: path: /actuator/health/readiness port: 9000 initialDelaySeconds: 15 periodSeconds: 15 resources: requests: memory: 756Mi cpu: "0.1" limits: memory: 756Mi cpu: "2" env: - name: BOOK_SERVICE_URI value: http://book-service - name: SUGGESTION_SERVICE_URI value: http://suggestion-service
25.290909
50
0.505392
6ef2b58c55e0ef5fe63f2886af1b5545e168a8de
92
yml
YAML
.travis.yml
GregorMatheis/SalesForceBulkApi.jl
60aa4ca146a62ec8a1ac38af09552c35a1473bae
[ "MIT" ]
3
2019-06-18T14:30:07.000Z
2021-08-31T19:44:13.000Z
.travis.yml
GregorMatheis/SalesForceBulkApi.jl
60aa4ca146a62ec8a1ac38af09552c35a1473bae
[ "MIT" ]
null
null
null
.travis.yml
GregorMatheis/SalesForceBulkApi.jl
60aa4ca146a62ec8a1ac38af09552c35a1473bae
[ "MIT" ]
1
2020-02-08T11:19:36.000Z
2020-02-08T11:19:36.000Z
coveralls: true language: julia julia: - 1.4 - 1.5 os: - linux - osx - windows
7.076923
15
0.565217
01cf6102e6008cb3a268b0b661166df32d55b783
94
yml
YAML
_data/navigation.yml
acmecd/acmecd.github.io
12ff55cea4506412100a4ef21725cc04a597e8cd
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
_data/navigation.yml
acmecd/acmecd.github.io
12ff55cea4506412100a4ef21725cc04a597e8cd
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
_data/navigation.yml
acmecd/acmecd.github.io
12ff55cea4506412100a4ef21725cc04a597e8cd
[ "ECL-2.0", "Apache-2.0" ]
null
null
null
- title: Cloud Service url: docs/cs/intro - title: On Premise Service url: docs/ops/intro
18.8
27
0.712766
92ef71b05b018f460d7d6dd3cd33652155fb3ef4
347
yml
YAML
.codebuild/buildspec-base.yml
philnash/jets
1ac66a0f2c0b1f0f22e0666a58645df178052c87
[ "MIT" ]
1
2019-05-14T03:38:32.000Z
2019-05-14T03:38:32.000Z
.codebuild/buildspec-base.yml
philnash/jets
1ac66a0f2c0b1f0f22e0666a58645df178052c87
[ "MIT" ]
null
null
null
.codebuild/buildspec-base.yml
philnash/jets
1ac66a0f2c0b1f0f22e0666a58645df178052c87
[ "MIT" ]
1
2019-02-06T14:31:22.000Z
2019-02-06T14:31:22.000Z
version: 0.2 phases: build: commands: - echo Build started on `date` - mkdir ~/.docker - aws s3 cp s3://$S3_BUCKET_DOCKER_CONFIG/codebuild/jets/docker-config.json ~/.docker/config.json - docker build -t tongueroo/jets:base -f Dockerfile.base . - docker push tongueroo/jets artifacts: files: - README.md
23.133333
103
0.654179
3599174df79f6f36374e32e016301c3d129274c3
299
yaml
YAML
.golangci.yaml
allenhumphreys/go-auth0
7d73f02e69d940ebc299e462457a35598f1f7092
[ "MIT" ]
null
null
null
.golangci.yaml
allenhumphreys/go-auth0
7d73f02e69d940ebc299e462457a35598f1f7092
[ "MIT" ]
null
null
null
.golangci.yaml
allenhumphreys/go-auth0
7d73f02e69d940ebc299e462457a35598f1f7092
[ "MIT" ]
null
null
null
linters-settings: gofmt: simplify: true staticcheck: go: "1.16" checks: [ "all" ] godot: scope: declarations capital: true linters: disable-all: true enable: - gofmt - staticcheck - revive - godot - whitespace issues: exclude-use-default: false
13.590909
28
0.608696
a69b06434746d95d8efa4a7437be057026dd2704
303,186
yml
YAML
spec/fixtures/vcr_cassettes/crossref_related_import/should_enqueue_an_CrossrefRelatedImportJob.yml
datacite/levriero
0ff33b7a54504771fadaf8d9f9ed2a3c5c30eaaf
[ "MIT" ]
1
2017-11-23T16:27:38.000Z
2017-11-23T16:27:38.000Z
spec/fixtures/vcr_cassettes/crossref_related_import/should_enqueue_an_CrossrefRelatedImportJob.yml
datacite/levriero
0ff33b7a54504771fadaf8d9f9ed2a3c5c30eaaf
[ "MIT" ]
64
2017-12-11T15:18:33.000Z
2022-02-04T06:28:11.000Z
spec/fixtures/vcr_cassettes/crossref_related_import/should_enqueue_an_CrossrefRelatedImportJob.yml
datacite/levriero
0ff33b7a54504771fadaf8d9f9ed2a3c5c30eaaf
[ "MIT" ]
null
null
null
--- http_interactions: - request: method: get uri: https://api.crossref.org/works?cursor=*&filter=reference-visibility:open,has-references:true,from-created-date:2018-01-04,until-created-date:2018-12-31&mailto=info@datacite.org&rows=0 body: encoding: US-ASCII string: '' headers: User-Agent: - Mozilla/5.0 (compatible; Maremma/4.6.1; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Encoding: - gzip,deflate response: status: code: 200 message: OK headers: Content-Type: - application/json;charset=UTF-8 Vary: - Accept Access-Control-Allow-Origin: - "*" Access-Control-Allow-Headers: - X-Requested-With Content-Length: - '210' Server: - http-kit Date: - Fri, 04 Jun 2021 09:48:29 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: - 1s Permissions-Policy: - interest-cohort=() Connection: - close body: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"next-cursor":"*","total-results":2809426,"items":[],"items-per-page":0,"query":{"start-index":0,"search-terms":null}}}' http_version: null recorded_at: Fri, 04 Jun 2021 09:48:22 GMT - request: method: get uri: https://api.crossref.org/works?cursor=*&filter=reference-visibility:open,has-references:true,from-created-date:2018-01-04,until-created-date:2018-12-31&mailto=info@datacite.org&rows=25 body: encoding: US-ASCII string: '' headers: User-Agent: - Mozilla/5.0 (compatible; Maremma/4.6.1; mailto:info@datacite.org) Accept: - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Encoding: - gzip,deflate response: status: code: 200 message: OK headers: Content-Type: - application/json;charset=UTF-8 Vary: - Accept Access-Control-Allow-Origin: - "*" Access-Control-Allow-Headers: - X-Requested-With Content-Length: - '284706' Server: - http-kit Date: - Fri, 04 Jun 2021 09:49:03 GMT X-Rate-Limit-Limit: - '50' X-Rate-Limit-Interval: - 1s Permissions-Policy: - interest-cohort=() Connection: - close body: encoding: ASCII-8BIT string: '{"status":"ok","message-type":"work-list","message-version":"1.0.0","message":{"facets":{},"next-cursor":"AoJ8zL6q4u4CPwtodHRwOi8vZHguZG9pLm9yZy8xMC4xMDkzL2V1cmhlYXJ0ai9laHkxNTE=","total-results":2809426,"items":[{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:53Z","timestamp":1574894453876},"reference-count":12,"publisher":"Wiley","issue":"1","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Heat Transfer-Asian Res"],"published-print":{"date-parts":[[2019,1]]},"DOI":"10.1002\/htj.21378","type":"journal-article","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:16:12Z","timestamp":1541006172000},"page":"182-215","source":"Crossref","is-referenced-by-count":0,"title":["Improved velocity and temperature profiles for integral solution in the laminar boundary layer flow on a semi-infinite flat plate"],"prefix":"10.1002","volume":"48","author":[{"ORCID":"http:\/\/orcid.org\/0000-0001-9490-7954","authenticated-orcid":false,"given":"S. M.","family":"Seyyedi","sequence":"first","affiliation":[{"name":"Department of Mechanical Engineering; Aliabad Katoul Branch, Islamic Azad University; Aliabad Katoul Iran"}]},{"ORCID":"http:\/\/orcid.org\/0000-0003-3153-1851","authenticated-orcid":false,"given":"A. S.","family":"Dogonchi","sequence":"additional","affiliation":[{"name":"Department of Mechanical Engineering; Aliabad Katoul Branch, Islamic Azad University; Aliabad Katoul Iran"}]},{"given":"M.","family":"Hashemi-Tilehnoee","sequence":"additional","affiliation":[{"name":"Department of Mechanical Engineering; Aliabad Katoul Branch, Islamic Azad University; Aliabad Katoul Iran"}]},{"given":"D. D.","family":"Ganji","sequence":"additional","affiliation":[{"name":"Mechanical Engineering Department; Babol Noshirvani University of Technology; Babol Iran"}]}],"member":"311","published-online":{"date-parts":[[2018,10,31]]},"reference":[{"key":"10.1002\/htj.21378-BIB0001|htj21378-cit-0001","unstructured":"Prandtl L 1928"},{"key":"10.1002\/htj.21378-BIB0002|htj21378-cit-0002","author":"Blasius","volume":"56","first-page":"1","year":"1908","journal-title":"Z. Math Physik"},{"key":"10.1002\/htj.21378-BIB0003|htj21378-cit-0003","author":"Pohlhausen","volume":"1","first-page":"115","year":"1921","journal-title":"ZAMM-J Appl Math Mech\/Z Ang Math Mech","DOI":"10.1002\/zamm.19210010205","doi-asserted-by":"crossref"},{"key":"10.1002\/htj.21378-BIB0004|htj21378-cit-0004","author":"Chapman","volume":"16","first-page":"547","year":"1949","journal-title":"J Aeronaut Sci","DOI":"10.2514\/8.11853","doi-asserted-by":"crossref"},{"key":"10.1002\/htj.21378-BIB0005|htj21378-cit-0005","author":"Weyburne","volume":"54","first-page":"22","year":"2014","journal-title":"Exp Ther Fluid Sci","DOI":"10.1016\/j.expthermflusci.2014.01.008","doi-asserted-by":"crossref"},{"key":"10.1002\/htj.21378-BIB0006|htj21378-cit-0006","unstructured":"Bejan A 2013"},{"key":"10.1002\/htj.21378-BIB0007|htj21378-cit-0007","unstructured":"Fox RW McDonald AT Pritchard PJ 2015"},{"key":"10.1002\/htj.21378-BIB0008|htj21378-cit-0008","unstructured":"Holman JP 1986"},{"key":"10.1002\/htj.21378-BIB0009|htj21378-cit-0009","unstructured":"Jiji LM 2006","DOI":"10.1155\/ASP\/2006\/73767","doi-asserted-by":"crossref"},{"key":"10.1002\/htj.21378-BIB0010|htj21378-cit-0010","unstructured":"Leinhard IV J Leinhard V J 2006"},{"key":"10.1002\/htj.21378-BIB0011|htj21378-cit-0011","unstructured":"Adkins W Davidson MG 2012"},{"key":"10.1002\/htj.21378-BIB0012|htj21378-cit-0012","unstructured":"Kays WM Crawford ME 1993"}],"container-title":["Heat Transfer-Asian Research"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fhtj.21378","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/htj.21378\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,30]],"date-time":"2019-10-30T06:17:47Z","timestamp":1572416267000},"score":1.0,"subtitle":["SEYYEDIet al."],"issued":{"date-parts":[[2018,10,31]]},"references-count":12,"journal-issue":{"published-print":{"date-parts":[[2019,1]]},"issue":"1"},"URL":"http:\/\/dx.doi.org\/10.1002\/htj.21378","archive":["Portico"],"relation":{"cites":[]},"ISSN":["1099-2871"],"issn-type":[{"value":"1099-2871","type":"print"}]},{"institution":{"name":"bioRxiv","place":["-"],"acronym":["-"]},"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:53Z","timestamp":1574894453957},"posted":{"date-parts":[[2018,10,31]]},"group-title":"Genetics","reference-count":55,"publisher":"Cold Spring Harbor Laboratory","content-domain":{"domain":[],"crossmark-restriction":false},"accepted":{"date-parts":[[2018,10,31]]},"abstract":"<jats:title>Abstract<\/jats:title><jats:sec><jats:title>Aim<\/jats:title><jats:p>Genetic investigation of human plasma lipidome to get insights into lipid-related disorders beyond traditional lipid measures.<\/jats:p><\/jats:sec><jats:sec><jats:title>Methods and Results<\/jats:title><jats:p>We performed a genome-wide association study (GWAS) of 141 lipid species (n=2,181 individuals), followed by phenome-wide scans (PheWAS) with 44 clinical endpoints related to cardiometabolic, psychiatric and gastrointestinal disorders (n=456,941 individuals). SNP-based heritability for lipid species ranged from 0.10-0.54. Lipids with long-chain polyunsaturated fatty acids showed higher heritability and genetic sharing, suggesting considerable genetic regulation at acyl chains levels. We identified 35 genomic regions associated with at least one lipid species (P&lt;5\u00d710<jats:sup>\u22128<\/jats:sup>), revealing 37 new SNP-lipid species pair associations e.g. new association between <jats:italic>ABCG5\/8<\/jats:italic> and CE(20:2;0). PheWAS of lipid-species-associated loci suggested new associations of <jats:italic>BLK<\/jats:italic> with obesity, <jats:italic>FADS2<\/jats:italic> with thrombophlebitis, and <jats:italic>BLK<\/jats:italic> and <jats:italic>SPTLC3<\/jats:italic> with gallbladder disease (false discovery rate &lt;0.05). The association patterns of lipid-species-associated loci supplied clues to their probable roles in lipid metabolism e.g. suggestive role of <jats:italic>SYNGR1, MIR100HG<\/jats:italic>, and <jats:italic>PTPRN2<\/jats:italic> in desaturation and\/or elongation of fatty acids. At known lipid loci (<jats:italic>FADS2, APOA5<\/jats:italic> and <jats:italic>LPL<\/jats:italic>), genetic associations provided detailed insights to their roles in lipid biology and diseases. We also show that traditional lipid measures may fail to capture lipids such as lysophospatidylcholines (LPCs) and phosphatidylcholines (PCs) that are potential disease risk factors, but are not included in routine screens. The full genome-wide association statistics are available on the web-based database (<jats:ext-link xmlns:xlink=\"http:\/\/www.w3.org\/1999\/xlink\" ext-link-type=\"uri\" xlink:href=\"http:\/\/35.205.141.92\">http:\/\/35.205.141.92<\/jats:ext-link>).<\/jats:p><\/jats:sec><jats:sec><jats:title>Conclusion<\/jats:title><jats:p>Our study reveals genetic regulation of plasma lipidome and highlights the potential of lipidomic profiling in disease gene mapping.<\/jats:p><\/jats:sec>","DOI":"10.1101\/457960","type":"posted-content","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:19:32Z","timestamp":1541006372000},"source":"Crossref","is-referenced-by-count":5,"title":["Genetics of human plasma lipidome: Understanding lipid metabolism and its link to diseases beyond traditional lipids"],"prefix":"10.1101","author":[{"given":"Rubina","family":"Tabassum","sequence":"first","affiliation":[]},{"given":"Joel T.","family":"R\u00e4m\u00f6","sequence":"additional","affiliation":[]},{"given":"Pietari","family":"Ripatti","sequence":"additional","affiliation":[]},{"given":"Jukka T.","family":"Koskela","sequence":"additional","affiliation":[]},{"given":"Mitja","family":"Kurki","sequence":"additional","affiliation":[]},{"given":"Juha","family":"Karjalainen","sequence":"additional","affiliation":[]},{"given":"Shabbeer","family":"Hassan","sequence":"additional","affiliation":[]},{"given":"Javier","family":"Nunez-Fontarnau","sequence":"additional","affiliation":[]},{"given":"Tuomo T.J.","family":"Kiiskinen","sequence":"additional","affiliation":[]},{"given":"Sanni","family":"S\u00f6derlund","sequence":"additional","affiliation":[]},{"given":"Niina","family":"Matikainen","sequence":"additional","affiliation":[]},{"given":"Mathias J.","family":"Gerl","sequence":"additional","affiliation":[]},{"given":"Michal A.","family":"Surma","sequence":"additional","affiliation":[]},{"given":"Christian","family":"Klose","sequence":"additional","affiliation":[]},{"given":"Nathan O.","family":"Stitziel","sequence":"additional","affiliation":[]},{"given":"Hannele","family":"Laivuori","sequence":"additional","affiliation":[]},{"given":"Aki S.","family":"Havulinna","sequence":"additional","affiliation":[]},{"given":"Susan K.","family":"Service","sequence":"additional","affiliation":[]},{"given":"Veikko","family":"Salomaa","sequence":"additional","affiliation":[]},{"given":"Matti","family":"Pirinen","sequence":"additional","affiliation":[]},{"given":"Matti","family":"Jauhiainen","sequence":"additional","affiliation":[]},{"given":"Mark J.","family":"Daly","sequence":"additional","affiliation":[]},{"given":"Nelson B.","family":"Freimer","sequence":"additional","affiliation":[]},{"given":"Aarno","family":"Palotie","sequence":"additional","affiliation":[]},{"given":"Marja-Riitta","family":"Taskinen","sequence":"additional","affiliation":[]},{"given":"Kai","family":"Simons","sequence":"additional","affiliation":[]},{"given":"Samuli","family":"Ripatti","sequence":"additional","affiliation":[]}],"member":"246","reference":[{"key":"2019072210402330000_457960v1.1","DOI":"10.1093\/eurheartj\/ehx144","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.2","DOI":"10.2337\/dc09-0197","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.3","DOI":"10.1056\/NEJMra1104901","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.4","DOI":"10.1161\/CIRCULATIONAHA.113.002500","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.5","DOI":"10.1161\/CIRCULATIONAHA.116.023233","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.6","DOI":"10.1093\/eurheartj\/ehw148","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.7","DOI":"10.1161\/ATVBAHA.116.307497","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.8","volume":"253","first-page":"126","year":"2018","article-title":"Plasma lipidome patterns associated with cardiovascular risk in the PREDIMED trial: A case-cohort study","journal-title":"Int J Cardiol","DOI":"10.1016\/j.ijcard.2017.10.026","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.9","volume":"61","first-page":"1424","year":"2018","article-title":"Ceramide stearic to palmitic acid ratio predicts incident diabetes","journal-title":"Diabetologia","DOI":"10.1007\/s00125-018-4590-6","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.10","DOI":"10.1371\/journal.pmed.1001255","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.11","DOI":"10.1038\/ng.3300","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.12","DOI":"10.1038\/ng.3977","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.13","DOI":"10.1371\/journal.pgen.1002490","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.14","DOI":"10.1371\/journal.pgen.1000672","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.15","DOI":"10.1371\/journal.pgen.1000282","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.16","DOI":"10.1038\/ncomms11122","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.17","DOI":"10.1016\/j.cmet.2013.06.013","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.18","DOI":"10.1038\/ncomms8208","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.19","DOI":"10.1038\/ng.507","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.20","DOI":"10.1038\/ng.2982","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.21","DOI":"10.1016\/S0021-9150(97)00134-2","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.22","DOI":"10.1093\/eurpub\/cku174","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.23","DOI":"10.1371\/journal.pmed.1001779","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.24","DOI":"10.1038\/ng.2354","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.25","unstructured":"Bycroft C , Freeman C , Petkova D , Band G , Elliott LT , Sharp K , Motyer, A , Vukcevic D , Delaneau O , O\u2019Connell J , Cortes A , Welsh S , McVean G , Leslie S , Donnelly P , Marchini J . Genome-wide genetic data on ~500,000 UK Biobank participants. bioRxiv, 2017. 166298. https:\/\/doi.org\/10.1101\/166298","DOI":"10.1101\/166298","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.26","DOI":"10.1371\/journal.pgen.1003520","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.27","DOI":"10.1093\/bioinformatics\/btx166","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.28","volume":"7","first-page":"369","year":"2012","article-title":"Efficient Computation with a Linear Mixed Model on Large-scale Data Sets with Applications to Genetic Studies","journal-title":"Ann Appl Stat"},{"key":"2019072210402330000_457960v1.29","DOI":"10.1038\/nrg2796","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.30","DOI":"10.1093\/bioinformatics\/btq340","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.31","DOI":"10.1016\/j.ajhg.2017.05.014","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.32","DOI":"10.1038\/s41588-018-0184-y","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.33","DOI":"10.1161\/CIRCGENETICS.114.000600","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.34","volume":"7","first-page":"3750","year":"2017","article-title":"Heritability and responses to high fat diet of plasma lipidomics in a twin study","journal-title":"Sci Rep","DOI":"10.1038\/s41598-017-03965-6","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.35","volume":"6","first-page":"276","year":"2015","article-title":"The Function of Rho-Associated Kinases ROCK1 and ROCK2 in the Pathogenesis of Cardiovascular Disease","journal-title":"Frontiers in Pharmacology"},{"key":"2019072210402330000_457960v1.36","DOI":"10.1152\/ajpendo.00538.2010","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.37","DOI":"10.1073\/pnas.0906474106","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.38","DOI":"10.1038\/ng.3434","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.39","DOI":"10.1097\/HJH.0b013e3283406927","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.40","volume":"25","first-page":"1105","year":"2010","article-title":"Effects of sphingolipid synthesis inhibition on cholesterol gallstone formation in C57BL\/6J mice","journal-title":"J Gastroenterol Hepatol","DOI":"10.1111\/j.1440-1746.2010.06246.x","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.41","volume":"6","first-page":"722","year":"2018","article-title":"Systems Analyses Reveal Physiological Roles and Genetic Regulators of Liver Lipid Species","journal-title":"Cell Systems","DOI":"10.1016\/j.cels.2018.05.016","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.42","volume":"6","first-page":"709","year":"2018","article-title":"Genetic Regulation of Plasma Lipid Species and Their Association with Metabolic Phenotypes","journal-title":"Cell Systems","DOI":"10.1016\/j.cels.2018.05.009","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.43","volume":"8","first-page":"164","year":"2003","article-title":"Polyunsaturated fatty acids and their effects on cardiovascular disease","journal-title":"Experimental & Clinical Cardiology"},{"key":"2019072210402330000_457960v1.44","DOI":"10.1371\/journal.pmed.1002094","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.45","DOI":"10.3389\/fnagi.2015.00052","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.46","DOI":"10.1161\/CIRCULATIONAHA.116.024261","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.47","unstructured":"Ramo TJ , Ripatti P , Tabassum R , Soderlund S , Matikainen N , Gerl MJ , Klose C , Stitziel NO , Havulinna AS , Salomaa V , Freimer NB , Jauhiainen M , Palotie A , Taskinen MR , Simons K , Ripatti S . Coronary artery disease risk and lipidomic profiles are similar in familial and population-ascertained hyperlipidemias. bioRxiv. 2018. 321752; doi: https:\/\/doi.org\/10.1101\/321752","DOI":"10.1101\/321752","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.48","volume":"203","first-page":"255","year":"2018","article-title":"Omega-3 and omega-6 polyunsaturated fatty acids: Dietary sources, metabolism, and significance - A review","journal-title":"Life Sci","DOI":"10.1016\/j.lfs.2018.04.049","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.49","DOI":"10.1073\/pnas.0502470102","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.50","volume":"9","first-page":"805","year":"2018","article-title":"LncRNA MIR100HG promotes cell proliferation in triple-negative breast cancer through triplex formation with p27 loci","journal-title":"Cell Death Dis","DOI":"10.1038\/s41419-018-0869-2","doi-asserted-by":"crossref"},{"key":"2019072210402330000_457960v1.51","DOI":"10.1101\/gad.305405","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.52","DOI":"10.1056\/NEJMcp0800929","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.53","DOI":"10.1053\/j.gastro.2008.12.031","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.54","DOI":"10.1373\/clinchem.2016.258897","doi-asserted-by":"publisher"},{"key":"2019072210402330000_457960v1.55","DOI":"10.1093\/aje\/kwx246","doi-asserted-by":"publisher"}],"link":[{"URL":"https:\/\/syndication.highwire.org\/content\/doi\/10.1101\/457960","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,7,22]],"date-time":"2019-07-22T17:40:33Z","timestamp":1563817233000},"score":1.0,"issued":{"date-parts":[[2018,10,31]]},"references-count":55,"URL":"http:\/\/dx.doi.org\/10.1101\/457960","relation":{"cites":[]},"subtype":"preprint"},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:53Z","timestamp":1574894453992},"reference-count":28,"publisher":"Wiley","issue":"1","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Heat Transfer-Asian Res"],"published-print":{"date-parts":[[2019,1]]},"DOI":"10.1002\/htj.21390","type":"journal-article","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:20:37Z","timestamp":1541006437000},"page":"398-413","source":"Crossref","is-referenced-by-count":0,"title":["Non-Newtonian squashed flow simulation across Darcy-Forchheimer sensor"],"prefix":"10.1002","volume":"48","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-3100-582X","authenticated-orcid":false,"given":"Azad","family":"Hussain","sequence":"first","affiliation":[{"name":"Department of Mathematics; University of Gujrat; Gujrat Pakistan"}]},{"given":"Rabia","family":"Zetoon","sequence":"additional","affiliation":[{"name":"Department of Mathematics; University of Gujrat; Gujrat Pakistan"}]},{"given":"Shoaib","family":"Ali","sequence":"additional","affiliation":[{"name":"Department of Mathematics; University of Gujrat; Gujrat Pakistan"}]},{"given":"M. Y.","family":"Malik","sequence":"additional","affiliation":[{"name":"Department of Mathematics; Faculty of Science, King Abdulaziz University; Jeddah Saudi Arabia"}]}],"member":"311","published-online":{"date-parts":[[2018,10,31]]},"reference":[{"key":"10.1002\/htj.21390-BIB0001|htj21390-cit-0001","doi-asserted-by":"crossref","first-page":"285","DOI":"10.1002\/htj.21167","article-title":"Boundary layer flow of rotating two phase nanofluid over a stretching surface","volume":"45","author":"Nadeem","year":"2014","journal-title":"Heat Tran Asian Res"},{"key":"10.1002\/htj.21390-BIB0002|htj21390-cit-0002","doi-asserted-by":"crossref","first-page":"45","DOI":"10.1016\/j.physe.2015.05.007","article-title":"MHD squeezed flow of water functionalized metallic nanoparticles over a sensor surface","volume":"73","author":"Haq","year":"2015","journal-title":"Physica E"},{"key":"10.1002\/htj.21390-BIB0003|htj21390-cit-0003","doi-asserted-by":"crossref","first-page":"27","DOI":"10.1016\/j.aej.2016.08.029","article-title":"MHD squeezed flow of Carreau-Yasuda fluid over a sensor surface","volume":"56","author":"Salahuddin","year":"2017","journal-title":"Alex Eng J"},{"key":"10.1002\/htj.21390-BIB0004|htj21390-cit-0004","doi-asserted-by":"crossref","first-page":"940","DOI":"10.1016\/j.rinp.2016.10.024","article-title":"Heat transfer squeezed flow of Carreau fluid over a sensor surface with variable thermal conductivity: A numerical study","volume":"6","author":"Khan","year":"2016","journal-title":"Results Phys"},{"key":"10.1002\/htj.21390-BIB0005|htj21390-cit-0005","doi-asserted-by":"crossref","first-page":"12","DOI":"10.1155\/2008\/935095","article-title":"Analytic approximate solutions for unsteady two-dimensional and axisymmetric squeezing flows between parallel plates","volume":"2008","author":"Rashidi","year":"2008","journal-title":"Math Probl Eng"},{"key":"10.1002\/htj.21390-BIB0006|htj21390-cit-0006","doi-asserted-by":"crossref","first-page":"509","DOI":"10.1016\/j.ijengsci.2003.08.005","article-title":"Hydromagnetic squeezed flow and heat transfer over a sensor surface","volume":"42","author":"Khaled","year":"2004","journal-title":"Int J Eng Sci"},{"key":"10.1002\/htj.21390-BIB0007|htj21390-cit-0007","doi-asserted-by":"crossref","first-page":"1389","DOI":"10.1016\/j.cja.2013.10.008","article-title":"Radiation effects on MHD stagnation point flow of nano fluid towards a stretching surface with convective boundary condition","volume":"26","author":"Akbar","year":"2013","journal-title":"Chin J Aeronaut"},{"key":"10.1002\/htj.21390-BIB0008|htj21390-cit-0008","doi-asserted-by":"crossref","first-page":"32","DOI":"10.1166\/jctn.2014.3313","article-title":"Effects of thermal radiation for megnetohydrodynamic boundary layer flow of a nanofluid past a stretching sheet with convective boundary conditions","volume":"11","author":"Nadeem","year":"2014","journal-title":"J Comput Theor Nanosci"},{"key":"10.1002\/htj.21390-BIB0009|htj21390-cit-0009","doi-asserted-by":"crossref","first-page":"482","DOI":"10.1016\/j.rinp.2016.12.025","article-title":"Numerical analysis for MHD thermal and solutal stratified stagnation point flow of Powell-Eyring fluid induced by cylindrical surface with dual convection and heat generation effects","volume":"7","author":"Khalil-Ur-Rehman","year":"2017","journal-title":"Results Phys"},{"key":"10.1002\/htj.21390-BIB0010|htj21390-cit-0010","doi-asserted-by":"crossref","first-page":"580","DOI":"10.1016\/j.molliq.2017.02.031","article-title":"MHD flow of Williamson nanofluid over a cone and plate with chemically reactive species","volume":"231","author":"Khan","year":"2017","journal-title":"J Mol Liq"},{"key":"10.1002\/htj.21390-BIB0011|htj21390-cit-0011","doi-asserted-by":"crossref","first-page":"1141","DOI":"10.1016\/j.rinp.2018.04.022","article-title":"Numerical analysis of MHD Carreau fluid flow over a stretching cylinder with homogenous-heterogeneous reactions","volume":"9","author":"Khan","year":"2018","journal-title":"Results Phys"},{"key":"10.1002\/htj.21390-BIB0012|htj21390-cit-0012","doi-asserted-by":"crossref","first-page":"107227","DOI":"10.1063\/1.4934937","article-title":"Homogeneous-heterogeneous reactions in Williamson fluid MHD squeezed flow of Carreau-Yasuda fluid model over a stretching cylinder by using Keller box method","volume":"5","author":"Malik","year":"2015","journal-title":"AIP Adv"},{"key":"10.1002\/htj.21390-BIB0013|htj21390-cit-0013","doi-asserted-by":"crossref","first-page":"045118","DOI":"10.1063\/1.4948458","article-title":"Flow of Sisko fluid over a stretching cylinder and heat transfer with viscous dissipation and variable thermal conductivity: a numerical study","volume":"6","author":"Malik","year":"2016","journal-title":"AIP Adv"},{"key":"10.1002\/htj.21390-BIB0014|htj21390-cit-0014","doi-asserted-by":"crossref","first-page":"035101","DOI":"10.1063\/1.4943398","article-title":"Numerical solution of Williamson fluid flow past a stretching cylinder and heat transfer with variable thermal conductivity and heat generation\/absorption","volume":"6","author":"Malik","year":"2016","journal-title":"AIP Adv"},{"key":"10.1002\/htj.21390-BIB0015|htj21390-cit-0015","doi-asserted-by":"crossref","first-page":"075112","DOI":"10.1063\/1.4959587","article-title":"Dual stratified mixed convection flow of Eyring-Powell fluid over an inclined stretching cylinder with heat generation\/ absorption effect","volume":"6","author":"Rehman","year":"2016","journal-title":"AIP Adv"},{"key":"10.1002\/htj.21390-BIB0016|htj21390-cit-0016","doi-asserted-by":"crossref","first-page":"593","DOI":"10.1017\/jmech.2016.8","article-title":"Numerical solution of Sisko fluid over a stretching cylinder and heat transfer with variable thermal conductivity","volume":"32","author":"Malik","year":"2016","journal-title":"J Mech"},{"key":"10.1002\/htj.21390-BIB0017|htj21390-cit-0017","doi-asserted-by":"crossref","first-page":"127103","DOI":"10.1063\/1.4937366","article-title":"Effects of transverse magnetic field with variable thermal conductivity on tangent hyperbolic fluid with exponentially varying viscosity","volume":"5","author":"Salahuddin","year":"2015","journal-title":"AIP Adv"},{"key":"10.1002\/htj.21390-BIB0018|htj21390-cit-0018","first-page":"431","article-title":"Sulla Conduzione del calore","volume":"3","author":"Cattaneo","year":"1948","journal-title":"Atti Semin Mat Fis Univ Modea Reggio Emilia"},{"key":"10.1002\/htj.21390-BIB0019|htj21390-cit-0019","doi-asserted-by":"crossref","first-page":"481","DOI":"10.1016\/j.mechrescom.2008.11.003","article-title":"On frame in different formulation of the Maxwell-Cattaneo model of finite speed heat conduction","volume":"36","author":"Christov","year":"2009","journal-title":"Mech Res Commun"},{"key":"10.1002\/htj.21390-BIB0020|htj21390-cit-0020","doi-asserted-by":"crossref","first-page":"1985","DOI":"10.1016\/j.jestch.2016.06.008","article-title":"Variable viscosity and MHD flow in Casson fluid with Cattaneo-Christov heat flux model: Using Keller box method","volume":"19","author":"Malik","year":"2016","journal-title":"Eng Sci Tech, Int J"},{"key":"10.1002\/htj.21390-BIB0021|htj21390-cit-0021","doi-asserted-by":"crossref","first-page":"991","DOI":"10.1016\/j.jmmm.2015.11.022","article-title":"MHD flow of Cattaneo-Christov heat flux model for Williamson fluid over a stretching sheet with variable thickness: Using numerical approach","volume":"401","author":"Salahuddin","year":"2016","journal-title":"J Magn Magn Mater"},{"key":"10.1002\/htj.21390-BIB0022|htj21390-cit-0022","doi-asserted-by":"crossref","first-page":"963","DOI":"10.1016\/j.cjph.2017.03.006","article-title":"A revised model for Darcy-Forchheimer flow of Maxwell nanofluid subject to convective boundary condition","volume":"55","author":"Muhammad","year":"2017","journal-title":"Chin J Phys"},{"key":"10.1002\/htj.21390-BIB0023|htj21390-cit-0023","doi-asserted-by":"crossref","first-page":"248","DOI":"10.1016\/j.ijheatmasstransfer.2017.04.123","article-title":"On Darcy-Forchheimer flow of carbon nanotubes due to a rotating disk","volume":"112","author":"Hayat","year":"2017","journal-title":"Int J Heat Mass Transfer"},{"key":"10.1002\/htj.21390-BIB0024|htj21390-cit-0024","doi-asserted-by":"crossref","first-page":"2355","DOI":"10.1108\/HFF-08-2015-0333","article-title":"Darcy-Forchheimer flow with variable thermal conductivity and Cattaneo-Christov heat flux","volume":"26","author":"Hayat","year":"2016","journal-title":"Int J Numer Method Heat Fluid Flow"},{"key":"10.1002\/htj.21390-BIB0025|htj21390-cit-0025","first-page":"2791","article-title":"A revised model for Darcy-Forchheimer three-dimensional flow of nanofluid subject to convective boundary condition","volume":"7","author":"Muhammad","year":"2017","journal-title":"Results\u00a0Phys"},{"key":"10.1002\/htj.21390-BIB0026|htj21390-cit-0026","doi-asserted-by":"crossref","first-page":"79","DOI":"10.1016\/j.jpcs.2018.04.016","article-title":"Darcy-Forchheimer squeezed flow of carbon nanotubes with thermal radiation","volume":"120","author":"Hayat","year":"2018","journal-title":"J Phys Chem Solids"},{"key":"10.1002\/htj.21390-BIB0027|htj21390-cit-0027","doi-asserted-by":"crossref","first-page":"278","DOI":"10.1016\/j.molliq.2017.03.035","article-title":"On Darcy-Forchheimer flow of viscoelastic nanofluids: A comparative study","volume":"233","author":"Hayat","year":"2017","journal-title":"J Mol Liq"},{"key":"10.1002\/htj.21390-BIB0028|htj21390-cit-0028","first-page":"598","article-title":"An optimal analysis for Darcy-Forchheimer 3D flow of Carreaunanofluid with convectively heated surface","volume":"9","author":"Hayat","year":"2018","journal-title":"Results\u00a0Phys"}],"container-title":["Heat Transfer-Asian Research"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fhtj.21390","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/htj.21390\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,12,14]],"date-time":"2018-12-14T12:29:41Z","timestamp":1544790581000},"score":1.0,"subtitle":["HUSSAIN et al."],"issued":{"date-parts":[[2018,10,31]]},"references-count":28,"journal-issue":{"published-print":{"date-parts":[[2019,1]]},"issue":"1"},"URL":"http:\/\/dx.doi.org\/10.1002\/htj.21390","archive":["Portico"],"relation":{"cites":[]},"ISSN":["1099-2871"],"issn-type":[{"value":"1099-2871","type":"print"}]},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:55Z","timestamp":1574894455058},"reference-count":17,"publisher":"Springer Science and Business Media LLC","issue":"1","license":[{"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"short-container-title":["Antimicrob Resist Infect Control"],"published-print":{"date-parts":[[2018,12]]},"DOI":"10.1186\/s13756-018-0424-z","type":"journal-article","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:08:02Z","timestamp":1541005682000},"update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Optimal timing of surgical antimicrobial prophylaxis in laparoscopic surgery: a before-after study"],"prefix":"10.1186","volume":"7","author":[{"given":"Akane","family":"Takamatsu","sequence":"first","affiliation":[]},{"given":"Yasuaki","family":"Tagashira","sequence":"additional","affiliation":[]},{"given":"Kaori","family":"Ishii","sequence":"additional","affiliation":[]},{"given":"Yasuhiro","family":"Morita","sequence":"additional","affiliation":[]},{"given":"Yasuharu","family":"Tokuda","sequence":"additional","affiliation":[]},{"given":"Hitoshi","family":"Honda","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,10,31]]},"reference":[{"key":"424_CR1","doi-asserted-by":"publisher","first-page":"e276","DOI":"10.1016\/S1473-3099(16)30398-X","volume":"16","author":"B Allegranzi","year":"2016","unstructured":"Allegranzi B, Bischoff P, de Jonge S, Kubilay NZ, Zayed B, Gomes SM, et al. New WHO recommendations on preoperative measures for surgical site infection prevention: an evidence-based global perspective. Lancet Infect Dis. 2016;16:e276\u201387.","journal-title":"Lancet Infect Dis"},{"key":"424_CR2","doi-asserted-by":"publisher","first-page":"73","DOI":"10.1089\/sur.2013.9999","volume":"14","author":"DW Bratzler","year":"2013","unstructured":"Bratzler DW, Dellinger EP, Olsen KM, Perl TM, Auwaerter PG, Bolon MK, et al. Clinical practice guidelines for antimicrobial prophylaxis in surgery. Surg Infect. 2013;14:73\u2013156.","journal-title":"Surg Infect"},{"key":"424_CR3","doi-asserted-by":"publisher","first-page":"281","DOI":"10.1056\/NEJM199201303260501","volume":"326","author":"DC Classen","year":"1992","unstructured":"Classen DC, Evans RS, Pestotnik SL, Horn SD, Menlove RL, Burke JP. The timing of prophylactic administration of antibiotics and the risk of surgical-wound infection. N Engl J Med. 1992;326:281\u20136.","journal-title":"N Engl J Med"},{"key":"424_CR4","doi-asserted-by":"publisher","first-page":"784","DOI":"10.1001\/jamasurg.2017.0904","volume":"152","author":"SI Berrios-Torres","year":"2017","unstructured":"Berrios-Torres SI, Umscheid CA, Bratzler DW, Leas B, Stone EC, Kelz RR, et al. Centers for disease control and prevention guideline for the prevention of surgical site infection, 2017. JAMA Surg. 2017;152:784\u201391.","journal-title":"JAMA Surg"},{"key":"424_CR5","doi-asserted-by":"publisher","first-page":"1167","DOI":"10.1017\/ice.2016.155","volume":"37","author":"K Morikane","year":"2016","unstructured":"Morikane K, Honda H, Suzuki S. Factors associated with surgical site infection following gastric surgery in Japan. Infect Control Hosp Epidemiol. 2016;37:1167\u201372.","journal-title":"Infect Control Hosp Epidemiol"},{"key":"424_CR6","doi-asserted-by":"publisher","first-page":"660","DOI":"10.1086\/676438","volume":"35","author":"K Morikane","year":"2014","unstructured":"Morikane K, Honda H, Yamagishi T, Suzuki S, Aminaka M. Factors associated with surgical site infection in colorectal surgery: the Japan nosocomial infections surveillance. Infect Control Hosp Epidemiol. 2014;35:660\u20136.","journal-title":"Infect Control Hosp Epidemiol"},{"key":"424_CR7","doi-asserted-by":"publisher","first-page":"606","DOI":"10.1017\/S0195941700015241","volume":"13","author":"TC Horan","year":"1992","unstructured":"Horan TC, Gaynes RP, Martone WJ, Jarvis WR. Emori TG. CDC definitions of nosocomial surgical site infections, 1992: a modification of CDC definitions of surgical wound infections. Infect Control Hosp Epidemiol. 1992;13:606\u20138.","journal-title":"Infect Control Hosp Epidemiol"},{"key":"424_CR8","doi-asserted-by":"publisher","first-page":"250","DOI":"10.1086\/501620","volume":"20","author":"AJ Mangram","year":"1999","unstructured":"Mangram AJ, Horan TC, Pearson ML, Silver LC, Jarvis WR. Guideline for prevention of surgical site infection, 1999. Hospital infection control practices advisory committee. Infect Control Hosp Epidemiol. 1999;20:250\u201378.","journal-title":"Infect Control Hosp Epidemiol"},{"key":"424_CR9","doi-asserted-by":"publisher","first-page":"628","DOI":"10.1016\/j.jamcollsurg.2013.05.024","volume":"217","author":"CG Koch","year":"2013","unstructured":"Koch CG, Li L, Hixson E, Tang A, Gordon S, Longworth D, et al. Is it time to refine? An exploration and simulation of optimal antibiotic timing in general surgery. J Am Coll Surg. 2013;217:628\u201335.","journal-title":"J Am Coll Surg"},{"key":"424_CR10","doi-asserted-by":"publisher","first-page":"10","DOI":"10.1097\/SLA.0b013e3181ad5fca","volume":"250","author":"JP Steinberg","year":"2009","unstructured":"Steinberg JP, Braun BI, Hellinger WC, Kusek L, Bozikis MR, Bush AJ, et al. Timing of antimicrobial prophylaxis and the risk of surgical site infections: results from the trial to reduce antimicrobial prophylaxis errors. Ann Surg. 2009;250:10\u20136.","journal-title":"Ann Surg"},{"key":"424_CR11","doi-asserted-by":"publisher","first-page":"918","DOI":"10.1097\/SLA.0b013e31816c3fec","volume":"247","author":"WP Weber","year":"2008","unstructured":"Weber WP, Marti WR, Zwahlen M, Misteli H, Rosenthal R, Reck S, et al. The timing of surgical antimicrobial prophylaxis. Ann Surg. 2008;247:918\u201326.","journal-title":"Ann Surg"},{"key":"424_CR12","doi-asserted-by":"publisher","first-page":"e6903","DOI":"10.1097\/MD.0000000000006903","volume":"96","author":"SW de Jonge","year":"2017","unstructured":"de Jonge SW, Gans SL, Atema JJ, Solomkin JS, Dellinger PE, Boermeester MA. Timing of preoperative antibiotic prophylaxis in 54,552 patients and the risk of surgical site infection: a systematic review and meta-analysis. Medicine (Baltimore). 2017;96:e6903.","journal-title":"Medicine (Baltimore)"},{"key":"424_CR13","doi-asserted-by":"publisher","first-page":"605","DOI":"10.1016\/S1473-3099(17)30176-7","volume":"17","author":"WP Weber","year":"2017","unstructured":"Weber WP, Mujagic E, Zwahlen M, Bundi M, Hoffmann H, Soysal SD, et al. Timing of surgical antimicrobial prophylaxis: a phase 3 randomised controlled trial. Lancet Infect Dis. 2017;17:605\u201314.","journal-title":"Lancet Infect Dis"},{"key":"424_CR14","doi-asserted-by":"publisher","first-page":"24","DOI":"10.1086\/501820","volume":"22","author":"M Delgado-Rodriguez","year":"2001","unstructured":"Delgado-Rodriguez M, Gomez-Ortega A, Sillero-Arenas M, Llorca J. Epidemiology of surgical-site infections diagnosed after hospital discharge: a prospective cohort study. Infect Control Hosp Epidemiol. 2001;22:24\u201330.","journal-title":"Infect Control Hosp Epidemiol"},{"key":"424_CR15","doi-asserted-by":"publisher","first-page":"1056","DOI":"10.1086\/428626","volume":"191","author":"KS Kaye","year":"2005","unstructured":"Kaye KS, Schmit K, Pieper C, Sloane R, Caughlan KF, Sexton DJ, et al. The effect of increasing age on the risk of surgical site infection. J Infect Dis. 2005;191:1056\u201362.","journal-title":"J Infect Dis"},{"key":"424_CR16","unstructured":"Statistic Hand book of Japan 2017. \n www.stat.go.jp\/english\/data\/handbook\/pdf\/2017all.pdf\n \n . Accessed 4 July 2018."},{"key":"424_CR17","doi-asserted-by":"publisher","first-page":"111","DOI":"10.1186\/1471-2334-6-111","volume":"6","author":"N Kasatpibal","year":"2006","unstructured":"Kasatpibal N, Norgaard M, Sorensen HT, Schonheyder HC, Jamulitrat S, Chongsuvivatwong V. Risk of surgical site infection and efficacy of antibiotic prophylaxis: a cohort study of appendectomy patients in Thailand. BMC Infect Dis. 2006;6:111.","journal-title":"BMC Infect Dis"}],"container-title":["Antimicrobial Resistance & Infection Control"],"language":"en","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s13756-018-0424-z.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/article\/10.1186\/s13756-018-0424-z\/fulltext.html","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s13756-018-0424-z.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,31]],"date-time":"2019-10-31T00:09:11Z","timestamp":1572480551000},"score":1.0,"issued":{"date-parts":[[2018,10,31]]},"references-count":17,"journal-issue":{"published-print":{"date-parts":[[2018,12]]},"issue":"1"},"alternative-id":["424"],"URL":"http:\/\/dx.doi.org\/10.1186\/s13756-018-0424-z","relation":{"cites":[]},"ISSN":["2047-2994"],"issn-type":[{"value":"2047-2994","type":"electronic"}],"assertion":[{"value":"26 July 2018","order":1,"name":"received","label":"Received","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"17 October 2018","order":2,"name":"accepted","label":"Accepted","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"31 October 2018","order":3,"name":"first_online","label":"First Online","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"The institutional review board at Tokyo Metropolitan Tama Medical Center approved this study.","order":1,"name":"Ethics","group":{"name":"EthicsHeading","label":"Ethics approval and consent to participate"}},{"value":"Not applicable","order":2,"name":"Ethics","group":{"name":"EthicsHeading","label":"Consent for publication"}},{"value":"The authors declare that they have no competing interests.","order":3,"name":"Ethics","group":{"name":"EthicsHeading","label":"Competing interests"}},{"value":"Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.","order":4,"name":"Ethics","group":{"name":"EthicsHeading","label":"Publisher\u2019s Note"}}],"article-number":"126"},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:55Z","timestamp":1574894455120},"reference-count":59,"publisher":"American Chemical Society (ACS)","funder":[{"DOI":"10.13039\/501100002855","name":"Ministry of Science and Technology of the People''s Republic of China","doi-asserted-by":"publisher","award":["2016YFB0600804"]},{"DOI":"10.13039\/501100002338","name":"Ministry of Education of the People''s Republic of China","doi-asserted-by":"publisher","award":["DUT18LAB22"]},{"DOI":"10.13039\/501100001809","name":"National Natural Science Foundation of China","doi-asserted-by":"publisher","award":["51436003","51576031"]}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["J. Chem. Eng. Data"],"DOI":"10.1021\/acs.jced.8b00433","type":"journal-article","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:11:05Z","timestamp":1541005865000},"source":"Crossref","is-referenced-by-count":0,"title":["Density Characteristics of the CO2\u2013CH4 Binary System: Experimental Data at 313\u2013353 K and 3\u201318 MPa and Modeling from the PC-SAFT EoS"],"prefix":"10.1021","author":[{"given":"Shuyang","family":"Liu","sequence":"first","affiliation":[{"name":"Key Laboratory of Ocean Energy Utilization and Energy Conservation of Ministry of Education, School of Energy and Power Engineering, Dalian University of Technology, Dalian 116024, China"}]},{"given":"Changzhong","family":"Zhao","sequence":"additional","affiliation":[{"name":"Key Laboratory of Ocean Energy Utilization and Energy Conservation of Ministry of Education, School of Energy and Power Engineering, Dalian University of Technology, Dalian 116024, China"}]},{"given":"Junchen","family":"Lv","sequence":"additional","affiliation":[{"name":"Key Laboratory of Ocean Energy Utilization and Energy Conservation of Ministry of Education, School of Energy and Power Engineering, Dalian University of Technology, Dalian 116024, China"}]},{"given":"Pengfei","family":"Lv","sequence":"additional","affiliation":[{"name":"Key Laboratory of Ocean Energy Utilization and Energy Conservation of Ministry of Education, School of Energy and Power Engineering, Dalian University of Technology, Dalian 116024, China"}]},{"ORCID":"http:\/\/orcid.org\/0000-0003-2280-6737","authenticated-orcid":true,"given":"Yi","family":"Zhang","sequence":"additional","affiliation":[{"name":"Key Laboratory of Ocean Energy Utilization and Energy Conservation of Ministry of Education, School of Energy and Power Engineering, Dalian University of Technology, Dalian 116024, China"}]}],"member":"316","published-online":{"date-parts":[[2018,10,31]]},"reference":[{"key":"ref1\/cit1","DOI":"10.1016\/j.jngse.2014.10.013","doi-asserted-by":"publisher"},{"key":"ref2\/cit2","DOI":"10.1016\/j.egypro.2014.11.618","doi-asserted-by":"publisher"},{"key":"ref3\/cit3","DOI":"10.1016\/0196-8904(92)90062-2","doi-asserted-by":"publisher"},{"key":"ref4\/cit4","DOI":"10.1016\/j.energy.2004.03.075","doi-asserted-by":"publisher"},{"key":"ref5\/cit5","DOI":"10.1007\/s11440-013-0277-9","doi-asserted-by":"publisher"},{"key":"ref6\/cit6","DOI":"10.1016\/S0196-8904(96)00272-5","doi-asserted-by":"publisher"},{"key":"ref7\/cit7","DOI":"10.1038\/nature02135","doi-asserted-by":"publisher"},{"key":"ref8\/cit8","DOI":"10.1016\/j.apenergy.2015.02.040","doi-asserted-by":"publisher"},{"key":"ref9\/cit9","DOI":"10.1016\/j.ijheatmasstransfer.2014.05.034","doi-asserted-by":"publisher"},{"key":"ref10\/cit10","DOI":"10.1016\/j.energy.2013.01.066","doi-asserted-by":"publisher"},{"key":"ref11\/cit11","DOI":"10.1016\/j.fluid.2017.12.033","doi-asserted-by":"publisher"},{"key":"ref12\/cit12","author":"Edenhofer O.","year":"2011","volume-title":"IPCC Special Report on Renewable Energy Sources and Climate Change Mitigation","DOI":"10.1017\/CBO9781139151153","doi-asserted-by":"crossref"},{"key":"ref13\/cit13","DOI":"10.1016\/0196-8904(92)90064-4","doi-asserted-by":"publisher"},{"key":"ref14\/cit14","DOI":"10.1016\/0196-8904(93)90069-M","doi-asserted-by":"publisher"},{"key":"ref15\/cit15","DOI":"10.1021\/ie1013019","doi-asserted-by":"publisher"},{"key":"ref16\/cit16","DOI":"10.1016\/j.apenergy.2011.03.052","doi-asserted-by":"publisher"},{"key":"ref17\/cit17","DOI":"10.1016\/j.ijggc.2016.12.008","doi-asserted-by":"publisher"},{"key":"ref18\/cit18","DOI":"10.1021\/ef400257a","doi-asserted-by":"publisher"},{"key":"ref19\/cit19","DOI":"10.1016\/j.fluid.2017.02.018","doi-asserted-by":"publisher"},{"key":"ref20\/cit20","DOI":"10.1021\/ie50409a019","doi-asserted-by":"publisher"},{"key":"ref21\/cit21","DOI":"10.1002\/cjce.5450470119","doi-asserted-by":"publisher"},{"key":"ref22\/cit22","DOI":"10.1252\/jcej.4.113","doi-asserted-by":"publisher"},{"key":"ref23\/cit23","author":"Tong J.","volume":"5","first-page":"119","year":"1984","journal-title":"J. Eng. Thermophys."},{"key":"ref24\/cit24","DOI":"10.1007\/BF00503153","doi-asserted-by":"publisher"},{"key":"ref25\/cit25","DOI":"10.1016\/0378-3812(89)80004-4","doi-asserted-by":"publisher"},{"key":"ref26\/cit26","DOI":"10.1016\/0378-4371(89)90131-3","doi-asserted-by":"publisher"},{"key":"ref27\/cit27","DOI":"10.1016\/0021-9614(89)90117-1","doi-asserted-by":"publisher"},{"key":"ref28\/cit28","DOI":"10.1016\/0021-9614(90)90189-W","doi-asserted-by":"publisher"},{"key":"ref29\/cit29","DOI":"10.1016\/0016-7037(94)90572-X","doi-asserted-by":"publisher"},{"key":"ref30\/cit30","DOI":"10.1006\/jcht.1996.0107","doi-asserted-by":"publisher"},{"key":"ref31\/cit31","DOI":"10.1006\/jcht.1996.0049","doi-asserted-by":"publisher"},{"key":"ref32\/cit32","DOI":"10.1021\/je970042b","doi-asserted-by":"publisher"},{"key":"ref33\/cit33","DOI":"10.1021\/es3037737","doi-asserted-by":"publisher"},{"key":"ref34\/cit34","DOI":"10.1021\/je300665n","doi-asserted-by":"publisher"},{"key":"ref35\/cit35","DOI":"10.1016\/j.ijggc.2013.07.019","doi-asserted-by":"publisher"},{"key":"ref36\/cit36","DOI":"10.1016\/j.fluid.2015.08.029","doi-asserted-by":"publisher"},{"key":"ref37\/cit37","DOI":"10.1016\/j.jct.2016.11.009","doi-asserted-by":"publisher"},{"key":"ref38\/cit38","DOI":"10.2118\/5052-PA","doi-asserted-by":"publisher"},{"key":"ref39\/cit39","DOI":"10.1016\/j.gca.2017.09.025","doi-asserted-by":"publisher"},{"key":"ref40\/cit40","DOI":"10.1007\/s11431-015-5785-4","doi-asserted-by":"publisher"},{"key":"ref41\/cit41","DOI":"10.1021\/ef200387p","doi-asserted-by":"publisher"},{"key":"ref42\/cit42","DOI":"10.1021\/ie303248q","doi-asserted-by":"publisher"},{"key":"ref43\/cit43","DOI":"10.1016\/j.cherd.2013.06.017","doi-asserted-by":"publisher"},{"key":"ref44\/cit44","DOI":"10.1021\/ie201952n","doi-asserted-by":"publisher"},{"key":"ref45\/cit45","DOI":"10.1016\/j.fluid.2011.09.032","doi-asserted-by":"publisher"},{"key":"ref46\/cit46","DOI":"10.1016\/j.fluid.2013.05.004","doi-asserted-by":"publisher"},{"key":"ref47\/cit47","DOI":"10.1016\/j.fluid.2013.01.006","doi-asserted-by":"publisher"},{"key":"ref48\/cit48","unstructured":"Kunz, O.; Klimeck, R.; Wagner, W.; Jaeschke, M. The GERG-2004 wide-range equation of state for natural gases and other mixtures; GERG TM15, 2007; Fortschr.Ber. VDI, Reihe 6, Nr. 557, VDI Verlag: D\u00fcsseldorf, 2007. Also available as GERG Technical Monograph 15, 2007."},{"key":"ref49\/cit49","DOI":"10.1021\/je300655b","doi-asserted-by":"publisher"},{"key":"ref50\/cit50","DOI":"10.1021\/je500120v","doi-asserted-by":"publisher"},{"key":"ref51\/cit51","DOI":"10.1021\/je300388b","doi-asserted-by":"publisher"},{"key":"ref52\/cit52","DOI":"10.1021\/je101214e","doi-asserted-by":"publisher"},{"key":"ref53\/cit53","DOI":"10.1016\/0378-3812(89)80308-5","doi-asserted-by":"publisher"},{"key":"ref54\/cit54","DOI":"10.1021\/ie00104a021","doi-asserted-by":"publisher"},{"key":"ref55\/cit55","DOI":"10.1021\/ie00107a014","doi-asserted-by":"publisher"},{"key":"ref56\/cit56","DOI":"10.1021\/ie0003887","doi-asserted-by":"publisher"},{"key":"ref57\/cit57","DOI":"10.1016\/j.jct.2014.03.020","doi-asserted-by":"publisher"},{"key":"ref58\/cit58","DOI":"10.1016\/j.jct.2017.03.036","doi-asserted-by":"publisher"},{"key":"ref59\/cit59","DOI":"10.1063\/1.555991","doi-asserted-by":"publisher"}],"container-title":["Journal of Chemical & Engineering Data"],"language":"en","link":[{"URL":"https:\/\/pubs.acs.org\/doi\/pdf\/10.1021\/acs.jced.8b00433","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,9,30]],"date-time":"2019-09-30T22:19:24Z","timestamp":1569881964000},"score":1.0,"issued":{"date-parts":[[2018,10,31]]},"references-count":59,"alternative-id":["10.1021\/acs.jced.8b00433"],"URL":"http:\/\/dx.doi.org\/10.1021\/acs.jced.8b00433","relation":{"cites":[]},"ISSN":["0021-9568","1520-5134"],"issn-type":[{"value":"0021-9568","type":"print"},{"value":"1520-5134","type":"electronic"}],"article-number":"acs.jced.8b00433"},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T22:40:55Z","timestamp":1574894455479},"reference-count":71,"publisher":"Wiley","issue":"12","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T00:00:00Z","timestamp":1540944000000},"delay-in-days":0,"content-version":"vor"}],"funder":[{"DOI":"10.13039\/100007543","name":"Grantov\u00e1 Agentura, Univerzita Karlova","doi-asserted-by":"publisher","award":["656216","178214"]},{"DOI":"10.13039\/501100007047","name":"Norway Grants","doi-asserted-by":"publisher","award":["NF-CZ11-PDP-3-003-2014"]},{"name":"2nd Faculty of Medicine, Charles University","award":["LM2015091"]},{"name":"Fakultn\u00ed Nemocnice Motol","award":["00064203CZ.2.16\/3.1.00\/24022OPPK"]}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Am J Med Genet"],"published-print":{"date-parts":[[2018,12]]},"DOI":"10.1002\/ajmg.a.40659","type":"journal-article","created":{"date-parts":[[2018,10,31]],"date-time":"2018-10-31T17:09:41Z","timestamp":1541005781000},"page":"2604-2613","source":"Crossref","is-referenced-by-count":0,"title":["Modeling age-specific facial development in Williams-Beuren-, Noonan-, and 22q11.2 deletion syndromes in cohorts of Czech patients aged 3-18\u2009years: A cross-sectional three-dimensional geometric morphometry analysis of their facial gestalt"],"prefix":"10.1002","volume":"176","author":[{"ORCID":"http:\/\/orcid.org\/0000-0003-4428-5055","authenticated-orcid":false,"given":"Martina","family":"\u010caplovi\u010dov\u00e1","sequence":"first","affiliation":[{"name":"Department of Anthropology and Human Genetics, Faculty of Science; Charles University; Prague 2 Czech Republic"}]},{"given":"Veronika","family":"Moslerov\u00e1","sequence":"additional","affiliation":[{"name":"Department of Anthropology and Human Genetics, Faculty of Science; Charles University; Prague 2 Czech Republic"},{"name":"Department of Biology and Medical Genetics, 2nd Faculty of Medicine; Charles University and Motol University Hospital; Prague 5 Czech Republic"}]},{"given":"J\u00e1n","family":"Dupej","sequence":"additional","affiliation":[{"name":"Department of Anthropology and Human Genetics, Faculty of Science; Charles University; Prague 2 Czech Republic"},{"name":"Department of Software and Computer Science, Faculty of Mathematics and Physics; Charles University; Prague 2 Czech Republic"}]},{"given":"Milan","family":"Macek","sequence":"additional","affiliation":[{"name":"Department of Biology and Medical Genetics, 2nd Faculty of Medicine; Charles University and Motol University Hospital; Prague 5 Czech Republic"}]},{"given":"Dana","family":"Zemkov\u00e1","sequence":"additional","affiliation":[{"name":"Department of Biology and Medical Genetics, 2nd Faculty of Medicine; Charles University and Motol University Hospital; Prague 5 Czech Republic"}]},{"given":"Eva","family":"Hoffmannov\u00e1","sequence":"additional","affiliation":[{"name":"Department of Anthropology and Human Genetics, Faculty of Science; Charles University; Prague 2 Czech Republic"}]},{"given":"Mark\u00e9ta","family":"Havlovicov\u00e1","sequence":"additional","affiliation":[{"name":"Department of Biology and Medical Genetics, 2nd Faculty of Medicine; Charles University and Motol University Hospital; Prague 5 Czech Republic"}]},{"given":"Jana","family":"Velem\u00ednsk\u00e1","sequence":"additional","affiliation":[{"name":"Department of Anthropology and Human Genetics, Faculty of Science; Charles University; Prague 2 Czech Republic"}]}],"member":"311","published-online":{"date-parts":[[2018,10,31]]},"reference":[{"key":"10.1002\/ajmg.a.40659-BIB0001|ajmga40659-cit-0001","doi-asserted-by":"crossref","first-page":"274","DOI":"10.1002\/ajmg.c.30138","article-title":"Noonan syndrome","volume":"145","author":"Allanson","year":"2007","journal-title":"American Journal of Medical Genetics, Part C: Seminars in Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0002|ajmga40659-cit-0002","first-page":"1","article-title":"Objective studies of the face of Noonan, cardio-facio-cutaneous, and Costello syndromes: A comparison of three disorders of the Ras\/MAPK signaling pathway","volume":"9999A","author":"Allanson","year":"2016","journal-title":"American Journal of Medical Genetics Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0003|ajmga40659-cit-0003","doi-asserted-by":"crossref","first-page":"1960","DOI":"10.1002\/ajmg.a.33518","article-title":"The face of Noonan syndrome: Does phenotype predict genotype","volume":"152A","author":"Allanson","year":"2011","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0004|ajmga40659-cit-0004","doi-asserted-by":"crossref","first-page":"507","DOI":"10.1002\/ajmg.1320210313","article-title":"Noonan syndrome: The changing phenotype","volume":"21","author":"Allanson","year":"1985","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0005|ajmga40659-cit-0005","doi-asserted-by":"crossref","first-page":"33","DOI":"10.1038\/jhg.2015.114","article-title":"Recent advances in RASopathies","volume":"61","author":"Aoki","year":"2016","journal-title":"Journal of Human Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0006|ajmga40659-cit-0006","first-page":"37","article-title":"Noonan Syndrome","volume":"89","author":"Bhambhani","year":"2014","journal-title":"American Family Physician"},{"key":"10.1002\/ajmg.a.40659-BIB0007|ajmga40659-cit-0007","doi-asserted-by":"crossref","first-page":"2161","DOI":"10.1002\/ajmg.a.34157","article-title":"Automated syndrome detection in a set of clinical facial photographs","volume":"155","author":"Boehringer","year":"2011","journal-title":"American Journal of Medical Genetics, Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0008|ajmga40659-cit-0008","doi-asserted-by":"crossref","first-page":"389","DOI":"10.1136\/jmg.23.5.389","article-title":"Williams syndrome","volume":"23","author":"Burn","year":"1986","journal-title":"Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0009|ajmga40659-cit-0009","doi-asserted-by":"crossref","first-page":"343","DOI":"10.1016\/j.ijporl.2008.10.011","article-title":"The facial phenotype of the velo-cardio-facial syndrome","volume":"73","author":"Butts","year":"2009","journal-title":"International Journal of Pediatric Otorhinolaryngology"},{"key":"10.1002\/ajmg.a.40659-BIB0010|ajmga40659-cit-0010","doi-asserted-by":"crossref","first-page":"1475","DOI":"10.1016\/j.jpeds.2014.01.056","article-title":"Clinical features and follow-up in patients with 22q11.2 deletion syndrome","volume":"164","author":"Cancrini","year":"2014","journal-title":"The Journal of Pediatrics"},{"key":"10.1002\/ajmg.a.40659-BIB0011|ajmga40659-cit-0011","first-page":"290","article-title":"A clinical and molecular study of 51 Chinese families with Noonan syndrome","volume":"11","author":"Chan","year":"2006","journal-title":"HKJ Paediatrics"},{"key":"10.1002\/ajmg.a.40659-BIB0012|ajmga40659-cit-0012","doi-asserted-by":"crossref","first-page":"359","DOI":"10.1002\/(SICI)1096-8628(19991008)86:4<359::AID-AJMG10>3.0.CO;2-V","article-title":"Phenotype of adults with the 22q11 deletion syndrome: A review","volume":"86","author":"Cohen","year":"1999","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0013|ajmga40659-cit-0013","doi-asserted-by":"crossref","first-page":"165","DOI":"10.1016\/j.cmpb.2006.10.005","article-title":"Morphometric analysis of face in dysmorphology","volume":"85","author":"Dalal","year":"2007","journal-title":"Computer Methods and Programs in Biomedicine"},{"key":"10.1002\/ajmg.a.40659-BIB0014|ajmga40659-cit-0014","first-page":"103","article-title":"Assessing growth and development of the facial profile","volume":"25","author":"Darwis","year":"2003","journal-title":"Pediatric Dentistry"},{"issue":"2","key":"10.1002\/ajmg.a.40659-BIB0015|ajmga40659-cit-0015","first-page":"23","article-title":"Clinical manifestations of deletion 22q11.2 syndrome (DiGeorge\/velo-cardio-facial syndrome)","volume":"7","author":"Digilio","year":"2005","journal-title":"Images in Paediatric Cardiology"},{"key":"10.1002\/ajmg.a.40659-BIB0016|ajmga40659-cit-0016","first-page":"2","article-title":"Statistical mesh shape analysis with nonlandmark nonrigid registration","volume":"20","author":"Dupej","year":"2014","journal-title":"Journal of WSCG"},{"key":"10.1002\/ajmg.a.40659-BIB0017|ajmga40659-cit-0017","author":"Enlow","year":"1996","volume-title":"Essentials of facial growth"},{"key":"10.1002\/ajmg.a.40659-BIB0018|ajmga40659-cit-0018","doi-asserted-by":"crossref","first-page":"566","DOI":"10.1016\/j.ejmg.2008.06.011","article-title":"Clinical and molecular characterization of 40 patients with Noonan syndrome","volume":"51","author":"Ferrero","year":"2008","journal-title":"European Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0019|ajmga40659-cit-0019","doi-asserted-by":"crossref","first-page":"327","DOI":"10.1016\/j.ejmg.2007.05.005","article-title":"Presenting phenotype and clinical evaluation in a cohort of 22 Williams-Beuren syndrome patients","volume":"50","author":"Ferrero","year":"2007","journal-title":"European Journal of Medical Genetics"},{"issue":"3","key":"10.1002\/ajmg.a.40659-BIB0020|ajmga40659-cit-0020","first-page":"1","article-title":"Diagnostically relevant facial gestalt information from ordinary photos","volume":"2014","author":"Ferry","year":"2014","journal-title":"eLife"},{"key":"10.1002\/ajmg.a.40659-BIB0021|ajmga40659-cit-0021","doi-asserted-by":"crossref","first-page":"1864","DOI":"10.1002\/ar.21454","article-title":"Ontogenetic allometry and cranial shape diversification among human populations from South America","volume":"294","author":"Gonzales","year":"2011","journal-title":"Anatomical Record"},{"key":"10.1002\/ajmg.a.40659-BIB0022|ajmga40659-cit-0022","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1002\/1096-8628(20010415)100:1<1::AID-AJMG1206>3.0.CO;2-6","article-title":"Craniofacial anthropometric analysis in patients with 22q11 microdeletion","volume":"100","author":"Guyot","year":"2001","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0023|ajmga40659-cit-0023","doi-asserted-by":"crossref","first-page":"76","DOI":"10.1111\/j.1525-142X.2006.00139.x","article-title":"Epigenetic interactions and the structure of phenotypic variation in the cranium","volume":"9","author":"Hallgr\u00edmsson","year":"2007","journal-title":"Evolution and Development"},{"key":"10.1002\/ajmg.a.40659-BIB0024|ajmga40659-cit-0024","doi-asserted-by":"crossref","first-page":"999","DOI":"10.1086\/498396","article-title":"Discriminating power of localized three-dimensional facial morphology","volume":"77","author":"Hammond","year":"2005","journal-title":"American Journal of Human Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0025|ajmga40659-cit-0025","doi-asserted-by":"crossref","first-page":"339","DOI":"10.1002\/ajmg.a.20665","article-title":"3D analysis of facial morphology","volume":"126A","author":"Hammond","year":"2004","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0026|ajmga40659-cit-0026","doi-asserted-by":"crossref","first-page":"817","DOI":"10.1002\/humu.22054","article-title":"Large-scale objective phenotyping of 3D facial morphology","volume":"33","author":"Hammond","year":"2012","journal-title":"Human Mutation"},{"key":"10.1002\/ajmg.a.40659-BIB0027|ajmga40659-cit-0027","doi-asserted-by":"crossref","first-page":"379","DOI":"10.1111\/j.1399-0004.1997.tb02495.x","article-title":"Photo anthropometric study of cranio facial traits in individuals with Williams syndrome","volume":"51","author":"Hovis","year":"1997","journal-title":"Clinical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0028|ajmga40659-cit-0028","author":"Hutton","year":"2004","volume-title":"Dense Surface Models of the Human Face (doctoral dissertation)"},{"key":"10.1002\/ajmg.a.40659-BIB0029|ajmga40659-cit-0029","doi-asserted-by":"crossref","first-page":"200","DOI":"10.1016\/j.ajodo.2004.07.033","article-title":"Heritability of craniofacial characteristics between parents and offspring estimated from lateral cephalograms","volume":"127","author":"Johannsdottir","year":"2005","journal-title":"American Journal of Orthodontics and Dentofacial Orthopedics"},{"key":"10.1002\/ajmg.a.40659-BIB0030|ajmga40659-cit-0030","doi-asserted-by":"crossref","first-page":"1443","DOI":"10.1016\/S0140-6736(07)61601-8","article-title":"Velocardiofacial syndrome, DiGeorge syndrome: The chromosome 22q11. 2 deletion syndromes","volume":"370","author":"Kobrynski","year":"2007","journal-title":"The Lancet"},{"key":"10.1002\/ajmg.a.40659-BIB0031|ajmga40659-cit-0031","doi-asserted-by":"crossref","first-page":"175","DOI":"10.1111\/ocr.12096","article-title":"Development of facial sexual dimorphism in children aged between 12 and 15 years: A three-dimensional longitudinal study","volume":"18","author":"Koudelov\u00e1","year":"2015","journal-title":"Orthodontics and Craniofacial Research"},{"key":"10.1002\/ajmg.a.40659-BIB0032|ajmga40659-cit-0032","doi-asserted-by":"crossref","first-page":"33","DOI":"10.1016\/j.forsciint.2014.12.005","article-title":"Modelling of facial growth in Czech children based on longitudinal data: Age progression from 12 to 15 years using 3D surface models","volume":"248","author":"Koudelov\u00e1","year":"2015","journal-title":"Forensic Science International"},{"key":"10.1002\/ajmg.a.40659-BIB0033|ajmga40659-cit-0033","doi-asserted-by":"crossref","first-page":"879","DOI":"10.1002\/ajmg.a.38199","article-title":"22Q11.2 deletion syndrome in diverse populations","volume":"173","author":"Kruszka","year":"2017","journal-title":"American Journal of Medical Genetics Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0034|ajmga40659-cit-0034","doi-asserted-by":"crossref","first-page":"2323","DOI":"10.1002\/ajmg.a.38362","article-title":"Noonan syndrome in diverse populations","volume":"173","author":"Kruszka","year":"2017","journal-title":"American Journal of Medical Genetics Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0035|ajmga40659-cit-0035","doi-asserted-by":"crossref","first-page":"1128","DOI":"10.1002\/ajmg.a.38672","article-title":"Williams-Beuren syndrome in diverse populations","volume":"176","author":"Kruszka","year":"2018","journal-title":"American Journal of Medical Genetics Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0036|ajmga40659-cit-0036","doi-asserted-by":"crossref","first-page":"189","DOI":"10.1177\/000992289903800401","article-title":"Williams-Beuren syndrome: An update and review for the primary physician","volume":"38","author":"Lashkari","year":"1999","journal-title":"Clinical Pediatrics"},{"key":"10.1002\/ajmg.a.40659-BIB0037|ajmga40659-cit-0037","doi-asserted-by":"crossref","first-page":"777","DOI":"10.3722\/cadaps.2010.777-786","article-title":"Growth simulation of facial\/head model from childhood to adulthood","volume":"7","author":"Lin","year":"2010","journal-title":"Computer-Aided Design and Applications"},{"key":"10.1002\/ajmg.a.40659-BIB0038|ajmga40659-cit-0038","doi-asserted-by":"crossref","first-page":"e1002932","DOI":"10.1371\/journal.pgen.1002932","article-title":"A genome-wide association study identifies five loci influencing facial morphology in Europeans","volume":"8","author":"Liu","year":"2012","journal-title":"PLoS Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0039|ajmga40659-cit-0039","doi-asserted-by":"crossref","first-page":"555","DOI":"10.1038\/sj.ejhg.5200997","article-title":"Computer-based recognition of dysmorphic faces","volume":"11","author":"Loos","year":"2003","journal-title":"European Journal of Human Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0040|ajmga40659-cit-0040","doi-asserted-by":"crossref","first-page":"228","DOI":"10.1111\/joa.12075","article-title":"Postnatal changes in the growth dynamics of the human face revealed from bone modelling patterns","volume":"223","author":"Martinez-Maza","year":"2013","journal-title":"Journal of Anatomy"},{"key":"10.1002\/ajmg.a.40659-BIB0041|ajmga40659-cit-0041","doi-asserted-by":"crossref","first-page":"343","DOI":"10.1597\/1545-1569_1993_030_0343_cmocww_2.3.co_2","article-title":"Craniofacial morphology of children with Williams syndrome","volume":"30","author":"Mass","year":"1993","journal-title":"Cleft Palate-Craniofacial Journal"},{"key":"10.1002\/ajmg.a.40659-BIB0042|ajmga40659-cit-0042","doi-asserted-by":"crossref","first-page":"1102","DOI":"10.1038\/gim.2016.22","article-title":"Phenotype-driven gene target definition in clinical genome-wide sequencing data interpretation","volume":"18","author":"Maver","year":"2016","journal-title":"Genetics in Medicine"},{"key":"10.1002\/ajmg.a.40659-BIB0043|ajmga40659-cit-0043","doi-asserted-by":"crossref","first-page":"69","DOI":"10.1002\/ddrr.10","article-title":"Genetic counseling for the 22q11.2 deletion","volume":"14","author":"McDonald-McGinn","year":"2008","journal-title":"Developmental Disabilities Research Reviews"},{"key":"10.1002\/ajmg.a.40659-BIB0044|ajmga40659-cit-0044","author":"Mercan","first-page":"9","year":"2015","volume-title":"Health monitoring and personalized feedback using multimedia data","DOI":"10.1007\/978-3-319-17963-6_2","doi-asserted-by":"crossref"},{"key":"10.1002\/ajmg.a.40659-BIB0045|ajmga40659-cit-0045","doi-asserted-by":"crossref","first-page":"650","DOI":"10.1097\/00006534-199010000-00005","article-title":"Geometrical planning for the correction of orbital hypertelorism","volume":"86","author":"Monasterio","year":"1990","journal-title":"Plastic and Reconstructive Surgery"},{"key":"10.1002\/ajmg.a.40659-BIB0046|ajmga40659-cit-0046","doi-asserted-by":"crossref","first-page":"203","DOI":"10.1002\/ajmg.c.30266","article-title":"Introduction: Williams syndrome","volume":"154C","author":"Morris","year":"2010","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0047|ajmga40659-cit-0047","doi-asserted-by":"crossref","first-page":"1113","DOI":"10.1111\/j.1651-2227.2008.00858.x","article-title":"Facial features in children with the 22q11 deletion syndrome","volume":"97","author":"\u00d3skarsd\u00f3ttir","year":"2008","journal-title":"Acta Paediatrica"},{"key":"10.1002\/ajmg.a.40659-BIB0048|ajmga40659-cit-0048","doi-asserted-by":"crossref","first-page":"146","DOI":"10.1007\/s00431-004-1577-8","article-title":"Presenting phenotype in 100 children with the 22q11 deletion syndrome","volume":"164","author":"\u00d3skarsd\u00f3ttir","year":"2005","journal-title":"European Journal of Pediatrics"},{"key":"10.1002\/ajmg.a.40659-BIB0049|ajmga40659-cit-0049","doi-asserted-by":"crossref","first-page":"e1003375","DOI":"10.1371\/journal.pcbi.1003375","article-title":"Detecting genetic association of common human facial morphological variation using high density 3D image registration","volume":"9","author":"Peng","year":"2013","journal-title":"PLoS Computational Biology"},{"key":"10.1002\/ajmg.a.40659-BIB0050|ajmga40659-cit-0050","doi-asserted-by":"crossref","first-page":"280","DOI":"10.1002\/ajmg.c.30139","article-title":"Diagnosis and management of medical problems in adults with Williams-Beuren syndrome","volume":"145C","author":"Pober","year":"2007","journal-title":"American Journal of Medical Genetics Part C"},{"key":"10.1002\/ajmg.a.40659-BIB0051|ajmga40659-cit-0051","doi-asserted-by":"crossref","first-page":"529","DOI":"10.1002\/ajmg.a.36893","article-title":"Craniofacial dysmorphology in 22q11.2 deletion syndrome by 3D laser surface imaging and geometric morphometrics: Illuminating the developmental relationship to risk for psychosis","volume":"167A","author":"Prasad","year":"2015","journal-title":"American Journal of Medical Genetics Part A"},{"key":"10.1002\/ajmg.a.40659-BIB0052|ajmga40659-cit-0052","doi-asserted-by":"crossref","first-page":"333","DOI":"10.1016\/S0140-6736(12)61023-X","article-title":"Noonan syndrome","volume":"381","author":"Roberts","year":"2013","journal-title":"The Lancet"},{"key":"10.1002\/ajmg.a.40659-BIB0053|ajmga40659-cit-0053","doi-asserted-by":"crossref","first-page":"746","DOI":"10.1542\/peds.2009-3207","article-title":"Noonan syndrome: Clinical features, diagnosis, and management guidelines","volume":"126","author":"Romano","year":"2010","journal-title":"Pediatrics"},{"key":"10.1002\/ajmg.a.40659-BIB0054|ajmga40659-cit-0054","doi-asserted-by":"crossref","first-page":"463","DOI":"10.4183\/aeb.2014.463","article-title":"Genotype-phenotype correlations in Noonan syndrome","volume":"10","author":"Rusu","year":"2014","journal-title":"Acta Endocrinologica (Bucharest)"},{"key":"10.1002\/ajmg.a.40659-BIB0055|ajmga40659-cit-0055","doi-asserted-by":"crossref","first-page":"1112","DOI":"10.1002\/ar.20581","article-title":"Allometries throughout the late prenatal and early postnatal human craniofacial ontogeny","volume":"290","author":"Sardi","year":"2007","journal-title":"Anatomical Record"},{"key":"10.1002\/ajmg.a.40659-BIB0056|ajmga40659-cit-0056","first-page":"159","article-title":"Soft- and hard-tissue facial anthropometry in three dimensions: What''s new","volume":"91","author":"Sforza","year":"2013","journal-title":"Journal of Anthropological Sciences"},{"key":"10.1002\/ajmg.a.40659-BIB0057|ajmga40659-cit-0057","doi-asserted-by":"crossref","first-page":"178","DOI":"10.1136\/adc.67.2.178","article-title":"A clinical study of Noonan syndrome","volume":"67","author":"Sharland","year":"1992","journal-title":"Archives of Disease in Childhood"},{"key":"10.1002\/ajmg.a.40659-BIB0058|ajmga40659-cit-0058","doi-asserted-by":"crossref","first-page":"430","DOI":"10.1002\/ajmg.1320450406","article-title":"Photoanthropometric study of facial growth in Noonan syndrome","volume":"45","author":"Sharland","year":"1993","journal-title":"American Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0059|ajmga40659-cit-0059","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1002\/ddrr.2","article-title":"Velo-cardio-facial syndrome: 30 years of study","volume":"14","author":"Shprintzen","year":"2008","journal-title":"Developmental Disabilities Research Reviews"},{"key":"10.1002\/ajmg.a.40659-BIB0060|ajmga40659-cit-0060","author":"\u0160mahel","year":"2001","volume-title":"Principy, teorie a metody auxologie"},{"key":"10.1002\/ajmg.a.40659-BIB0061|ajmga40659-cit-0061","doi-asserted-by":"crossref","first-page":"226","DOI":"10.1007\/s00508-004-0305-8","article-title":"The role of dental evaluation and cephalometric analysis in the diagnosis of Williams-Beuren syndrome","volume":"117","author":"Tarjan","year":"2005","journal-title":"Wiener Klinische Wochenschrift"},{"key":"10.1002\/ajmg.a.40659-BIB0062|ajmga40659-cit-0062","doi-asserted-by":"crossref","first-page":"1555","DOI":"10.1086\/340847","article-title":"PTPN11 mutations in Noonan syndrome: Molecular spectrum, genotype-phenotype correlation, and phenotypic heterogeneity","volume":"70","author":"Tartaglia","year":"2002","journal-title":"American Journal of Human Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0063|ajmga40659-cit-0063","doi-asserted-by":"crossref","first-page":"2","DOI":"10.1159\/000276766","article-title":"Noonan syndrome: Clinical aspects and molecular pathogenesis","volume":"1","author":"Tartaglia","year":"2010","journal-title":"Molecular Syndromology"},{"key":"10.1002\/ajmg.a.40659-BIB0064|ajmga40659-cit-0064","doi-asserted-by":"crossref","first-page":"R229","DOI":"10.1093\/hmg\/ddg299","article-title":"Williams-Beuren syndrome: A challenge for genotype-phenotype correlations","volume":"12","author":"Tassabehji","year":"2003","journal-title":"Human Molecular Genetics"},{"issue":"10","key":"10.1002\/ajmg.a.40659-BIB0065|ajmga40659-cit-0065","doi-asserted-by":"crossref","first-page":"E14","DOI":"10.1111\/j.1440-1754.2010.01970.x","article-title":"Noonan syndrome","volume":"50","author":"Turner","year":"2014","journal-title":"Journal of Paediatrics and Child Health"},{"issue":"4","key":"10.1002\/ajmg.a.40659-BIB0066|ajmga40659-cit-0066","doi-asserted-by":"crossref","first-page":"4","DOI":"10.1186\/1750-1172-2-4","article-title":"Noonan syndrome","volume":"2","author":"Burgt","year":"2007","journal-title":"Orphanet Journal of Rare Diseases"},{"key":"10.1002\/ajmg.a.40659-BIB0067|ajmga40659-cit-0067","doi-asserted-by":"crossref","first-page":"852","DOI":"10.1136\/jmg.30.10.852","article-title":"DiGeorge syndrome: Part of CATCH 22","volume":"30","author":"Wilson","year":"1993","journal-title":"Journal of Medical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0068|ajmga40659-cit-0068","doi-asserted-by":"crossref","first-page":"28","DOI":"10.1111\/j.1399-0004.1996.tb04320.x","article-title":"The spectrum of ocular features in the Williams-Beuren syndrome","volume":"49","author":"Winter","year":"1996","journal-title":"Clinical Genetics"},{"key":"10.1002\/ajmg.a.40659-BIB0069|ajmga40659-cit-0069","unstructured":"Wu , J. Wilamowska , K. Shapiro , L. Heike , C. 2009 3597 3600 https:\/\/doi.org\/10.1109\/IEMBS.2009.5333755","DOI":"10.1109\/IEMBS.2009.5333755","doi-asserted-by":"crossref"},{"key":"10.1002\/ajmg.a.40659-BIB0070|ajmga40659-cit-0070","doi-asserted-by":"crossref","first-page":"1366","DOI":"10.1016\/S0140-6736(03)14632-6","article-title":"Role of TBX1 in human del22q11.2 syndrome","volume":"362","author":"Yagi","year":"2003","journal-title":"The Lancet"},{"key":"10.1002\/ajmg.a.40659-BIB0071|ajmga40659-cit-0071","doi-asserted-by":"crossref","first-page":"368","DOI":"10.1016\/j.jpeds.2003.11.032","article-title":"Genotype-phenotype correlations in Noonan syndrome","volume":"144","author":"Zenker","year":"2004","journal-title":"The Journal of Pediatrics"}],"container-title":["American Journal of Medical Genetics Part A"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fajmg.a.40659","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/ajmg.a.40659\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,2,12]],"date-time":"2019-02-12T08:21:36Z","timestamp":1549959696000},"score":1.0,"issued":{"date-parts":[[2018,10,31]]},"references-count":71,"journal-issue":{"published-print":{"date-parts":[[2018,12]]},"issue":"12"},"URL":"http:\/\/dx.doi.org\/10.1002\/ajmg.a.40659","archive":["Portico"],"relation":{"cites":[]},"ISSN":["1552-4825"],"issn-type":[{"value":"1552-4825","type":"print"}]},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T23:06:15Z","timestamp":1574895975377},"reference-count":16,"publisher":"Springer Science and Business Media LLC","issue":"1","license":[{"URL":"https:\/\/creativecommons.org\/licenses\/by\/4.0","start":{"date-parts":[[2018,11,6]],"date-time":"2018-11-06T00:00:00Z","timestamp":1541462400000},"delay-in-days":0,"content-version":"tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"short-container-title":["J Wireless Com Network"],"published-print":{"date-parts":[[2018,12]]},"DOI":"10.1186\/s13638-018-1278-z","type":"journal-article","created":{"date-parts":[[2018,11,6]],"date-time":"2018-11-06T08:57:43Z","timestamp":1541494663000},"update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Research on sensor network optimization based on improved Apriori algorithm"],"prefix":"10.1186","volume":"2018","author":[{"ORCID":"http:\/\/orcid.org\/0000-0002-8745-371X","authenticated-orcid":false,"given":"Qiang","family":"Ji","sequence":"first","affiliation":[]},{"given":"Shifeng","family":"Zhang","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,11,6]]},"reference":[{"issue":"3","key":"1278_CR1","doi-asserted-by":"publisher","first-page":"882","DOI":"10.1109\/JSEN.2013.2290433","volume":"14","author":"J Yang","year":"2014","unstructured":"J. Yang, H. Zhang, Y. Ling, et al., Task allocation for wireless sensor network using modified binary particle swarm optimization [J]. IEEE Sensors J. 14(3), 882\u2013892 (2014)","journal-title":"IEEE Sensors J."},{"issue":"7","key":"1278_CR2","doi-asserted-by":"publisher","first-page":"17572","DOI":"10.3390\/s150717572","volume":"15","author":"M Iqbal","year":"2015","unstructured":"M. Iqbal, M. Naeem, A. Anpalagan, et al., Wireless sensor network optimization: multi-objective paradigm [J]. Sensors 15(7), 17572\u201317620 (2015)","journal-title":"Sensors"},{"issue":"12","key":"1278_CR3","doi-asserted-by":"publisher","first-page":"3569","DOI":"10.1109\/TC.2015.2401017","volume":"64","author":"J Li","year":"2015","unstructured":"J. Li, X. Chen, X. Huang, et al., Secure distributed deduplication systems with improved reliability. IEEE Trans. Comput. 64(12), 3569\u20133579 (2015)","journal-title":"IEEE Trans. Comput."},{"issue":"5","key":"1278_CR4","doi-asserted-by":"publisher","first-page":"1265","DOI":"10.1016\/j.future.2012.08.002","volume":"29","author":"G Sun","year":"2013","unstructured":"G. Sun, H. Yu, V. Anand, et al., A cost efficient framework and algorithm for embedding dynamic virtual network requests. Futur. Gener. Comput. Syst. 29(5), 1265\u20131277 (2013)","journal-title":"Futur. Gener. Comput. Syst."},{"issue":"3","key":"1278_CR5","doi-asserted-by":"publisher","first-page":"1376","DOI":"10.1016\/j.eswa.2014.08.058","volume":"42","author":"R Mijumbi","year":"2015","unstructured":"R. Mijumbi, J.L. Gorricho, J. Serrat, et al., A neuro-fuzzy approach to self-management of virtual network resources. Expert Syst. Appl. 42(3), 1376\u20131390 (2015)","journal-title":"Expert Syst. Appl."},{"issue":"1","key":"1278_CR6","doi-asserted-by":"publisher","first-page":"92","DOI":"10.1080\/13658816.2014.948446","volume":"29","author":"Y Ge","year":"2015","unstructured":"Y. Ge, J.H. Wang, G.B.M. Heuvelink, et al., Sampling design optimization of a wireless sensor network for monitoring ecohydrological processes in the Babao River basin, China [J]. Int. J. Geogr. Inf. Sci. 29(1), 92\u2013110 (2015)","journal-title":"Int. J. Geogr. Inf. Sci."},{"issue":"5","key":"1278_CR7","doi-asserted-by":"publisher","first-page":"2814","DOI":"10.1109\/TWC.2015.2394799","volume":"14","author":"W Xu","year":"2015","unstructured":"W. Xu, Y. Zhang, Q. Shi, et al., Energy management and cross layer optimization for wireless sensor network powered by heterogeneous energy sources [J]. IEEE Trans. Wirel. Commun. 14(5), 2814\u20132826 (2015)","journal-title":"IEEE Trans. Wirel. Commun."},{"issue":"5","key":"1278_CR8","doi-asserted-by":"publisher","first-page":"381","DOI":"10.4103\/0256-4602.85968","volume":"28","author":"G Sun","year":"2011","unstructured":"G. Sun, H. Yu, L. Li, et al., The framework and algorithms for the survivable mapping of virtual network onto a substrate network. IETE Tech. Rev. 28(5), 381\u2013391 (2011)","journal-title":"IETE Tech. Rev."},{"issue":"1","key":"1278_CR9","doi-asserted-by":"publisher","first-page":"159","DOI":"10.1007\/s10846-015-0175-5","volume":"78","author":"DT Ho","year":"2015","unstructured":"D.T. Ho, P.B. Sujit, T.A. Johansen, Optimization of wireless sensor network and UAV data acquisition [J]. J. Intell. Robot. Syst. 78(1), 159\u2013179 (2015)","journal-title":"J. Intell. Robot. Syst."},{"issue":"3","key":"1278_CR10","doi-asserted-by":"publisher","first-page":"1676","DOI":"10.1109\/TVT.2015.2409319","volume":"65","author":"D Qiao","year":"2016","unstructured":"D. Qiao, G.K.H. Pang, A modified differential evolution with heuristic algorithm for nonconvex optimization on sensor network localization [J]. IEEE Trans. Veh. Technol. 65(3), 1676\u20131689 (2016)","journal-title":"IEEE Trans. Veh. Technol."},{"key":"1278_CR11","doi-asserted-by":"publisher","first-page":"42","DOI":"10.1016\/j.ins.2016.04.015","volume":"379","author":"Y Zhang","year":"2017","unstructured":"Y. Zhang, X. Chen, J. Li, et al., Ensuring attribute privacy protection and fast decryption for outsourced data security in mobile cloud computing. Inf. Sci. 379, 42\u201361 (2017)","journal-title":"Inf. Sci."},{"key":"1278_CR12","unstructured":"G. Yang, W. Tan, H. Jin, T. Zhao, L. Tu, Review wearable sensing system for gait recognition [J]. Clust. Comput. (2018). \n https:\/\/doi.org\/10.1007\/s10586-018-1830-y","DOI":"10.1007\/s10586-018-1830-y","doi-asserted-by":"publisher"},{"issue":"10","key":"1278_CR13","doi-asserted-by":"publisher","first-page":"1","DOI":"10.3390\/s16101675","volume":"16","author":"Y Lin","year":"2016","unstructured":"Y. Lin, C. Wang, J. Wang, Z. Dou, A novel dynamic spectrum access framework based on reinforcement learning for cognitive radio sensor networks [J]. Sensors 16(10), 1\u201322 (2016). \n https:\/\/doi.org\/10.3390\/s16101675","journal-title":"Sensors"},{"issue":"23","key":"1278_CR14","doi-asserted-by":"publisher","first-page":"15601","DOI":"10.1007\/s11042-015-2649-7","volume":"75","author":"G Yang","year":"2016","unstructured":"G. Yang, Y. Zhang, J. Yang, et al., Automated classification of brain images using wavelet-energy and biogeography-based optimization [J]. Multimed. Tools Appl. 75(23), 15601\u201315617 (2016)","journal-title":"Multimed. Tools Appl."},{"issue":"1","key":"1278_CR15","doi-asserted-by":"publisher","first-page":"136","DOI":"10.1109\/MCOM.2017.1700323","volume":"56","author":"Z Zheng","year":"2018","unstructured":"Z. Zheng, A.K. Sangaiah, T. Wang, Adaptive communication protocols in flying ad hoc network [J]. IEEE Commun. Mag. 56(1), 136\u2013142 (2018)","journal-title":"IEEE Commun. Mag."},{"issue":"5","key":"1278_CR16","doi-asserted-by":"publisher","first-page":"1607","DOI":"10.1109\/TNET.2013.2286156","volume":"22","author":"S Su","year":"2014","unstructured":"S. Su, Z. Zhang, A. Liu, et al., Energy-aware virtual network embedding. IEEE\/ACM Trans. Networking 22(5), 1607\u20131620 (2014)","journal-title":"IEEE\/ACM Trans. Networking"}],"container-title":["EURASIP Journal on Wireless Communications and Networking"],"language":"en","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s13638-018-1278-z.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/article\/10.1186\/s13638-018-1278-z\/fulltext.html","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s13638-018-1278-z.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,6]],"date-time":"2019-11-06T00:06:54Z","timestamp":1572998814000},"score":1.0,"issued":{"date-parts":[[2018,11,6]]},"references-count":16,"journal-issue":{"published-print":{"date-parts":[[2018,12]]},"issue":"1"},"alternative-id":["1278"],"URL":"http:\/\/dx.doi.org\/10.1186\/s13638-018-1278-z","relation":{"cites":[]},"ISSN":["1687-1499"],"issn-type":[{"value":"1687-1499","type":"electronic"}],"assertion":[{"value":"15 August 2018","order":1,"name":"received","label":"Received","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"23 October 2018","order":2,"name":"accepted","label":"Accepted","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"6 November 2018","order":3,"name":"first_online","label":"First Online","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"The authors declare that they have no competing interests.","order":1,"name":"Ethics","group":{"name":"EthicsHeading","label":"Competing interests"}},{"value":"Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.","order":2,"name":"Ethics","group":{"name":"EthicsHeading","label":"Publisher\u2019s Note"}}],"article-number":"258"},{"indexed":{"date-parts":[[2019,11,27]],"date-time":"2019-11-27T23:06:15Z","timestamp":1574895975416},"reference-count":31,"publisher":"Springer Science and Business Media LLC","issue":"1","license":[{"URL":"http:\/\/creativecommons.org\/licenses\/by\/4.0\/","start":{"date-parts":[[2018,11,6]],"date-time":"2018-11-06T00:00:00Z","timestamp":1541462400000},"delay-in-days":0,"content-version":"tdm"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"short-container-title":["BMC Health Serv Res"],"published-print":{"date-parts":[[2018,12]]},"DOI":"10.1186\/s12913-018-3645-1","type":"journal-article","created":{"date-parts":[[2018,11,6]],"date-time":"2018-11-06T08:57:44Z","timestamp":1541494664000},"update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Personality of Belgian physicians in a clinical leadership program"],"prefix":"10.1186","volume":"18","author":[{"given":"Neree","family":"Claes","sequence":"first","affiliation":[]},{"given":"Hannelore","family":"Storms","sequence":"additional","affiliation":[]},{"given":"Val\u00e9rie","family":"Brabanders","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,11,6]]},"reference":[{"key":"3645_CR1","author":"JP Sturmberg","year":"2013","unstructured":"Sturmberg JP. Martin CM. In: Handbook of systems and complexity in health: chapter 1; 2013.","volume-title":"Handbook of systems and complexity in health: chapter 1","DOI":"10.1007\/978-1-4614-4998-0","doi-asserted-by":"publisher"},{"key":"3645_CR2","unstructured":"Mountford J, Webb C. When clinicians lead. McKinsey QHealthcare. 2009"},{"key":"3645_CR3","unstructured":"West M, Armit K, Loewenthal L, Eckert R, West T, Lee A. Leadership and Leadership Development in Health Care\u00a0: The Evidence Base Contents. In: FMLM, Center for Creative Leadership, The King\u2019s Fund. London: Faculty of Medical Leadership and Management with The King\u2019s Fund and the Center for Creative Leadership; 2015."},{"issue":"1","key":"3645_CR4","doi-asserted-by":"publisher","first-page":"134","DOI":"10.1108\/14777261311311843","volume":"27","author":"M West","year":"2013","unstructured":"West M, Lyubrovnikova J. Illusions of team working in health care. J Health Organ Manag. 2013;27(1):134\u201342. \n https:\/\/doi.org\/10.1108\/14777261311311843\n \n .","journal-title":"J Health Organ Manag"},{"key":"3645_CR5","unstructured":"van der Wal MA, Scheele F, Sch\u00f6nrock-Adema J, Jaarsma ADC, Cohen-Schotanus J. Leadership in the clinical workplace: what residents report to observe and supervisors report to display: an exploratory questionnaire study. BMC Med Educ. 2015;15(1). \n https:\/\/doi.org\/10.1186\/s12909-015-0480-5\n \n .","DOI":"10.1186\/s12909-015-0480-5","doi-asserted-by":"publisher"},{"key":"3645_CR6","unstructured":"Heifetz RA. Leadership without easy answers. Cambridge: Harvard University Press; 1994."},{"key":"3645_CR7","author":"J Storey","year":"2013","unstructured":"Storey J, Holti R. Towards a New Model of Leadership for the NHS; 2013.","volume-title":"Towards a New Model of Leadership for the NHS"},{"issue":"2\u20133","key":"3645_CR8","first-page":"246","volume":"32","author":"E Van Velsor","year":"1993","unstructured":"Van Velsor E, Taylor S, Leslie J. An examination of the relationships among self-perception accuracy, self-awareness, gender, and leader effectiveness. Hum Resour Manag. 1993;32(2\u20133):246\u201363.","journal-title":"Hum Resour Manag"},{"key":"3645_CR9","author":"DB Peterson","year":"1995","unstructured":"Peterson DB, Hicks MD. NoDevelopment first: strategies for self-development. USA: PDI; 1995.","volume-title":"NoDevelopment first: strategies for self-development"},{"issue":"9","key":"3645_CR10","doi-asserted-by":"publisher","first-page":"437","DOI":"10.1108\/03090599910302613","volume":"23","author":"AM McCarthy","year":"1999","unstructured":"McCarthy AM, Garavan TN. Developing self-awareness in the managerial career development process: the value of 360-degree feedback and the MBTI. J Eur Ind Train. 1999;23(9):437\u201345. \n https:\/\/doi.org\/10.1108\/03090599910302613\n \n .","journal-title":"J Eur Ind Train"},{"issue":"1","key":"3645_CR11","first-page":"1","volume":"4","author":"KH Watland","year":"2009","unstructured":"Watland KH. The Myers-Briggs type Indicator as a tool for leadership development in management education programs: What\u2019s type got to do with it? Transform Dialogues Teach Learn J. 2009;4(1):1\u20138.","journal-title":"Transform Dialogues Teach Learn J"},{"issue":"9","key":"3645_CR12","doi-asserted-by":"publisher","first-page":"165","DOI":"10.5539\/ibr.v7n9p165","volume":"7","author":"K Sethuraman","year":"2014","unstructured":"Sethuraman K, Suresh J. Effective leadership styles. Int Bus Res. 2014;7(9):165.","journal-title":"Int Bus Res"},{"key":"3645_CR13","unstructured":"Claes N, Brabanders V. Leadership Training Program for Medical Staff in Belgium. 2016;5(4):281\u2013287. doi:\n https:\/\/doi.org\/10.5430\/ijhe.v5n4p281\n \n .","DOI":"10.5430\/ijhe.v5n4p281","doi-asserted-by":"publisher"},{"key":"3645_CR14","author":"P Griffiths","year":"2017","unstructured":"Griffiths P. The Disctinction Between Innate and Acquired Characteristics. In: The Stanf Encycl Philos Spring, vol. 201. Stanford University: Metaphysics Research Lab; 2017.","volume-title":"The Disctinction Between Innate and Acquired Characteristics. In: The Stanf Encycl Philos Spring"},{"issue":"2","key":"3645_CR15","doi-asserted-by":"publisher","first-page":"127","DOI":"10.1093\/ct\/15.2.127","volume":"15","author":"MK Lapinski","year":"2005","unstructured":"Lapinski MK, Rimal RN. An explication of social norms. Commun Theory. 2005;15(2):127\u201347. \n https:\/\/doi.org\/10.1093\/ct\/15.2.127\n \n .","journal-title":"Commun Theory"},{"key":"3645_CR16","unstructured":"Coan R. The Myers-Briggs type indicator. In: In OK Buros, ed. The Eight Mental Measurements Handbook. Highland Park, NY: Gryphon; 1978:970\u2013975."},{"key":"3645_CR17","author":"D Keirsey","year":"1984","unstructured":"Keirsey D, Bates M. Please Understand Me: Character and temperament types. In: B&D Books; 1984.","volume-title":"B&D Books"},{"issue":"3","key":"3645_CR18","first-page":"14","volume":"39","author":"R Aranda","year":"2013","unstructured":"Aranda R, Tilton S. Myers-Briggs personality preferences may enhance physician leadership success in non-clinical jobs. Physician Exec. 2013;39(3):14 -16, 18, 20.","journal-title":"Physician Exec"},{"issue":"4","key":"3645_CR19","doi-asserted-by":"publisher","first-page":"467","DOI":"10.3102\/00346543063004467","volume":"63","author":"David J. Pittenger","year":"1993","unstructured":"Pittenger DJ. The utility of the Myers-Briggs type Indicator Author ( s ): David J. Pittenger Source: Review of Educational Research, Vol. 63, No . 4 ( Winter , 1993 ), pp . 467\u2013488 Published by : American Educational Research Association Stable. 2017;63(4):467\u2013488. \n http:\/\/journals.sagepub.com\/doi\/abs\/10.3102\/00346543063004467\n \n .","journal-title":"Review of Educational Research"},{"issue":"1","key":"3645_CR20","doi-asserted-by":"publisher","first-page":"14","DOI":"10.1207\/S15328015TLM1201_3","volume":"12","author":"NA Stilwell","year":"2000","unstructured":"Stilwell NA, Wallick MM, Thal SE, Burleson JA. Myers-Briggs type and medical specialty choice: a new look at an old question. Teachine Learn Med. 2000;12(1):14\u201320.","journal-title":"Teachine Learn Med"},{"issue":"5","key":"3645_CR21","doi-asserted-by":"publisher","first-page":"714","DOI":"10.1177\/0194599810397793","volume":"144","author":"S Zardouz","year":"2011","unstructured":"Zardouz S, German MA, Wu EC, Djalilian HR. Personality types of otolaryngology resident applicants as described by the Myers-Briggs type Indicator. Otolaryngol Neck Surg. 2011;144(5):714\u20138.","journal-title":"Otolaryngol Neck Surg"},{"issue":"6","key":"3645_CR22","doi-asserted-by":"publisher","first-page":"417","DOI":"10.1016\/j.jsurg.2010.07.017","volume":"67","author":"JA Swanson","year":"2010","unstructured":"Swanson JA, Antonoff MB, D\u2019Cunha J, Maddaus MA. Personality profiling of the modern surgical trainee: insights into generation X. J Surg Educ. 2010;67(6):417\u201320.","journal-title":"J Surg Educ"},{"issue":"3","key":"3645_CR23","doi-asserted-by":"publisher","first-page":"200","DOI":"10.1111\/j.1742-6723.2005.00723.x","volume":"17","author":"Russell Boyd","year":"2005","unstructured":"Boyd R, Brown T. Pilot study of Myers Briggs type Indicator personality profiling in emergency department senior medical staff. Emerg Med Australas. 2005;17(3):200\u20133.","journal-title":"Emergency Medicine Australasia"},{"key":"3645_CR24","unstructured":"Boundless. Mintzberg\u2019s Management Roles. Boundless Management. 1990.","DOI":"10.1007\/978-3-322-91041-7","doi-asserted-by":"crossref"},{"key":"3645_CR25","unstructured":"Business B. Management Levels: A Hierarchical View.; 2016."},{"issue":"10","key":"3645_CR26","doi-asserted-by":"publisher","first-page":"2593","DOI":"10.1007\/s00421-011-1886-3","volume":"111","author":"D Hansen","year":"2011","unstructured":"Hansen D, Jacobs N, Bex S, D\u2019Haene G, Dendale P, Claes N. Are fixed-rate step tests medically safe for assessing physical fitness? Eur J Appl Physiol. 2011;111(10):2593\u20139.","journal-title":"Eur J Appl Physiol"},{"key":"3645_CR27","unstructured":"Taylor F, Jung CG. In: Papadopoulos PK, editor. The Structure and Dynamics of the Psyche (Vol. 2). London: Taylor & Francis Ltd; 1992."},{"key":"3645_CR28","unstructured":"ABC Consulting. Myers-Briggs type Indicator step I communication style report. Sunnyvale: CPP; 2016."},{"key":"3645_CR29","unstructured":"Cunningham L. \"Myers-Briggs: Does is pay to know your type?\". The Washington Post. 2012."},{"key":"3645_CR30","unstructured":"Shorr K. Using the Myers-Briggs type Indicator to improve teamwork. Hum Resour B2B insights. 2012."},{"key":"3645_CR31","unstructured":"Myers, Briggs. MBTI Manual. 3rd ed. Sunnyvale: CPP; 2001."}],"container-title":["BMC Health Services Research"],"language":"en","link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s12913-018-3645-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/article\/10.1186\/s12913-018-3645-1\/fulltext.html","content-type":"text\/html","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1186\/s12913-018-3645-1.pdf","content-type":"application\/pdf","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,11,6]],"date-time":"2019-11-06T00:10:05Z","timestamp":1572999005000},"score":1.0,"issued":{"date-parts":[[2018,11,6]]},"references-count":31,"journal-issue":{"published-print":{"date-parts":[[2018,12]]},"issue":"1"},"alternative-id":["3645"],"URL":"http:\/\/dx.doi.org\/10.1186\/s12913-018-3645-1","relation":{"cites":[]},"ISSN":["1472-6963"],"issn-type":[{"value":"1472-6963","type":"electronic"}],"assertion":[{"value":"19 October 2017","order":1,"name":"received","label":"Received","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"24 October 2018","order":2,"name":"accepted","label":"Accepted","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"6 November 2018","order":3,"name":"first_online","label":"First Online","group":{"name":"ArticleHistory","label":"Article History"}},{"value":"Because data were gathered from physicians and HCS, as opposed to patient surveys and\/or medical records, this research was exempt from review-board approval under Belgian law. Prior to participation, physicians and HCS were explained the content of the research and the use of the data for scientific contributions. Participation was voluntarily and based on verbal consent. All participants agreed to store their data in our database and for them to be used in further research.","order":1,"name":"Ethics","group":{"name":"EthicsHeading","label":"Ethics approval and consent to participate"}},{"value":"Not applicable.","order":2,"name":"Ethics","group":{"name":"EthicsHeading","label":"Consent for publication"}},{"value":"The authors declare that they have no competing interests.","order":3,"name":"Ethics","group":{"name":"EthicsHeading","label":"Competing interests"}},{"value":"Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.","order":4,"name":"Ethics","group":{"name":"EthicsHeading","label":"Publisher\u2019s Note"}}],"article-number":"834"},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:14Z","timestamp":1575237374780},"reference-count":54,"publisher":"Wiley","issue":"7","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1948,7,1]],"date-time":"1948-07-01T00:00:00Z","timestamp":-678585600000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1948,7,1]],"date-time":"1948-07-01T00:00:00Z","timestamp":-678585600000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1948,7]]},"DOI":"10.1002\/j.1537-2197.1948.tb08104.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:25:09Z","timestamp":1517394309000},"page":"434-440","source":"Crossref","is-referenced-by-count":1,"title":["A REINVESTIGATION OF CHROMOSOME COILING IN TRILLIUM"],"prefix":"10.1002","volume":"35","author":[{"given":"Mary M.","family":"Keeffe","sequence":"first","affiliation":[{"name":"College of St. Thomas; St. Paul 1 Minnesota"}]}],"member":"311","published-online":{"date-parts":[[1948,7,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0001|ajb208104-cit-0001","doi-asserted-by":"crossref","first-page":"13","DOI":"10.3109\/10520293709111323","article-title":"A method for growing and for making permanent slides of pollen tubes","volume":"12","author":"Beatty","year":"1937","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0002|ajb208104-cit-0002","first-page":"73","article-title":"Beitrage zur Kausalanalyse der Mitose. III. Untersuchungen an den Staubfadenhaarzellen und Blattmeristemzellen von Tradescantia virginica.","volume":"10","author":"Belar","year":"1929","journal-title":"Zeitschr. Zellforsch"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0003|ajb208104-cit-0003","doi-asserted-by":"crossref","first-page":"160","DOI":"10.2307\/1536680","article-title":"The iron-acetocarmine method of fixing and staining chromosomes","volume":"50","author":"Belling","year":"1926","journal-title":"Biol. Bull."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0004|ajb208104-cit-0004","first-page":"293","article-title":"A method for study of chromosomes in pollen mother cells","volume":"14","author":"Belling","year":"1928","journal-title":"Univ. California Publ. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0005|ajb208104-cit-0005","doi-asserted-by":"crossref","first-page":"464","DOI":"10.1002\/j.1537-2197.1941.tb10963.x","article-title":"The minor coil in meiotic chromosomes and associated phenomena as revealed by the Feulgen technique","volume":"28","author":"Coleman","year":"1941","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0006|ajb208104-cit-0006","first-page":"221","article-title":"Meiosis","volume":"6","author":"Darlington","year":"1931","journal-title":"Proc. of the Cambridge Phil. Soc."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0007|ajb208104-cit-0007","doi-asserted-by":"crossref","first-page":"33","DOI":"10.1098\/rspb.1935.0047","article-title":"The internal mechanics of the chromosome","volume":"118","author":"Darlington","year":"1935a","journal-title":"Proc. Roy. Soc. London B"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0008|ajb208104-cit-0008","first-page":"549","article-title":"The old terminology and the new analysis of chromosome behavior","volume":"49","author":"Darlington","year":"1935b","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0009|ajb208104-cit-0009","author":"Fujii","volume":"2","year":"1926","article-title":"Recent progress in cytology and methods of its investigation. (Japanese.)","journal-title":"Proc. Jap. Assoc. Adv. Sci."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0010|ajb208104-cit-0010","doi-asserted-by":"crossref","first-page":"281","DOI":"10.1111\/j.1601-5223.1937.tb02653.x","article-title":"The different stability of chromosomes and the nature of mitoses","volume":"22","author":"Gustafsson","year":"1936","journal-title":"Hereditas"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0011|ajb208104-cit-0011","first-page":"402","article-title":"Chromosomenstruktur und Gene","volume":"70","author":"Heitz","year":"1935","journal-title":"Zeitschr. induktive Abstammungs und Vererbungslehre."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0012|ajb208104-cit-0012","first-page":"7","article-title":"A comparative study of the chromosomes of Scilla nonscripta during somatic and meiotic mitosis","volume":"43","author":"Hoare","year":"1934","journal-title":"Cellule"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0013|ajb208104-cit-0013","first-page":"165","article-title":"Structure of somatic chromosomes in Lilium tigrinium.","volume":"41","author":"Hsu-Siang","year":"1932","journal-title":"Cellule"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0014|ajb208104-cit-0014","doi-asserted-by":"crossref","first-page":"13","DOI":"10.1101\/SQB.1941.009.01.003","article-title":"The coiling of chromonemata","volume":"9","author":"Huskins","year":"1941","journal-title":"Cold Spring Harbor Symp. Quant. Biol."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0015|ajb208104-cit-0015","doi-asserted-by":"crossref","first-page":"119","DOI":"10.1093\/oxfordjournals.aob.a090491","article-title":"Meiotic structure in Trillium erectum L.","volume":"49","author":"Huskins","year":"1935","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0016|ajb208104-cit-0016","doi-asserted-by":"crossref","first-page":"368","DOI":"10.1508\/cytologia.8.368","article-title":"Relational coiling in Tradescantia, Allium, and Vicia faba.","volume":"8","author":"Husted","year":"1936","journal-title":"Cytologia"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0017|ajb208104-cit-0017","first-page":"275","article-title":"Chromosome structure in Lilium.","volume":"10","author":"Iwata","year":"1935","journal-title":"Mem. Coll. Sci., Kyoto Imp. Univ. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0018|ajb208104-cit-0018","first-page":"251","article-title":"Chromosome behavior in interkinesis. Observations of pollen mother cells in Tradescantia reflexa.","volume":"10","author":"Kato","year":"1935","journal-title":"Mem. Coll. Sci., Kyoto Imp. Univ. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0019|ajb208104-cit-0019","doi-asserted-by":"crossref","first-page":"82","DOI":"10.1508\/cytologia.7.82","article-title":"The origin and behavior of chiasmata. VI. Dasyurus and Sarcophilus.","volume":"7","author":"Koller","year":"1936","journal-title":"Cytologia"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0020|ajb208104-cit-0020","doi-asserted-by":"crossref","first-page":"104","DOI":"10.1111\/j.1365-2818.1934.tb00327.x","article-title":"Chromosome studies in Allium. II.","volume":"54","author":"Koshy","year":"1934","journal-title":"Meiotic Chromosomes. Jour. Roy. Microsc. Soc. London"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0021|ajb208104-cit-0021","first-page":"1","article-title":"On the structure of the anaphasic chromosomes in the somatic mitosis in Vicia faba, with special reference to the so-called longitudinal split of chromosomes in the telophase","volume":"2","author":"Kuwada","year":"1926","journal-title":"Mem. Coll. Sci., Kyoto Imp. Univ. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0022|ajb208104-cit-0022","doi-asserted-by":"crossref","first-page":"100","DOI":"10.15281\/jplantres1887.41.100","article-title":"On spiral structure of chromosomes","volume":"41","author":"Kuwada","year":"1927","journal-title":"Bot. Mag. (Tokyo)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0023|ajb208104-cit-0023","doi-asserted-by":"crossref","first-page":"257","DOI":"10.15281\/jplantres1887.46.307","article-title":"The double coiled spiral structure of chromosomes","volume":"46","author":"Kuwada","year":"1932","journal-title":"Bot. Mag. (Tokyo)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0024|ajb208104-cit-0024","doi-asserted-by":"crossref","first-page":"308","DOI":"10.1508\/cytologia.6.308","article-title":"Behavior of chromonemata in mitosis","volume":"6","author":"Kuwada","year":"1935","journal-title":"Cytologia"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0025|ajb208104-cit-0025","doi-asserted-by":"crossref","first-page":"314","DOI":"10.1508\/cytologia.6.314","article-title":"Behavior of chromonemata in mitosis. VI. Metaphasic and anaphasic longitudinal split of chromosomes in the homotype division in pollen mother cells in Tradescantia reflexa.","volume":"6","author":"Kuwada","year":"1935","journal-title":"Cytologia"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0026|ajb208104-cit-0026","doi-asserted-by":"crossref","first-page":"57","DOI":"10.3109\/10520293509116010","article-title":"Technic for studying chromosome structure","volume":"10","author":"LaCour","year":"1935","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0027|ajb208104-cit-0027","doi-asserted-by":"crossref","first-page":"241","DOI":"10.1007\/BF02872311","article-title":"Improvements in plant cytological techniques","volume":"3","author":"LaCour","year":"1937","journal-title":"Bot. Rev."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0028|ajb208104-cit-0028","doi-asserted-by":"crossref","first-page":"169","DOI":"10.3109\/10520294109107302","article-title":"Aceto-orcein: A new stain fixative for chromosomes","volume":"16","author":"LaCour","year":"1941","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0029|ajb208104-cit-0029","first-page":"1","article-title":"The structure of certain chromosomes and the mechanism of their division","volume":"65","author":"Lee","year":"1920","journal-title":"Quart. Jour. Microsc. Sci."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0030|ajb208104-cit-0030","first-page":"89","article-title":"The meiotic divisions in the pollen mother cells of the sweet pea (Lathyus odoratus L.) with special reference to the cytological basis of crossing-over.","volume":"5","author":"Maeda","year":"1930","journal-title":"Mem. Coll. Sci., Kyoto Imp. Univ. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0031|ajb208104-cit-0031","doi-asserted-by":"crossref","first-page":"179","DOI":"10.1098\/rstb.1939.0007","article-title":"Evidence on spiral structure and chromosome pairing in Osmunda regalis L.","volume":"230","author":"Manton","year":"1939","journal-title":"Phil. Trans. Roy. Soc. London"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0032|ajb208104-cit-0032","doi-asserted-by":"crossref","first-page":"318","DOI":"10.1508\/cytologia.2.318","article-title":"The morphology of the chromosomes of Pisum sativum.","volume":"2","author":"Marshak","year":"1931","journal-title":"Cytologia"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0033|ajb208104-cit-0033","doi-asserted-by":"crossref","first-page":"20","DOI":"10.1508\/cytologia.FujiiJubilaei.20","article-title":"Chromosome studies on Trillium Kamtschaticum Pall. V. Abnormal meiotic divisions due to high temperature.","volume":"1","author":"Matsuura","year":"1937","journal-title":"Cytologia, Fujii Jub."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0034|ajb208104-cit-0034","doi-asserted-by":"crossref","first-page":"53","DOI":"10.3109\/10520292909115586","article-title":"A method for making acetocarmine smears permanent","volume":"4","author":"McClintock","year":"1929","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0035|ajb208104-cit-0035","doi-asserted-by":"crossref","first-page":"82","DOI":"10.1111\/j.1365-2818.1939.tb01207.x","article-title":"The structure and behavior of chromosomes in somatic mitosis","volume":"59","author":"Mensinkai","year":"1939","journal-title":"Jour. Roy. Microsc. Soc. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0036|ajb208104-cit-0036","doi-asserted-by":"crossref","first-page":"159","DOI":"10.1073\/pnas.20.3.159","article-title":"The role of the \u201cchromosome sheath\u201d in mitosis and its possible relation to phenomena of mutation","volume":"20","author":"Metz","year":"1934","journal-title":"Proc. National Acad. Sci. (U.S.)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0037|ajb208104-cit-0037","doi-asserted-by":"crossref","first-page":"129","DOI":"10.1093\/oxfordjournals.aob.a083452","article-title":"Chromosome studies in Hyacinthus orientalis L.","volume":"1","author":"Naithani","year":"1937","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0038|ajb208104-cit-0038","first-page":"251","article-title":"Chromosome structure in Tradescantia. I. Methods and morphology. Zeitschr. Zellforschung und mikroskop.","volume":"16","author":"Nebel","year":"1932","journal-title":"Anatomie"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0039|ajb208104-cit-0039","doi-asserted-by":"crossref","first-page":"339","DOI":"10.1111\/j.1095-8339.1926.tb00514.x","article-title":"Chromosome studies in Tulipa and related genera","volume":"47","author":"Newton","year":"1925","journal-title":"Jour. Linn. Soc. London"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0040|ajb208104-cit-0040","first-page":"36","article-title":"A new method of unravelling chromonema spirals","volume":"53","author":"Oura","year":"1936","journal-title":"Zeitschr. Wiss. Mikroskopie und Mikroskop. Technik"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0041|ajb208104-cit-0041","doi-asserted-by":"crossref","first-page":"242","DOI":"10.2307\/1538333","article-title":"The structure of meiotic chromosomes in the grasshopper and its bearing on the nature of chromomeres and \u201clampbrush chromosomes.\u201d","volume":"89","author":"Ris","year":"1945","journal-title":"Biol. Bull."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0042|ajb208104-cit-0042","doi-asserted-by":"crossref","first-page":"59","DOI":"10.15281\/jplantres1887.41.59","article-title":"Fizierung von Chromosomen mit siedenden Wasser","volume":"41","author":"Sakamura","year":"1927","journal-title":"Bot. Mag. (Tokyo)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0043|ajb208104-cit-0043","first-page":"423","article-title":"Chromosome structure and behavior in mitosis and meiosis","volume":"16","author":"Sax","year":"1935","journal-title":"Jour. Arnold Arboretum"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0044|ajb208104-cit-0044","first-page":"367","article-title":"Spiral structure in meiosis in Sagittaria aginashi.","volume":"9","author":"Shinke","year":"1934","journal-title":"Mem. Coll. Sci., Kyoto Imp. Univ. (Ser. B)"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0045|ajb208104-cit-0045","doi-asserted-by":"crossref","first-page":"257","DOI":"10.1139\/cjr42c-025","article-title":"The structure and development of chromosome spirals in microspores of Trillium.","volume":"20","author":"Sparrow","year":"1942","journal-title":"Canadian Jour. Res."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0046|ajb208104-cit-0046","doi-asserted-by":"crossref","first-page":"323","DOI":"10.1139\/cjr41c-035","article-title":"Studies on the chromosome spiralization cycle in Trillium.","volume":"19","author":"Sparrow","year":"1941","journal-title":"Canadian Jour. Res."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0047|ajb208104-cit-0047","doi-asserted-by":"crossref","first-page":"457","DOI":"10.1086\/335063","article-title":"Meiotic coiling in Tradescantia.","volume":"103","author":"Swanson","year":"1942a","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0048|ajb208104-cit-0048","first-page":"133","article-title":"Difference in meiotic coiling between Trillium and Tradescantia. Papers Mich.","volume":"28","author":"Swanson","year":"1942b","journal-title":"Acad. Sci. Arts and Letters"},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0049|ajb208104-cit-0049","doi-asserted-by":"crossref","first-page":"422","DOI":"10.2307\/2437210","article-title":"The behavior of meiotic prophase chromosomes as revealed through the use of high temperature","volume":"30","author":"Swanson","year":"1943","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0050|ajb208104-cit-0050","doi-asserted-by":"crossref","first-page":"367","DOI":"10.1002\/j.1537-2197.1931.tb09596.x","article-title":"Chromosome studies on Gasteria. III. Chromosome structure during microsporogenesis and the post meiotic mitosis.","volume":"18","author":"Taylor","year":"1931","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0051|ajb208104-cit-0051","doi-asserted-by":"crossref","first-page":"101","DOI":"10.3109\/10520293509116022","article-title":"A permanent root tip smear method","volume":"10","author":"Warmke","year":"1935","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0052|ajb208104-cit-0052","doi-asserted-by":"crossref","first-page":"376","DOI":"10.1002\/j.1537-2197.1937.tb09114.x","article-title":"Cytology of the Pacific Coast Trilliums","volume":"24","author":"Warmke","year":"1937","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0053|ajb208104-cit-0053","doi-asserted-by":"crossref","first-page":"345","DOI":"10.1002\/jez.1400130302","article-title":"Studies on chromosomes. VIII. Observations on the maturation phenomena in certain hemiptera and other forms with considerations on synapsis and reduction","volume":"13","author":"Wilson","year":"1912","journal-title":"Jour. Exp. Zool."},{"key":"10.1002\/j.1537-2197.1948.tb08104.x-BIB0054|ajb208104-cit-0054","doi-asserted-by":"crossref","first-page":"257","DOI":"10.1093\/oxfordjournals.aob.a085060","article-title":"Chromosome structure","volume":"3","author":"Wilson","year":"1939","journal-title":"Ann. Bot."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1948.tb08104.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/j.1537-2197.1948.tb08104.x","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,7]],"date-time":"2018-08-07T02:09:23Z","timestamp":1533607763000},"score":1.0,"issued":{"date-parts":[[1948,7]]},"references-count":54,"journal-issue":{"published-print":{"date-parts":[[1948,7]]},"issue":"7"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1948.tb08104.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:14Z","timestamp":1575237374842},"reference-count":11,"publisher":"Wiley","issue":"2","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1950,2,1]],"date-time":"1950-02-01T00:00:00Z","timestamp":-628473600000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1950,2,1]],"date-time":"1950-02-01T00:00:00Z","timestamp":-628473600000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1950,2]]},"DOI":"10.1002\/j.1537-2197.1950.tb08166.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:19Z","timestamp":1517394439000},"page":"84-93","source":"Crossref","is-referenced-by-count":6,"title":["VASCULAR DEVELOPMENT AND DIFFERENTIATION IN TWO MAIZE INBREDS AND THEIR HYBRID"],"prefix":"10.1002","volume":"37","author":[{"given":"Charles","family":"Heimsch","sequence":"first","affiliation":[{"name":"Plant Research Institute; University of Texas; Austin Texas"},{"name":"Clayton Foundation for Research; Austin Texas"}]},{"given":"Glenn S.","family":"Rabideau","sequence":"additional","affiliation":[{"name":"Plant Research Institute; University of Texas; Austin Texas"},{"name":"Clayton Foundation for Research; Austin Texas"}]},{"given":"W. Gordon","family":"Whaley","sequence":"additional","affiliation":[{"name":"Plant Research Institute; University of Texas; Austin Texas"},{"name":"Clayton Foundation for Research; Austin Texas"}]}],"member":"311","published-online":{"date-parts":[[1950,2,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0001|ajb208166-cit-0001","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1086\/334024","article-title":"Comparative anatomy and morphology of embryos and seedlings of maize, oats and wheat","volume":"89","author":"Avery","year":"1930","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0002|ajb208166-cit-0002","doi-asserted-by":"crossref","first-page":"414","DOI":"10.1002\/j.1537-2197.1940.tb14702.x","article-title":"Growth and differentiation of maize in relation to nitrogen supply","volume":"27","author":"Burkholder","year":"1940","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0003|ajb208166-cit-0003","doi-asserted-by":"crossref","first-page":"327","DOI":"10.3733\/hilg.v15n03p325","article-title":"Ontogeny of the vascular bundle in Zea mays","volume":"15","author":"Esau","year":"1943","journal-title":"Hilgardia"},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0004|ajb208166-cit-0004","author":"Hershey","year":"1934","volume-title":"A morphological study of the structure and development of the stem and axillary shoots of Zea mays L"},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0005|ajb208166-cit-0005","first-page":"1","article-title":"Corn investigations","volume":"20","author":"Kiesselbach","year":"1922","journal-title":"Nebraska Agric. Exp. Sta. Res. Bull."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0006|ajb208166-cit-0006","first-page":"489","article-title":"The ontogeny of the maize plant-The early differentiation of stem and root structures and their morphological relationships","volume":"9","author":"Martin","year":"1935","journal-title":"Iowa State College Jour. Sci."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0007|ajb208166-cit-0007","doi-asserted-by":"crossref","first-page":"93","DOI":"10.1002\/j.1537-2197.1950.tb08167.x","article-title":"The absorption and distribution of radioactive phosphorus in two maize inbreds and their hybrid","volume":"37","author":"Rabideau","year":"1950","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0008|ajb208166-cit-0008","doi-asserted-by":"crossref","first-page":"245","DOI":"10.1093\/oxfordjournals.aob.a088407","article-title":"Developmental anatomy of the shoot of Zea mays L","volume":"6","author":"Sharman","year":"1942","journal-title":"Ann. Bot., N.S."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0009|ajb208166-cit-0009","doi-asserted-by":"crossref","first-page":"615","DOI":"10.1002\/j.1537-2197.1946.tb12919.x","article-title":"A developmental study of maize with particular reference to hybrid vigor","volume":"33","author":"Weaver","year":"1946","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0010|ajb208166-cit-0010","unstructured":"Whaley , W. G. The growth of maize. I. The growth rate and hybrid vigor"},{"key":"10.1002\/j.1537-2197.1950.tb08166.x-BIB0011|ajb208166-cit-0011","doi-asserted-by":"crossref","first-page":"77","DOI":"10.1002\/j.1537-2197.1950.tb08165.x","article-title":"The growth and morphology of two maize inbreds and their hybrid","volume":"37","author":"Whaley","year":"1950","journal-title":"Amer. Jour. Bot."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1950.tb08166.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/j.1537-2197.1950.tb08166.x\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,14]],"date-time":"2018-08-14T11:22:32Z","timestamp":1534245752000},"score":1.0,"issued":{"date-parts":[[1950,2]]},"references-count":11,"journal-issue":{"published-print":{"date-parts":[[1950,2]]},"issue":"2"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1950.tb08166.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408056},"reference-count":7,"publisher":"Wiley","issue":"10","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"vor"}],"funder":[{"DOI":"10.13039\/100006920","name":"University of Pennsylvania","doi-asserted-by":"publisher","award":[]},{"name":"Sloan-Kettering Institute for Cancer Research","award":[]}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1948,12]]},"DOI":"10.1002\/j.1537-2197.1948.tb08143.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:32Z","timestamp":1517394452000},"page":"729-739","source":"Crossref","is-referenced-by-count":59,"title":["CYTOLOGICAL AND GROWTH CORRELATIONS IN THE FLOWER BUD AND ANTHER OF LILIUM LONGIFLORUM"],"prefix":"10.1002","volume":"35","author":[{"given":"Ralph O.","family":"Erickson","sequence":"first","affiliation":[{"name":"Department of Botany; University of Pennsylvania; Philadelphia 4 Pennsylvania"}]}],"member":"311","published-online":{"date-parts":[[1948,12,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0001|ajb208143-cit-0001","doi-asserted-by":"crossref","first-page":"353","DOI":"10.1093\/oxfordjournals.aob.a089727","article-title":"The compound interest law and plant growth","volume":"33","author":"Blackman","year":"1919","journal-title":"Ann. Bot. N. S."},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0002|ajb208143-cit-0002","doi-asserted-by":"crossref","first-page":"346","DOI":"10.1086\/334557","article-title":"Macrosporogenesis and development of the embryo sac of Lilium Henryi.","volume":"97","author":"Cooper","year":"1935","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0003|ajb208143-cit-0003","doi-asserted-by":"crossref","first-page":"275","DOI":"10.1038\/159275a0","article-title":"Respiration of developing anthers","volume":"159","author":"Erickson","year":"1947","journal-title":"Nature"},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0004|ajb208143-cit-0004","first-page":"190","article-title":"Intensit\u00e9 respiratoire compar\u00e9e de l''androc\u00e9e et du gynec\u00e9e","volume":"201","author":"Guilcher","year":"1937","journal-title":"Compt. Rend."},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0005|ajb208143-cit-0005","author":"Huxley","first-page":"276","year":"1932","volume-title":"Problems of relative growth."},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0006|ajb208143-cit-0006","first-page":"141","article-title":"The permeability of cells undergoing nuclear division","volume":"40","author":"Stern","year":"1946","journal-title":"Trans. Roy. Soc. Canada"},{"key":"10.1002\/j.1537-2197.1948.tb08143.x-BIB0007|ajb208143-cit-0007","doi-asserted-by":"crossref","first-page":"243","DOI":"10.1085\/jgp.31.3.243","article-title":"The oxygen consumption of the microspores of Trillium in relation to the mitotic cycle","volume":"31","author":"Stern","year":"1948","journal-title":"Jour. Gen. Physiol."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1948.tb08143.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/j.1537-2197.1948.tb08143.x","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,7]],"date-time":"2018-08-07T03:18:47Z","timestamp":1533611927000},"score":1.0,"issued":{"date-parts":[[1948,12]]},"references-count":7,"journal-issue":{"published-print":{"date-parts":[[1948,12]]},"issue":"10"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1948.tb08143.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408063},"reference-count":18,"publisher":"Wiley","issue":"2","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1950,2,1]],"date-time":"1950-02-01T00:00:00Z","timestamp":-628473600000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1950,2,1]],"date-time":"1950-02-01T00:00:00Z","timestamp":-628473600000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1950,2]]},"DOI":"10.1002\/j.1537-2197.1950.tb08172.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:19Z","timestamp":1517394439000},"page":"149-158","source":"Crossref","is-referenced-by-count":4,"title":["NOTES ON PACIFIC COAST MARINE ALGAE. IV"],"prefix":"10.1002","volume":"37","author":[{"given":"E. Yale","family":"Dawson","sequence":"first","affiliation":[{"name":"University of Southern California; Los Angeles California"}]}],"member":"311","published-online":{"date-parts":[[1950,2,1]]},"reference":[{"issue":"9","key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0001|ajb208172-cit-0001","first-page":"1","article-title":"The marine algae of Tristan da Cunha","volume":"1937-38","author":"Baardseth","year":"1941","journal-title":"Results of the Norwegian Sci. Exped. to Tristan da Cunha"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0002|ajb208172-cit-0002","first-page":"1","article-title":"Marine algae from the Canary Islands. I. Chlorophyceae","volume":"5","author":"B\u00f8rgesen","year":"1925","journal-title":"Kgl. Danske. Videnskabernes Selskab. Biol. Med."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0003|ajb208172-cit-0003","first-page":"131","article-title":"Some Indian green and brown algae especially from the shores of the Presidency of Bombay","volume":"9","author":"B\u00f8rgesen","year":"1930","journal-title":"Jour. Indian Bot. Soc."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0004|ajb208172-cit-0004","first-page":"189","article-title":"The marine algae of the Gulf of California","volume":"3","author":"Dawson","year":"1944","journal-title":"Allan Hancock Pac. Exped."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0005|ajb208172-cit-0005","unstructured":"De Toni , J. 1936 Noterelle di nomenclatura algologica. VII. Primo elenco di Floridee omonime Brescia"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0006|ajb208172-cit-0006","first-page":"463","article-title":"Spermothamnion Snyderae Farlow, a floridean alga bearing polysporangia","volume":"1","author":"Drew","year":"1937","journal-title":"Ann. Bot., N.S."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0007|ajb208172-cit-0007","first-page":"73","article-title":"Three undescribed California algae","volume":"7","author":"Farlow","year":"1899","journal-title":"Erythea"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0008|ajb208172-cit-0008","doi-asserted-by":"crossref","first-page":"489","DOI":"10.2307\/2479381","article-title":"Chinese marine algae","volume":"38","author":"Howe","year":"1924","journal-title":"Bull. Torrey Bot. Club"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0009|ajb208172-cit-0009","unstructured":"K\u00fctzing , F. T. 1849 Species Algarum Leipzig"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0010|ajb208172-cit-0010","first-page":"1","article-title":"Studien \u00fcber die Delesseriaceen","volume":"20","author":"Kylin","year":"1924","journal-title":"Lunds Univ. \u00c5rsskr., N. F."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0011|ajb208172-cit-0011","first-page":"1","article-title":"Californische Rhodophyceen","volume":"27","author":"Kylin","year":"1941","journal-title":"Lunds Univ. \u00c5rsskr., N. F."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0012|ajb208172-cit-0012","unstructured":"Lucas , A. H. S. 1936 The seaweeds of South Australia. Part I. Introduction and the Green and Brown seaweeds British Science Guild. Adelaide","DOI":"10.5962\/bhl.title.112459","doi-asserted-by":"crossref"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0013|ajb208172-cit-0013","author":"Okamura","volume":"1","first-page":"179","year":"1908","journal-title":"Icones of Japanese algae"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0014|ajb208172-cit-0014","author":"Okamura","volume":"7","first-page":"19","year":"1934","journal-title":"Icones of Japanese algae"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0015|ajb208172-cit-0015","doi-asserted-by":"crossref","first-page":"883","DOI":"10.15281\/jplantres1887.48.883","article-title":"Short notes on Japanese marine algae","volume":"48","author":"Okamura","year":"1934a","journal-title":"Bot. Mag. Tokyo"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0016|ajb208172-cit-0016","unstructured":"Okamura , K. 1936 Nippon Kaison Shi (Descriptions of Japanese algae) Tokyo"},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0017|ajb208172-cit-0017","first-page":"695","article-title":"Expedition of the California Academy of Sciences to the Gulf of California in 1921. The marine algae","volume":"12","author":"Setchell","year":"1924","journal-title":"Proc. California Acad. Sci., 4th ser."},{"key":"10.1002\/j.1537-2197.1950.tb08172.x-BIB0018|ajb208172-cit-0018","author":"Smith","year":"1944","volume-title":"Marine algae of the Monterey Peninsula, California"}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1950.tb08172.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/j.1537-2197.1950.tb08172.x\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T01:31:17Z","timestamp":1570671077000},"score":1.0,"issued":{"date-parts":[[1950,2]]},"references-count":18,"journal-issue":{"published-print":{"date-parts":[[1950,2]]},"issue":"2"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1950.tb08172.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408133},"reference-count":27,"publisher":"Wiley","issue":"8","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1995,8,1]],"date-time":"1995-08-01T00:00:00Z","timestamp":807235200000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1995,8,1]],"date-time":"1995-08-01T00:00:00Z","timestamp":807235200000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1995,8]]},"DOI":"10.1002\/j.1537-2197.1995.tb11572.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:32Z","timestamp":1517394452000},"page":"1069-1073","source":"Crossref","is-referenced-by-count":3,"title":["Fossil\n Ptelea\n \n samaras\n (Rutaceae\n) in North\n America"],"prefix":"10.1002","volume":"82","author":[{"given":"Victor B.","family":"Call","sequence":"first","affiliation":[{"name":"Paleobotany Laboratory, Florida Museum of Natural History; University of Florida; Gainesville Florida 32611-2035"},{"name":"Departments of Biology and Geology; Indiana University; Bloomington Indiana 47405"}]},{"given":"David L.","family":"Dilcher","sequence":"additional","affiliation":[{"name":"Paleobotany Laboratory, Florida Museum of Natural History; University of Florida; Gainesville Florida 32611-2035"},{"name":"Departments of Biology and Geology; Indiana University; Bloomington Indiana 47405"}]}],"member":"311","published-online":{"date-parts":[[1995,8,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0001|ajb211572-cit-0001","first-page":"1","article-title":"Revision of the lower Eocene Wilcox flora of the southeastern states","volume":"156","author":"Berry","year":"1930","journal-title":"United States Geological Survey Professional Paper"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0002|ajb211572-cit-0002","first-page":"31","article-title":"A Miocene flora from Grand Coulee, Washington","volume":"170","author":"Berry","year":"1931","journal-title":"United States Geological Survey Professional Paper"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0003|ajb211572-cit-0003","first-page":"163","article-title":"Additions to some fossil floras of the western United States","volume":"186","author":"Brown","year":"1937","journal-title":"United States Geological Survey Professional Paper"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0004|ajb211572-cit-0004","first-page":"344","article-title":"New species and changes of name in some American fossil floras","volume":"30","author":"Brown","year":"1940","journal-title":"Journal of the Washington Academy of Sciences"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0005|ajb211572-cit-0005","doi-asserted-by":"crossref","first-page":"477","DOI":"10.1086\/337795","article-title":"Sapindaceous affinities of the Pteleaecarpum fruits from the Tertiary of Eurasia and North America","volume":"150","author":"B\u016f$znek","year":"1989","journal-title":"Botanical Gazette"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0006|ajb211572-cit-0006","first-page":"47","article-title":"Geology and paleontology of the Crooked River Basin, with special reference to the Bridge Creek flora","volume":"346","author":"Chaney","year":"1927","journal-title":"Carnegie Institution of Washington Contributions to Paleontology"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0007|ajb211572-cit-0007","first-page":"1","article-title":"Miocene floras of the Columbia Plateau","volume":"617","author":"Chaney","year":"1959","journal-title":"Carnegie Institution of Washington Contributions to Paleontology"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0008|ajb211572-cit-0008","first-page":"67","article-title":"Rutaceae from the Eocene of Messel, West Germany","volume":"9","author":"Collinson","year":"1988","journal-title":"Tertiary Research"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0009|ajb211572-cit-0009","first-page":"73","article-title":"A late Tertiary flora from southwestern Idaho","volume":"476","author":"Dorf","year":"1936","journal-title":"Carnegie Institution of Washington Contributions to Paleontology"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0010|ajb211572-cit-0010","author":"Engelhardt","year":"1898","article-title":"Die Terti\u00e4rflora von Berand im B\u00f6mischen Mittelgebirge: ein neuer Beitrag zur Kenntnis der fossilen Pflanzen B\u00f6hmens","volume-title":"Beitrag zur Pal\u00e4ontologischen Kenntnis des B\u00f6hmischen Mittelgebirges"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0011|ajb211572-cit-0011","first-page":"44","article-title":"Floras of Idaho''s past: geographic and paleobotanic overview of the middle Miocene Succor Creek flora as an example","volume":"28","author":"Fields","year":"1992","journal-title":"Journal of the Idaho Academy of Science"},{"issue":"2","key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0012|ajb211572-cit-0012","first-page":"49","article-title":"The genus Ptelea in the western and southwestern United States","volume":"10","author":"Greene","year":"1906","journal-title":"Contributions from the United States National Herbarium"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0013|ajb211572-cit-0013","first-page":"119","article-title":"Die Rutaceen aus dem Mittel-Mioz\u00e4n der Oberpfalzer Braunkohle","volume":"13","author":"Gregor","year":"1975","journal-title":"Courier Forschungsinstitut Senckenberg"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0014|ajb211572-cit-0014","first-page":"21","article-title":"Subtropische Elemente im europ\u00e4ischen Terti\u00e4r III-Rutaceae","volume":"19","author":"Gregor","year":"1978","journal-title":"Acta Palaeobotanica"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0015|ajb211572-cit-0015","doi-asserted-by":"crossref","first-page":"311","DOI":"10.1016\/0034-6667(79)90031-9","article-title":"Systematics, biostratigraphy and paleoecology of the genus Toddalia Jussieu (Rutaceae) in the European Tertiary","volume":"28","author":"Gregor","year":"1979","journal-title":"Review of Palaeobotany and Palynology"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0016|ajb211572-cit-0016","doi-asserted-by":"crossref","first-page":"251","DOI":"10.1007\/BF00936920","article-title":"Aspects of the fossil record and phylogeny of the family Rutaceae (Zanthoxyleae, Toddalioideae)","volume":"162","author":"Gregor","year":"1989","journal-title":"Plant Systematics and Evolution"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0017|ajb211572-cit-0017","first-page":"141","article-title":"Iskopaemaya flora gory Kiin-Kerish Zaysaskogo bassenya, II","volume":"4","author":"Iljinskaya","year":"1963","journal-title":"Trudy botanicheski Institut Akademiia Nauk CCCP, Ser. 8, Paleobotanica"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0018|ajb211572-cit-0018","author":"Kr\u00fcssmann","volume":"3","year":"1986","volume-title":"Manual of cultivated broad-leaved trees and shrubs"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0019|ajb211572-cit-0019","doi-asserted-by":"crossref","first-page":"522","DOI":"10.1086\/337915","article-title":"Fossil fruits of Pteleaecarpum Weyland-Tiliaceous, not Sapindaceous","volume":"152","author":"Kva$cnek","year":"1991","journal-title":"Botanical Gazette"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0020|ajb211572-cit-0020","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1130\/MEM51-p1","article-title":"Catalogue of the Cenozoic plants of North America through 1950","volume":"51","author":"Lamotte","year":"1952","journal-title":"Memoirs of the Geological Society of America"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0021|ajb211572-cit-0021","first-page":"1","article-title":"Contributions to the fossil flora of the western territories, Part III. The Cretaceous and Tertiary floras","volume":"VII","author":"Lesquereux","year":"1883","journal-title":"Report of the United States Geological Survey of the Territories"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0022|ajb211572-cit-0022","first-page":"1","article-title":"Fossil plants of the Florissant beds, Colorado","volume":"599","author":"MacGinitie","year":"1953","journal-title":"Carnegie Institution of Washington Contributions to Paleontology"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0023|ajb211572-cit-0023","first-page":"1","article-title":"The Eocene Green River flora of northwestern Colorado and northeastern Utah","volume":"83","author":"MacGinitie","year":"1969","journal-title":"University of California Publications in Geological Sciences"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0024|ajb211572-cit-0024","author":"Melchior","year":"1964","volume-title":"A. Engler''s Syllabus der Pflanzenfamilien. Zw\u00f6lfte Auflage, II Band"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0025|ajb211572-cit-0025","doi-asserted-by":"crossref","first-page":"557","DOI":"10.2307\/2480794","article-title":"Some new and interesting late Tertiary plants from Sucker Creek, Idaho-Oregon boundary","volume":"65","author":"Smith","year":"1938","journal-title":"Bulletin of the Torrey Botanical Club"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0026|ajb211572-cit-0026","first-page":"1","article-title":"Fruits and seeds of the Brandon Lignite, V. Rutaceae","volume":"61","author":"Tiffney","year":"1980","journal-title":"Journal of the Arnold Arboretum"},{"key":"10.1002\/j.1537-2197.1995.tb11572.x-BIB0027|ajb211572-cit-0027","first-page":"113","article-title":"Beitr\u00e4ge zur Kenntnis der rheinischen Terti\u00e4rflora, VII. F\u00fcnfte Erg\u00e4nzungen und Berichtigungen zur Flora der Bl\u00e4tterkohle und des Polierschiefers von Rott in Siebengebirge","volume":"88B","author":"Weyland","year":"1948","journal-title":"Palaeontographica"}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1995.tb11572.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/j.1537-2197.1995.tb11572.x\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,16]],"date-time":"2018-08-16T06:15:04Z","timestamp":1534400104000},"score":1.0,"issued":{"date-parts":[[1995,8]]},"references-count":27,"journal-issue":{"published-print":{"date-parts":[[1995,8]]},"issue":"8"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1995.tb11572.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408183},"reference-count":35,"publisher":"Wiley","issue":"10","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1948,12]]},"DOI":"10.1002\/j.1537-2197.1948.tb08136.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:32Z","timestamp":1517394452000},"page":"666-682","source":"Crossref","is-referenced-by-count":9,"title":["ON THE SHAPES OF CELLS IN THE CAMBIAL ZONE OF PINUS SILVESTRIS L"],"prefix":"10.1002","volume":"35","author":[{"given":"John Durrance","family":"Dodd","sequence":"first","affiliation":[{"name":"Department of Botany; University of Wisconsin; Madison Wisconsin"}]}],"member":"311","published-online":{"date-parts":[[1948,12,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0001|ajb208136-cit-0001","doi-asserted-by":"crossref","first-page":"355","DOI":"10.1002\/j.1537-2197.1920.tb05590.x","article-title":"The cambium and its derivative tissues. II. Size variations of cambial initials in gymnosperms and angiosperms","volume":"7","author":"Bailey","year":"1920a","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0002|ajb208136-cit-0002","doi-asserted-by":"crossref","first-page":"417","DOI":"10.1002\/j.1537-2197.1920.tb05595.x","article-title":"The cambium and its derivative tissues. III. A reconnaissance of cytological phenomena in the cambium","volume":"7","author":"Bailey","year":"1920b","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0003|ajb208136-cit-0003","doi-asserted-by":"crossref","first-page":"499","DOI":"10.1002\/j.1537-2197.1923.tb05747.x","article-title":"The cambium and its derivative tissues. IV. The increase in girth of the cambium","volume":"10","author":"Bailey","year":"1923","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0004|ajb208136-cit-0004","doi-asserted-by":"crossref","first-page":"651","DOI":"10.1007\/BF00372970","article-title":"The cambium and its derivative tissues. V. A reconnaissance of the vacuome in living cells","volume":"10","author":"Bailey","year":"1929","journal-title":"Zeitschrift f\u00fcr Zellforschung und midroskopishe anatomie."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0005|ajb208136-cit-0005","doi-asserted-by":"crossref","first-page":"303","DOI":"10.2307\/2481177","article-title":"Origin and development of the uniseriate ray in the Coniferae","volume":"67","author":"Barghoorn","year":"1940","journal-title":"Bull. Torrey Bot. Club"},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0006|ajb208136-cit-0006","first-page":"631","article-title":"Die Vermehrung der radialen Reihen im cambium","volume":"24","author":"Beijer","year":"1927","journal-title":"Recueil Trav. Bot. N\u00e9erland."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0007|ajb208136-cit-0007","doi-asserted-by":"crossref","first-page":"120","DOI":"10.1002\/j.1537-2197.1944.tb08009.x","article-title":"Three-dimensional cell shape in the carpel vesicle of Citrus grandis.","volume":"31","author":"Dodd","year":"1944","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0008|ajb208136-cit-0008","doi-asserted-by":"crossref","first-page":"851","DOI":"10.1002\/j.1537-2197.1942.tb10292.x","article-title":"The three-dimensional shapes of undifferentiated cells in the petiole of Angiopteris evecta.","volume":"29","author":"Higinbotham","year":"1942","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0009|ajb208136-cit-0009","doi-asserted-by":"crossref","first-page":"561","DOI":"10.1002\/j.1537-2197.1944.tb08072.x","article-title":"The influence of air spaces on the three-dimensional shapes of cells in Elodea stems, and a comparison with pith cells of Alianthus.","volume":"31","author":"Hulbary","year":"1944","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0010|ajb208136-cit-0010","first-page":"6a","article-title":"Three-dimensional cell shape in the root tuber of Asparagus and the leaf parenchyma of Rhoeo.","volume":"33","author":"Hulbary","year":"1946","journal-title":"Abstract. Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0011|ajb208136-cit-0011","first-page":"770","article-title":"The shape of cells in homogeneous plant tissues.","volume":"44","author":"Iterson","year":"1941","journal-title":"Proc. Nederland. Akade. Wetenschap."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0012|ajb208136-cit-0012","first-page":"327","article-title":"The cambium and its derivative tissues. X. Structure, optical properties and chemical composition of the so-called middle lamella","volume":"15","author":"Kerr","year":"1934","journal-title":"Jour. Arnold Arboretum"},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0013|ajb208136-cit-0013","first-page":"113","article-title":"Ueber Kern- und Zellteilungen im Cambium","volume":"4","author":"Kleinmann","year":"1923","journal-title":"Bot. Arch."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0014|ajb208136-cit-0014","first-page":"1","article-title":"Ueber das gleitende Wachstum der Initialen im Kambium der Koniferen und den Markstrahlenverlauf im ihrer sekund\u00e4ren Rinde","volume":"19","author":"Klinken","year":"1914","journal-title":"Bibliotheca Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0015|ajb208136-cit-0015","unstructured":"Krabbe , (H) G. 1886 Das gleitende Wachstum bei der Gewebebildung der Gef\u00e4sspflanzen. Berlin."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0016|ajb208136-cit-0016","doi-asserted-by":"crossref","first-page":"537","DOI":"10.2307\/20026027","article-title":"The typical shape of polyhedral cells in vegetable parenchyma and the restoration of that shape following cell division","volume":"58","author":"Lewis","year":"1923","journal-title":"Proc. Amer. Acad. Arts and Sci."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0017|ajb208136-cit-0017","doi-asserted-by":"crossref","first-page":"251","DOI":"10.2307\/20022950","article-title":"The significance of cells as revealed by their polyhedral shapes, with special reference to precartilage, and a surmise concerning nerve cells and neuroglia","volume":"68","author":"Lewis","year":"1933","journal-title":"Proc. Amer. Acad. Arts and Sci."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0018|ajb208136-cit-0018","doi-asserted-by":"crossref","first-page":"741","DOI":"10.1002\/j.1537-2197.1935.tb05062.x","article-title":"The shape of the tracheids in the pine","volume":"22","author":"Lewis","year":"1935","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0019|ajb208136-cit-0019","doi-asserted-by":"crossref","first-page":"487","DOI":"10.1002\/j.1537-2197.1939.tb09309.x","article-title":"Cell shape studies in the pith of Eupatorium purpureum.","volume":"26","author":"Marvin","year":"1939","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0020|ajb208136-cit-0020","doi-asserted-by":"crossref","first-page":"58","DOI":"10.1002\/j.1537-2197.1946.tb10347.x","article-title":"The three-dimensional shape of bubbles in foam-an analysis of the role of surface forces in three-dimensional cell shape determination","volume":"33","author":"Matzke","year":"1946","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0021|ajb208136-cit-0021","first-page":"18","article-title":"A study of intercellular relationships among vegetable cells with special reference to \u201csliding growth\u201d and to cell shape","volume":"38","author":"Meeuse","year":"1941","journal-title":"Recueil Trav. Bot. N\u00e9erland."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0022|ajb208136-cit-0022","author":"Meyer","year":"1939","volume-title":"Plant Physiology."},{"issue":"39","key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0023|ajb208136-cit-0023","first-page":"65","article-title":"Beobachtungen \u00fcber das Dickenwachstum der Coniferen.","volume":"44","author":"Mischke","year":"1890","journal-title":"Bot. Centralbl."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0024|ajb208136-cit-0024","first-page":"225","article-title":"\u00dcber die Umlagerung der Kambiumzellen beim Dickenwachstum der Dikotylen","volume":"12","author":"Neeff","year":"1920","journal-title":"Zeitschr. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0025|ajb208136-cit-0025","doi-asserted-by":"crossref","first-page":"56","DOI":"10.1111\/j.1469-8137.1930.tb06775.x","article-title":"Studies in the physiology of cambial activity. I. Contrasted types of cambial activity","volume":"29","author":"Priestley","year":"1930a","journal-title":"New Phytol."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0026|ajb208136-cit-0026","doi-asserted-by":"crossref","first-page":"96","DOI":"10.1111\/j.1469-8137.1930.tb06983.x","article-title":"Studies in the physiology of cambial activity. II. The concept of sliding growth","volume":"29","author":"Priestley","year":"1930b","journal-title":"New Phytol."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0027|ajb208136-cit-0027","doi-asserted-by":"crossref","first-page":"316","DOI":"10.1111\/j.1469-8137.1930.tb07398.x","article-title":"Studies in the physiology of cambial activity. III. The seasonal activity of the cambium","volume":"29","author":"Priestley","year":"1930c","journal-title":"New Phytol."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0028|ajb208136-cit-0028","first-page":"567","article-title":"Die Stabbildungen im sekund\u00e4ren Holzkorper der B\u00e4ume und die Initialentheorie","volume":"23","author":"Raatz","year":"1892","journal-title":"Jahrb. Wiss. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0029|ajb208136-cit-0029","doi-asserted-by":"crossref","first-page":"95","DOI":"10.3109\/10520293509116020","article-title":"A new fixing fluid and a revised schedule for the paraffin method in plant cytology","volume":"10","author":"Randolph","year":"1935","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0030|ajb208136-cit-0030","first-page":"401","article-title":"Ueber die Gr\u00f6sse der Holzzellen bei der gemeinen Kiefer (Pinus silvestris).","volume":"8","author":"Sanio","year":"1872","journal-title":"Jahrb. Wiss. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0031|ajb208136-cit-0031","first-page":"50","article-title":"Anatomie der gemeinen Kiefer (Pinus silvestris L.).","volume":"9","author":"Sanio","year":"1873","journal-title":"Jahrb. Wiss. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0032|ajb208136-cit-0032","first-page":"127","article-title":"Review of Krabbe (1886)","volume":"2","author":"Scott","year":"1888","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0033|ajb208136-cit-0033","doi-asserted-by":"crossref","first-page":"625","DOI":"10.1002\/j.1537-2197.1939.tb09326.x","article-title":"Changes in intercellular relationships during the growth and differentiation of living plant cells","volume":"26","author":"Sinnott","year":"1939","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0034|ajb208136-cit-0034","unstructured":"1921 Macmillan. London."},{"key":"10.1002\/j.1537-2197.1948.tb08136.x-BIB0035|ajb208136-cit-0035","doi-asserted-by":"crossref","first-page":"77","DOI":"10.1111\/j.1469-8137.1933.tb07000.x","article-title":"Radial growth of the xylem and the starch reserves of Pinus sylvestris: A preliminary survey","volume":"32","author":"Wight","year":"1933","journal-title":"New Phytol."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1948.tb08136.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/j.1537-2197.1948.tb08136.x","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T01:31:17Z","timestamp":1570671077000},"score":1.0,"issued":{"date-parts":[[1948,12]]},"references-count":35,"journal-issue":{"published-print":{"date-parts":[[1948,12]]},"issue":"10"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1948.tb08136.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408598},"reference-count":35,"publisher":"Wiley","issue":"10","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1948,12,1]],"date-time":"1948-12-01T00:00:00Z","timestamp":-665366400000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1948,12]]},"DOI":"10.1002\/j.1537-2197.1948.tb08147.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:27:32Z","timestamp":1517394452000},"page":"767-781","source":"Crossref","is-referenced-by-count":11,"title":["STUDIES OF DEVELOPMENT IN THE VEGETATIVE SHOOT OF EQUISETUM ARVENSE L. II. THE MATURE SHOOT"],"prefix":"10.1002","volume":"35","author":[{"given":"Samuel J.","family":"Golub","sequence":"first","affiliation":[{"name":"G. and C. Merriam Company; Springfield Massachusetts"},{"name":"Biological Laboratories; Harvard University; Cambridge Massachusetts"}]},{"given":"Ralph H.","family":"Wetmore","sequence":"additional","affiliation":[{"name":"G. and C. Merriam Company; Springfield Massachusetts"},{"name":"Biological Laboratories; Harvard University; Cambridge Massachusetts"}]}],"member":"311","published-online":{"date-parts":[[1948,12,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0001|ajb208147-cit-0001","doi-asserted-by":"crossref","first-page":"201","DOI":"10.1093\/aob\/os-34.2.201","article-title":"A contribution to our knowledge of the vascular system of the genus Equisetum.","volume":"34","author":"Barratt","year":"1920","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0002|ajb208147-cit-0002","unstructured":"Bower , F. O. 1938 Primitive land plants. London."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0003|ajb208147-cit-0003","doi-asserted-by":"crossref","first-page":"11","DOI":"10.1111\/j.1469-8137.1920.tb07311.x","article-title":"Phylogenetic considerations on the internodal vascular strands of Equisetum.","volume":"19","author":"Browne","year":"1920","journal-title":"New Phytol."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0004|ajb208147-cit-0004","doi-asserted-by":"crossref","first-page":"447","DOI":"10.1086\/333035","article-title":"Anatomy of Equisetum giganteum.","volume":"73","author":"Browne","year":"1922","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0005|ajb208147-cit-0005","doi-asserted-by":"crossref","first-page":"35","DOI":"10.1086\/334849","article-title":"Anatomy of the aerial axes of Equisetum kansanum.","volume":"101","author":"Browne","year":"1939","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0006|ajb208147-cit-0006","first-page":"123","article-title":"Origine, \u00e9volution, et valeur des concepts de protoxyl\u00e8me et de metaxyl\u00e8me","volume":"7","author":"Bugnon","year":"1924","journal-title":"Soc. Linn. Normandie, Bull."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0007|ajb208147-cit-0007","doi-asserted-by":"crossref","first-page":"63","DOI":"10.1093\/aob\/os-7.1.63","article-title":"On a cambial development in Equisetum.","volume":"7","author":"Cormack","year":"1893","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0008|ajb208147-cit-0008","doi-asserted-by":"crossref","first-page":"127","DOI":"10.3109\/10520293109116059","article-title":"A technique for demonstrating plasmodesmata","volume":"6","author":"Crafts","year":"1931","journal-title":"Stain Tech."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0009|ajb208147-cit-0009","unstructured":"Duval-Jouve , J. 1864 Histoire naturelle des Equisetum de France. Paris."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0010|ajb208147-cit-0010","doi-asserted-by":"crossref","first-page":"587","DOI":"10.1093\/oxfordjournals.aob.a089241","article-title":"Centripetal xylem in Equisetum.","volume":"23","author":"Eames","year":"1909","journal-title":"Ann. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0011|ajb208147-cit-0011","doi-asserted-by":"crossref","first-page":"125","DOI":"10.1007\/BF02872466","article-title":"Origin and development of primary vascular tissues in seed plants","volume":"9","author":"Esau","year":"1943","journal-title":"Bot. Rev."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0012|ajb208147-cit-0012","first-page":"166","article-title":"Zur Ontogenie des Xylems in Stengeln mit sekundarem Dickenwachstum","volume":"58","author":"Frey-Wyssling","year":"1940","journal-title":"Ber. Deutsch. Bot. Ges."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0013|ajb208147-cit-0013","doi-asserted-by":"crossref","first-page":"755","DOI":"10.2307\/2438157","article-title":"Studies of development in the vegetative shoot of Equisetum arvens L. I. The shoot apex","volume":"35","author":"Golue","year":"1948","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0014|ajb208147-cit-0014","doi-asserted-by":"crossref","first-page":"285","DOI":"10.1002\/j.1537-2197.1946.tb10377.x","article-title":"Studies of the development in long shoots and short shoots of Ginkgo biloba L. I. The origin and pattern of development of the cortex, the pith and the procambium","volume":"33","author":"Gunckel","year":"1946a","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0015|ajb208147-cit-0015","doi-asserted-by":"crossref","first-page":"532","DOI":"10.2307\/2437588","article-title":"Studies in the development in long shoots and short shoots of Ginkgo biloba L. II. Phyllotaxis and the organization of the primary vascular system; primary phloem and primary xylem","volume":"33","author":"Gunckel","year":"1946b","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0016|ajb208147-cit-0016","doi-asserted-by":"crossref","first-page":"105","DOI":"10.1007\/BF01916226","article-title":"Untersuchungen \u00fcber die Differenzierung der Sprossscheitel Meristeme von Dikotylen unter besonderer Berucksichtung des Procambiums","volume":"15","author":"Helm","year":"1931","journal-title":"Planta"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0017|ajb208147-cit-0017","unstructured":"Hofmeister , W. 1862 On the germination, development, and fructification of the higher cryptogamia. Engl. transl. London.","DOI":"10.5962\/bhl.title.60930","doi-asserted-by":"crossref"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0018|ajb208147-cit-0018","first-page":"69","article-title":"Recherches sur le d\u00e9veloppement des bourgeons dans les pr\u00eales","volume":"20","author":"Janczewski","year":"1876","journal-title":"M\u00e9m. Soc. Nat. Sci. Nat. de Cherbourg"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0019|ajb208147-cit-0019","first-page":"155","article-title":"The development, structure, and affinities of the genus Equisetum.","volume":"5","author":"Jeffrey","year":"1899","journal-title":"Mem. Boston Soc. Nat. Hist."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0020|ajb208147-cit-0020","doi-asserted-by":"crossref","first-page":"469","DOI":"10.1086\/334323","article-title":"Origin and development of tissues in Equisetum scirpoides.","volume":"94","author":"Johnson","year":"1933","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0021|ajb208147-cit-0021","doi-asserted-by":"crossref","first-page":"224","DOI":"10.1007\/BF01946860","article-title":"\u00dcber die Bildung der Stele aus dem Urmeristem von Pteridophyten und Spermatophyten","volume":"27","author":"Kaplan","year":"1938","journal-title":"Planta"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0022|ajb208147-cit-0022","first-page":"49","article-title":"Recherches sur l''origine et les transformations des \u00e9l\u00e9ments liberiens","volume":"19","author":"L\u00e9ger","year":"1897","journal-title":"M\u00e9m. Soc. Linn. Normandie"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0023|ajb208147-cit-0023","first-page":"87","article-title":"L''ontog\u00e9n\u00e8se du syst\u00e8me conducteur dans la pousse feuill\u00e9e des dicotyl\u00e9es et des gymnospermes","volume":"44","author":"Louis","year":"1935","journal-title":"La Cellule"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0024|ajb208147-cit-0024","doi-asserted-by":"crossref","first-page":"80","DOI":"10.1139\/cjr41c-011","article-title":"The \u201cleaf gap\u201d in Equisetum.","volume":"19","author":"Moore","year":"1941","journal-title":"Canadian Jour. Res. C"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0025|ajb208147-cit-0025","first-page":"115","article-title":"Histog\u00e9n\u00e8se et structure du stipe et de la fronde des Equisetum.","volume":"20","author":"Queva","year":"1907","journal-title":"Soc. Hist. Nat. d''Autun"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0026|ajb208147-cit-0026","doi-asserted-by":"crossref","first-page":"571","DOI":"10.1080\/00378941.1924.10836953","article-title":"Nouvelles observations sur l''anatomie des Equisetum.","volume":"71","author":"Queva","year":"1924","journal-title":"Bull. Soc. Bot. France"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0027|ajb208147-cit-0027","first-page":"209","article-title":"Zur Entwicklungsgeschichte der Stammspitze von Equisetum.","volume":"6","author":"Reess","year":"1867","journal-title":"Jahrb. Wiss. Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0028|ajb208147-cit-0028","first-page":"1","article-title":"Vergleichende Untersuchungen betreffend die Histologie (Histographie und Histogenie) der vegetativen und sporenbilden Organe und die Entwickelung der Sporen der Leitb\u00fcndel-Kryptogamen, mit Ber\u00fccksichtigung der Histologie der Phanerogamen, ausgehend von der Betrachtung der Marsiliaceen","volume":"19","author":"Russow","year":"1872","journal-title":"M\u00e9m. Acad. Imp. Sci. St. P\u00e9tersbourg"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0029|ajb208147-cit-0029","unstructured":"Russow , E. 1875 Betrachtungen \u00fcber das Leitb\u00fcndel-und Grundgewebe aus vergleichend morphologischem und phylogenetischem Gesichtspunkt. Dorpat."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0030|ajb208147-cit-0030","author":"Sachs","year":"1882","volume-title":"Textbook of botany."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0031|ajb208147-cit-0031","first-page":"1","article-title":"Experiments on phyllotaxis. I. The effect of isolating a primordium","volume":"22","author":"Snow","year":"1931","journal-title":"Phil. Trans. Roy. Soc. London B"},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0032|ajb208147-cit-0032","first-page":"365","article-title":"Remarques sur la structure de la tige des pr\u00eales","volume":"4","author":"Tieghem","year":"1890","journal-title":"Jour. de Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0033|ajb208147-cit-0033","first-page":"550","article-title":"Recherches comparatives sur l''origine des membres endog\u00e8nes dans les plantes vasculaires","volume":"8","author":"Tieghem","year":"1888","journal-title":"Ann. Sci. Nat.-Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0034|ajb208147-cit-0034","first-page":"1","article-title":"La croissance terminal de la tige et la formation des bourgeons chez l''Equisetum palustre.","volume":"15","author":"Vidal","year":"1912","journal-title":"Ann. Sci. Nat.-Bot."},{"key":"10.1002\/j.1537-2197.1948.tb08147.x-BIB0035|ajb208147-cit-0035","doi-asserted-by":"crossref","first-page":"171","DOI":"10.1093\/oxfordjournals.aob.a088534","article-title":"Experimental and analytical studies of Pteridophytes. I. Preliminary observations on the development of buds on the rhizome of the Ostrich Fern (Matteuccia struthiopteris Tod.).","volume":"7","author":"Wardlaw","year":"1943","journal-title":"Ann. Bot."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1948.tb08147.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/j.1537-2197.1948.tb08147.x","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,7]],"date-time":"2018-08-07T01:58:58Z","timestamp":1533607138000},"score":1.0,"issued":{"date-parts":[[1948,12]]},"references-count":35,"journal-issue":{"published-print":{"date-parts":[[1948,12]]},"issue":"10"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1948.tb08147.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408685},"reference-count":4,"publisher":"Elsevier BV","license":[{"URL":"https:\/\/www.elsevier.com\/tdm\/userlicense\/1.0\/","start":{"date-parts":[[2018,10,1]],"date-time":"2018-10-01T00:00:00Z","timestamp":1538352000000},"delay-in-days":0,"content-version":"tdm"}],"content-domain":{"domain":["clinicalkey.jp","clinicalkey.com","clinicalkey.es","clinicalkey.com.au","clinicalkey.fr","elsevier.com","sciencedirect.com"],"crossmark-restriction":true},"short-container-title":["Complementary Therapies in Medicine"],"published-print":{"date-parts":[[2018,10]]},"DOI":"10.1016\/j.ctim.2018.01.007","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:28:44Z","timestamp":1517394524000},"page":"214","update-policy":"http:\/\/dx.doi.org\/10.1016\/elsevier_cm_policy","source":"Crossref","is-referenced-by-count":0,"title":["Mind-body therapies: Connecting the parts and embracing diversity"],"prefix":"10.1016","volume":"40","author":[{"given":"Romy","family":"Lauche","sequence":"first","affiliation":[]},{"given":"Holger","family":"Cramer","sequence":"additional","affiliation":[]}],"member":"78","reference":[{"issue":"79","key":"10.1016\/j.ctim.2018.01.007_bib0005","first-page":"1","article-title":"Trends in the use of complementary health approaches among adults: United States, 2002\u20132012","author":"Clarke","year":"2015","journal-title":"Nat. Health Stat. Report"},{"key":"10.1016\/j.ctim.2018.01.007_bib0010","author":"Walter Bradford Cannon","year":"1915","series-title":"Bodily Changes in Pain, Hunger, Fear and Rage: An Account of Recent Researches into the Function of Emotional Excitement"},{"issue":"3479 (July)","key":"10.1016\/j.ctim.2018.01.007_bib0015","doi-asserted-by":"crossref","first-page":"32","DOI":"10.1038\/138032a0","article-title":"A syndrome produced by diverse nocuous agents","volume":"138","author":"Selye","year":"1936","journal-title":"Nature"},{"issue":"No.17 (December)","key":"10.1016\/j.ctim.2018.01.007_bib0020","article-title":"The powerful placebo","volume":"159","author":"Beecher","year":"1955","journal-title":"J Am Med Assoc"}],"container-title":["Complementary Therapies in Medicine"],"language":"en","link":[{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0965229918300438?httpAccept=text\/xml","content-type":"text\/xml","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/api.elsevier.com\/content\/article\/PII:S0965229918300438?httpAccept=text\/plain","content-type":"text\/plain","content-version":"vor","intended-application":"text-mining"}],"deposited":{"date-parts":[[2019,4,1]],"date-time":"2019-04-01T20:18:21Z","timestamp":1554149901000},"score":1.0,"issued":{"date-parts":[[2018,10]]},"references-count":4,"alternative-id":["S0965229918300438"],"URL":"http:\/\/dx.doi.org\/10.1016\/j.ctim.2018.01.007","relation":{"cites":[]},"ISSN":["0965-2299"],"issn-type":[{"value":"0965-2299","type":"print"}],"subject":["Complementary and alternative medicine","Advanced and Specialised Nursing","Complementary and Manual Therapy"],"assertion":[{"value":"Elsevier","name":"publisher","label":"This article is maintained by"},{"value":"Mind-body therapies: Connecting the parts and embracing diversity","name":"articletitle","label":"Article Title"},{"value":"Complementary Therapies in Medicine","name":"journaltitle","label":"Journal Title"},{"value":"https:\/\/doi.org\/10.1016\/j.ctim.2018.01.007","name":"articlelink","label":"CrossRef DOI link to publisher maintained version"},{"value":"simple-article","name":"content_type","label":"Content Type"},{"value":"\u00a9 2018 Elsevier Ltd. All rights reserved.","name":"copyright","label":"Copyright"}]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:48Z","timestamp":1575237408741},"reference-count":42,"publisher":"Wiley","issue":"5","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1995,5,1]],"date-time":"1995-05-01T00:00:00Z","timestamp":799286400000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1995,5,1]],"date-time":"1995-05-01T00:00:00Z","timestamp":799286400000},"delay-in-days":0,"content-version":"vor"}],"funder":[{"DOI":"10.13039\/100000001","name":"National Science Foundation","doi-asserted-by":"publisher","award":["BSR-8800206"]}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1995,5]]},"DOI":"10.1002\/j.1537-2197.1995.tb11510.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:26:17Z","timestamp":1517394377000},"page":"655-680","source":"Crossref","is-referenced-by-count":13,"title":["Patterns of ontogenetic evolution in perianth diversification of\n Besseya\n \n (Scrophulariaceae\n)"],"prefix":"10.1002","volume":"82","author":[{"given":"Larry","family":"Hufford","sequence":"first","affiliation":[{"name":"Department of Botany; Washington State University; Pullman Washington 99164-4238"}]}],"member":"311","published-online":{"date-parts":[[1995,5,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0001|ajb211510-cit-0001","doi-asserted-by":"crossref","first-page":"34","DOI":"10.1002\/j.1537-2197.1992.tb12620.x","article-title":"Lever action anthers and the forcible shedding of pollen in Torenia (Scrophulariaceae)","volume":"79","author":"Armstrong","year":"1992","journal-title":"American Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0002|ajb211510-cit-0002","doi-asserted-by":"crossref","first-page":"109","DOI":"10.2307\/2990030","article-title":"The phylogenetic taxonomy of flowering plants","volume":"2","author":"Bessey","year":"1915","journal-title":"Annals of the Missouri Botanical Garden"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0003|ajb211510-cit-0003","first-page":"20","article-title":"Floral development and breeding system in Torenia violacea (Scrophulariaceae)","volume":"80","author":"Canne-Hilliker","year":"1993","journal-title":"American Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0004|ajb211510-cit-0004","first-page":"1","article-title":"Archaeopteryx and evolution","volume":"42","author":"DeBeer","year":"1954","journal-title":"Advancement of Science"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0005|ajb211510-cit-0005","author":"Dickison","first-page":"47","year":"1989","article-title":"Comparisons of primitive Rosidae and Hamamelidae","volume-title":"Evolution, systematics, and fossil history of the Hamamelidae, vol. 1, introduction and \u2018lower\u2019 Hamamelidae"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0006|ajb211510-cit-0006","author":"Diggle","first-page":"326","year":"1992","article-title":"Development and the evolution of plant reproductive characters","volume-title":"Ecology and evolution of plant reproduction: new approaches"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0007|ajb211510-cit-0007","first-page":"321","article-title":"Evolutionary trends in the Hamamelidales-Fagales-group","volume":"1","author":"Endress","year":"1977","journal-title":"Plant Systematics and Evolution"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0008|ajb211510-cit-0008","doi-asserted-by":"crossref","first-page":"S106","DOI":"10.1086\/297069","article-title":"Evolution and floral diversity: the phylogenetic surroundings of Arabidopsis and","volume":"153","author":"Endress","year":"1992","journal-title":"Antirrhinum. International Journal of Plant Sciences"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0009|ajb211510-cit-0009","author":"Faegri","year":"1979","volume-title":"The principles of pollination ecology"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0010|ajb211510-cit-0010","doi-asserted-by":"crossref","first-page":"254","DOI":"10.1017\/S0094837300006977","article-title":"The conceptual relationship between ontogeny and phylogeny","volume":"8","author":"Fink","year":"1982","journal-title":"Paleobiology"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0011|ajb211510-cit-0011","first-page":"113","article-title":"Zur Entwicklungsgeschichte und Morphologie der Veronicabl\u00fcte","volume":"12","author":"Fischer","year":"1920","journal-title":"Zeitschrift f\u00fcr Botanik"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0012|ajb211510-cit-0012","author":"Guerrant","first-page":"111","year":"1988","article-title":"Heterochrony in plants: the intersection of evolution ecology and ontogeny","volume-title":"Heterochrony in evolution","DOI":"10.1007\/978-1-4899-0795-0_7","doi-asserted-by":"crossref"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0013|ajb211510-cit-0013","author":"Hedglin","year":"1959","article-title":"A survey of the genus Synthyris.","volume-title":"M.S. thesis"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0014|ajb211510-cit-0014","first-page":"1","article-title":"Taxonomy and evolution of the Veroniceae (Scrophulariaceae) with special reference to palynology","volume":"75","author":"Hong","year":"1984","journal-title":"Opera Botanica"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0015|ajb211510-cit-0015","doi-asserted-by":"crossref","first-page":"217","DOI":"10.1086\/297025","article-title":"Floral structure of Besseya and Synthyris (Scrophulariaceae)","volume":"153","author":"Hufford","year":"1992a","journal-title":"International Journal of Plant Sciences"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0016|ajb211510-cit-0016","doi-asserted-by":"crossref","first-page":"921","DOI":"10.1139\/b92-116","article-title":"Leaf structure of Besseya and Synthyris (Scrophulariaceae)","volume":"70","author":"Hufford","year":"1992b","journal-title":"Canadian Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0017|ajb211510-cit-0017","doi-asserted-by":"crossref","first-page":"218","DOI":"10.2307\/2399767","article-title":"Rosidae and their relationships to other nonmagnoliid dicotyledons: a phylogenetic analysis using morphological and chemical data","volume":"79","author":"Hufford","year":"1992c","journal-title":"Annals of the Missouri Botanical Garden"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0018|ajb211510-cit-0018","doi-asserted-by":"crossref","first-page":"350","DOI":"10.1086\/297115","article-title":"A phylogenetic analysis of Besseya (Scrophulariaceae)","volume":"154","author":"Hufford","year":"1993","journal-title":"International Journal of Plant Sciences"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0019|ajb211510-cit-0019","doi-asserted-by":"crossref","first-page":"181","DOI":"10.2307\/2419516","article-title":"A phylogenetic analysis of Cunoniaceae","volume":"17","author":"Hufford","year":"1992","journal-title":"Systematic Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0020|ajb211510-cit-0020","author":"Kalin Arroyo","first-page":"723","year":"1981","article-title":"Breeding systems and pollination biology in Leguminosae","volume-title":"Advances in legume systematics, part 2"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0021|ajb211510-cit-0021","doi-asserted-by":"crossref","first-page":"449","DOI":"10.1002\/j.1537-2197.1993.tb13823.x","article-title":"Quantitative comparison of floral development in Veronica chamaedrys and Veronicastrum virginicum (Scrophulariaceae)","volume":"80","author":"Kampny","year":"1993","journal-title":"American Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0022|ajb211510-cit-0022","author":"Kluge","first-page":"57","year":"1988","article-title":"The characterization of ontogeny","volume-title":"Ontogeny and systematics"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0023|ajb211510-cit-0023","doi-asserted-by":"crossref","first-page":"430","DOI":"10.1017\/S0094837300025495","article-title":"Form and function: structural analysis in evolutionary morphology","volume":"7","author":"Lauder","year":"1981","journal-title":"Paleobiology"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0024|ajb211510-cit-0024","author":"Lord","year":"1987","article-title":"Evidence for heterochrony in the evolution of plant form","volume-title":"Development as an evolutionary process"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0025|ajb211510-cit-0025","doi-asserted-by":"crossref","first-page":"1931","DOI":"10.1139\/b89-245","article-title":"The morphology of false anthers in Craterostigma plantagineum and Torenia polygonoides (Scrophulariaceae)","volume":"67","author":"Magin","year":"1989","journal-title":"Canadian Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0026|ajb211510-cit-0026","author":"Muth","year":"1899","article-title":"Zur Entwicklungsgeschichte der Skrophulariaceen-Bl\u00fcte.","volume-title":"Ph.D. dissertation"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0027|ajb211510-cit-0027","doi-asserted-by":"crossref","first-page":"170","DOI":"10.2307\/2992842","article-title":"Critical notes on new and old genera of plants. I","volume":"3","author":"Nieuwland","year":"1914","journal-title":"American Midland Naturalist"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0028|ajb211510-cit-0028","doi-asserted-by":"crossref","first-page":"159","DOI":"10.1111\/j.1096-0031.1985.tb00419.x","article-title":"Ontogenetic sequences and the phylogenetics of parasitic flatworm life cycles","volume":"1","author":"O''Grady","year":"1985","journal-title":"Cladistics"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0029|ajb211510-cit-0029","author":"Payer","year":"1857","article-title":"Trait\u00e9 d''organog\u00e9nie compar\u00e9e de la fleur.","volume-title":"Librairie de Victor Masson, Paris"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0030|ajb211510-cit-0030","first-page":"77","article-title":"A revision of Synthyris and","volume":"85","author":"Pennell","year":"1933","journal-title":"Besseya. Proceedings of the Academy of Natural Sciences of Philadelphia"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0031|ajb211510-cit-0031","doi-asserted-by":"crossref","first-page":"271","DOI":"10.2307\/2478553","article-title":"Some generic segregations","volume":"30","author":"Rydberg","year":"1903","journal-title":"Bulletin of the Torrey Botanical Club"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0032|ajb211510-cit-0032","doi-asserted-by":"crossref","first-page":"631","DOI":"10.1139\/b68-091","article-title":"Species of Puccinia attacking Veroniceae (Scrophulariaceae)","volume":"46","author":"Saville","year":"1968","journal-title":"Canadian Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0033|ajb211510-cit-0033","author":"Schaack","year":"1983","article-title":"A monographic revision of the genera Synthyris and Besseya (Scrophulariaceae).","volume-title":"Ph.D. dissertation"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0034|ajb211510-cit-0034","author":"Stearns","year":"1992","volume-title":"The evolution of life histories"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0035|ajb211510-cit-0035","first-page":"101","article-title":"Adaptive radiation and trends of evolution in higher plants","volume":"1","author":"Stebbins","year":"1967","journal-title":"Evolutionary Biology"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0036|ajb211510-cit-0036","author":"Stebbins","year":"1974","volume-title":"Flowering plants: evolution above the species level","DOI":"10.4159\/harvard.9780674864856","doi-asserted-by":"crossref"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0037|ajb211510-cit-0037","author":"Takhtajan","year":"1959","volume-title":"Die Evolution der Angiospermen"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0038|ajb211510-cit-0038","author":"Takhtajan","year":"1991","volume-title":"Evolutionary trends in flowering plants"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0039|ajb211510-cit-0039","first-page":"37","article-title":"The seeds of Veronica and allied genera","volume":"18","author":"Thieret","year":"1955","journal-title":"Lloydia"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0040|ajb211510-cit-0040","first-page":"87","article-title":"Supraspecific classification in the Scrophulariaceae: a review","volume":"3","author":"Thieret","year":"1967","journal-title":"Sida"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0041|ajb211510-cit-0041","doi-asserted-by":"crossref","first-page":"1139","DOI":"10.1002\/j.1537-2197.1984.tb11967.x","article-title":"Unidirectional organ initiation in leguminous flowers","volume":"71","author":"Tucker","year":"1984","journal-title":"American Journal of Botany"},{"key":"10.1002\/j.1537-2197.1995.tb11510.x-BIB0042|ajb211510-cit-0042","author":"Went","volume":"45","first-page":"305","year":"1958","journal-title":"Synthyris ranunculina. Annals of the Missouri Botanical Garden","DOI":"10.2307\/2394542","doi-asserted-by":"crossref"}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1995.tb11510.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/api.wiley.com\/onlinelibrary\/chorus\/v1\/articles\/10.1002%2Fj.1537-2197.1995.tb11510.x","content-type":"application\/pdf","content-version":"am","intended-application":"syndication"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1002\/j.1537-2197.1995.tb11510.x\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,8,17]],"date-time":"2018-08-17T20:42:40Z","timestamp":1534538560000},"score":1.0,"issued":{"date-parts":[[1995,5]]},"references-count":42,"journal-issue":{"published-print":{"date-parts":[[1995,5]]},"issue":"5"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1995.tb11510.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T21:56:49Z","timestamp":1575237409393},"reference-count":23,"publisher":"Wiley","issue":"2","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[1943,2,1]],"date-time":"1943-02-01T00:00:00Z","timestamp":-849398400000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[1943,2,1]],"date-time":"1943-02-01T00:00:00Z","timestamp":-849398400000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["American Journal of Botany"],"published-print":{"date-parts":[[1943,2]]},"DOI":"10.1002\/j.1537-2197.1943.tb14742.x","type":"journal-article","created":{"date-parts":[[2018,1,31]],"date-time":"2018-01-31T10:25:43Z","timestamp":1517394343000},"page":"150-156","source":"Crossref","is-referenced-by-count":4,"title":["GROWTH OF EXCISED TOMATO ROOTS IN AGAR WITH THIAMINE PLUS PYRIDOXINE, NICOTINAMIDE OR GLYCINE"],"prefix":"10.1002","volume":"30","author":[{"given":"Dorothy","family":"Day","sequence":"first","affiliation":[{"name":"Department of Botany; Cornell University; Ithaca New York"}]}],"member":"311","published-online":{"date-parts":[[1943,2,1]]},"reference":[{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB1|cit-1","doi-asserted-by":"crossref","first-page":"667","DOI":"10.1002\/j.1537-2197.1939.tb09333.x","article-title":"A second growth factor for excised pea roots: nicotinic acid","volume":"26","author":"Addicott","year":"1939","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB2|cit-2","doi-asserted-by":"crossref","first-page":"865","DOI":"10.1104\/pp.13.4.865","article-title":"Nicotinic acid and the growth of isolated pea embryos","volume":"13","author":"Bonner","year":"1938","journal-title":"Plant Physiol."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB3|cit-3","doi-asserted-by":"crossref","first-page":"553","DOI":"10.1104\/pp.15.3.553","article-title":"Specificity of nicotinic acid as a growth factor for isolated pea roots","volume":"15","author":"Bonner","year":"1940a","journal-title":"Plant Physiol."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB4|cit-4","doi-asserted-by":"crossref","first-page":"692","DOI":"10.1002\/j.1537-2197.1940.tb10935.x","article-title":"On the growth factor requirements of isolated roots","volume":"27","author":"Bonner","year":"1940b","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB5|cit-5","doi-asserted-by":"crossref","first-page":"130","DOI":"10.2307\/2481447","article-title":"Culture of isolated roots of Acacia melanoxylon","volume":"69","author":"Bonner","year":"1942","journal-title":"Bull. Torrey Club"},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB6|cit-6","doi-asserted-by":"crossref","first-page":"144","DOI":"10.1086\/334695","article-title":"Cultivation in vitro of excised pea roots","volume":"99","author":"Bonner","year":"1937","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB7|cit-7","doi-asserted-by":"crossref","first-page":"661","DOI":"10.1002\/j.1537-2197.1939.tb09331.x","article-title":"Growth factor requirement of four species of isolated roots","volume":"26","author":"Bonner","year":"1939","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB8|cit-8","doi-asserted-by":"crossref","first-page":"468","DOI":"10.1126\/science.94.2446.468-a","article-title":"Vitamin B6 and growth of excised tomato roots in agar culture","volume":"94","author":"Day","year":"1941","journal-title":"Science"},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB9|cit-9","doi-asserted-by":"crossref","first-page":"11","DOI":"10.2307\/2481517","article-title":"Thiamin content of agar","volume":"69","author":"Day","year":"1942","journal-title":"Bull. Torrey Club"},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB10|cit-10","unstructured":"Knudson , Lewis 1916 Influence of certain carbohydrates on green plants Cornell University Agric. Exper. Sta. memoir 9"},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB11|cit-11","doi-asserted-by":"crossref","first-page":"581","DOI":"10.1073\/pnas.26.9.581","article-title":"Synthesis of thiamin by excised roots of Maize","volume":"26","author":"McClary","year":"1940","journal-title":"Proc. Nat. Acad. Sci. U. S. A."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB12|cit-12","doi-asserted-by":"crossref","first-page":"376","DOI":"10.1086\/333010","article-title":"Cultivation of excised root tips and stem tips under sterile conditions","volume":"73","author":"Robbins","year":"1922a","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB13|cit-13","doi-asserted-by":"crossref","first-page":"59","DOI":"10.1086\/333055","article-title":"Effect of autolyzed yeast and peptone on growth of excised corn root tips in the dark","volume":"74","author":"Robbins","year":"1922b","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB14|cit-14","doi-asserted-by":"crossref","first-page":"216","DOI":"10.1002\/j.1537-2197.1941.tb07964.x","article-title":"Growth of excised roots and heterosis in tomato","volume":"28","author":"Robbins","year":"1941","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB15|cit-15","doi-asserted-by":"crossref","first-page":"241","DOI":"10.2307\/2437676","article-title":"Specificity of pyridoxine for excised tomato roots","volume":"29","author":"Robbins","year":"1942","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB16|cit-16","doi-asserted-by":"crossref","first-page":"491","DOI":"10.1146\/annurev.bi.10.070141.002423","article-title":"Plant growth substances","volume":"10","author":"Robbins","year":"1941","journal-title":"Ann. Rev. Biochem."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB17|cit-17","doi-asserted-by":"crossref","first-page":"671","DOI":"10.1086\/334743","article-title":"Growth of excised roots of the tomato","volume":"99","author":"Robbins","year":"1938","journal-title":"Bot. Gaz."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB18|cit-18","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1073\/pnas.25.1.1","article-title":";Vitamin B6, a growth sub-stance for excised tomato roots","volume":"25","author":"Robbins","year":"1939a","journal-title":"Proc. Nat. Acad. Sci. U. S. A."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB19|cit-19","doi-asserted-by":"crossref","first-page":"149","DOI":"10.1002\/j.1537-2197.1939.tb12883.x","article-title":"Further experiments on excised tomato roots","volume":"26","author":"Robbins","year":"1939b","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB20|cit-20","doi-asserted-by":"crossref","first-page":"793","DOI":"10.1104\/pp.12.3.793","article-title":"Amino acids in the nutrition of excised tomato roots","volume":"12","author":"White","year":"1937","journal-title":"Plant Physiol."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB21|cit-21","doi-asserted-by":"crossref","first-page":"527","DOI":"10.1104\/pp.14.3.527","article-title":"Glycine in the nutrition of excised tomato roots","volume":"14","author":"White","year":"1939","journal-title":"Plant Physiol."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB22|cit-22","doi-asserted-by":"crossref","first-page":"811","DOI":"10.1002\/j.1537-2197.1940.tb10955.x","article-title":"Vitamin B6, nicotinic acid, pyridine, glycine and thiamin in the nutrition of excised tomato roots","volume":"27","author":"White","year":"1940","journal-title":"Amer. Jour. Bot."},{"key":"10.1002\/j.1537-2197.1943.tb14742.x-BIB23|cit-23","doi-asserted-by":"crossref","first-page":"615","DOI":"10.1146\/annurev.bi.11.070142.003151","article-title":"Plant tissue cultures","volume":"11","author":"White","year":"1942","journal-title":"Ann. Rev. Biochem."}],"container-title":["American Journal of Botany"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1002%2Fj.1537-2197.1943.tb14742.x","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"https:\/\/onlinelibrary.wiley.com\/doi\/full\/10.1002\/j.1537-2197.1943.tb14742.x","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T01:30:51Z","timestamp":1570671051000},"score":1.0,"issued":{"date-parts":[[1943,2]]},"references-count":23,"journal-issue":{"published-print":{"date-parts":[[1943,2]]},"issue":"2"},"URL":"http:\/\/dx.doi.org\/10.1002\/j.1537-2197.1943.tb14742.x","archive":["Portico"],"relation":{"cites":[]},"ISSN":["0002-9122"],"issn-type":[{"value":"0002-9122","type":"print"}],"subject":["Plant Science","Genetics","Ecology, Evolution, Behavior and Systematics"]},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T22:58:20Z","timestamp":1575241100237},"publisher-location":"Cham","reference-count":46,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319660196","type":"print"},{"value":"9783319660202","type":"electronic"}],"license":[{"URL":"http:\/\/www.springer.com\/tdm","start":{"date-parts":[[2018,1,1]],"date-time":"2018-01-01T00:00:00Z","timestamp":1514764800000},"delay-in-days":0,"content-version":"unspecified"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2018]]},"DOI":"10.1007\/978-3-319-66020-2_11","type":"book-chapter","created":{"date-parts":[[2018,2,6]],"date-time":"2018-02-06T08:53:25Z","timestamp":1517907205000},"page":"281-305","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":0,"title":["Transforming Indonesia: Structural Change from a Regional Perspective, 1968\u20132010"],"prefix":"10.1007","author":[{"given":"Tobias","family":"Axelsson","sequence":"first","affiliation":[]},{"given":"Andr\u00e9s","family":"Palacio","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,2,7]]},"reference":[{"key":"11_CR1","unstructured":"Andersson, M., & Palacio, A. (2016). Structural Change and Income Inequality\u2013Agricultural Development and Inter-sectoral Dualism in the Developing World, 1960\u20132010. Revista OASIS, 23, pp. 99\u2013122","DOI":"10.18601\/16577558.n23.06","doi-asserted-by":"crossref"},{"key":"11_CR2","author":"T Axelsson","year":"2008","unstructured":"Axelsson, T. (2008). Peasants and Policymakers, Agricultural Transformation in Java Under Suharto. Holmbergs: Lund.","volume-title":"Peasants and Policymakers, Agricultural Transformation in Java Under Suharto"},{"key":"11_CR3","author":"T Axelsson","first-page":"86","year":"2013","unstructured":"Axelsson, T. (2013). State Led Agricultural Development and Change in Yogyakarta 1973\u20131996. In E. Hillbom & P. Svensson (Eds.), Agricultural Transformation in a Global History Perspective (pp. 86\u2013107). Abingdon: Routledge.","volume-title":"Agricultural Transformation in a Global History Perspective"},{"key":"11_CR5","unstructured":"Basri, F. (2009, Nov, 29). \u2018Deindustrialisasi betul-betul serius!\u2019 [Deindustrialisation is Really Serious!]. Kompasiana."},{"key":"11_CR6","unstructured":"Birdsall, N. (2005) The World is Not Flat: Inequality and Injustice in Our Global Economy. Annual Lecture, UNU-WIDER."},{"issue":"2","key":"11_CR8","doi-asserted-by":"crossref","first-page":"179","DOI":"10.1080\/000749102320145048","volume":"38","author":"A Booth","year":"2002","unstructured":"Booth, A. (2002). The Changing Role of Non-farm Activities in Agricultural Households in Indonesia: Some Insights from the Agricultural Censuses. Bulletin of Indonesian Economic Studies, 38(2), 179\u2013200.","journal-title":"Bulletin of Indonesian Economic Studies"},{"key":"11_CR9","author":"A Booth","first-page":"51","year":"2012","unstructured":"Booth, A. (2012). Land, Livelihood, the Economy and the Environment in Indonesia: Essays. In A. Booth, C. Manning, & T. Kian Wie (Eds.), Honour of Joan Hardjono, Chapter 4 (pp. 51\u201384). Jakarta: Yayasan Pustaka Obor Indonesia.","volume-title":"Honour of Joan Hardjono, Chapter 4"},{"key":"11_CR10","author":"A Booth","first-page":"25","year":"2014","unstructured":"Booth, A. (2014). Before the \u2018Big Bang\u2019 Decentralisation Debates and Practise in Indonesia 1949\u20131999. In H. Hill (Ed.), Regional Dynamics in Decentralized Indonesia (pp. 25\u201344). Singapore: Institute of Southeast Asian Studies.","volume-title":"Regional Dynamics in Decentralized Indonesia","DOI":"10.1355\/9789814519175-009","doi-asserted-by":"crossref"},{"key":"11_CR11","author":"A Booth","year":"2016","unstructured":"Booth, A. (2016). Economic Change in Modern Indonesia, Colonial and Post-Colonial Comparisons. Cambridge: Cambridge University Press.","volume-title":"Economic Change in Modern Indonesia, Colonial and Post-Colonial Comparisons","DOI":"10.1017\/CBO9781316271438","doi-asserted-by":"crossref"},{"issue":"3\u20134","key":"11_CR12","doi-asserted-by":"crossref","first-page":"845","DOI":"10.1080\/03066150.2012.679931","volume":"39","author":"SM Borras Jr","year":"2012","unstructured":"Borras, S. M., Jr., Franco, J. C., G\u00f3mez, S., Kay, C., & Spoor, M. (2012). Land Grabbing in Latin America and the Caribbean. Journal of Peasant Studies, 39(3\u20134), 845\u2013872.","journal-title":"Journal of Peasant Studies"},{"key":"11_CR13","unstructured":"Bourguignon, F. (2004). The Poverty-Growth-Inequality Triangle. Poverty, Inequality and Growth, 69\u201364."},{"key":"11_CR14","author":"J Bresnan","year":"1993","unstructured":"Bresnan, J. (1993). Managing Indonesia, The Modern Political Economy. New York: Columbia University.","volume-title":"Managing Indonesia, The Modern Political Economy","DOI":"10.7312\/bres91910","doi-asserted-by":"crossref"},{"key":"11_CR15","author":"CBS (Central Bureau of Statistics), BPS (Badan Pusat Statistik)","year":"1986","unstructured":"CBS (Central Bureau of Statistics), BPS (Badan Pusat Statistik). (1986\u20132013). Published volumes. Jakarta: BPS.","volume-title":"Published volumes"},{"key":"11_CR16","doi-asserted-by":"crossref","first-page":"5","DOI":"10.4206\/rev.austral.cienc.soc.2010.n18-01","volume":"18","author":"JG Silva Da","year":"2010","unstructured":"Da Silva, J. G., G\u00f3mez, S., & Casta\u00f1eda, R. (2010). Boom agr\u00edcola y persistencia de la pobreza rural en Am\u00e9rica Latina. Algunas reflexiones. Revista Austral de Ciencias Sociales, 18, 5\u201320.","journal-title":"Revista Austral de Ciencias Sociales"},{"issue":"6","key":"11_CR17","doi-asserted-by":"crossref","first-page":"674","DOI":"10.1080\/00220388.2014.997222","volume":"51","author":"G Vries De","year":"2015","unstructured":"De Vries, G., Timmer, M., & de Vries, K. (2015). Structural Transformation in Africa: Static Gains, Dynamic Losses. The Journal of Development Studies, 51(6), 674\u2013688.","journal-title":"The Journal of Development Studies"},{"key":"11_CR18","author":"FAO","year":"2016","unstructured":"FAO. (2016). The State of Food and Agriculture. Rome: United Nations.","volume-title":"The State of Food and Agriculture"},{"issue":"2\/3","key":"11_CR19","doi-asserted-by":"crossref","first-page":"143","DOI":"10.1111\/j.1467-940X.2010.00165.x","volume":"21","author":"T Firman","year":"2009","unstructured":"Firman, T. (2009). Decentralization Reform and Local-Government Proliferation in Indonesia: Towards A Fragmentation of Regional Development. Review of Urban and Regional Studies, 21(2\/3), 143\u2013157.","journal-title":"Review of Urban and Regional Studies"},{"key":"11_CR20","author":"KO Fuglie","first-page":"335","year":"2012","unstructured":"Fuglie, K. O. (2012). Productivity Growth and Technology Capital in the Global Agricultural Economy. In K. O. Fuglie, S. L. Wang, & V. E. Ball (Eds.), Productivity Growth in Agriculture: An International Perspective (pp. 335\u2013368). Washington: CABI.","volume-title":"Productivity Growth in Agriculture: An International Perspective","DOI":"10.1079\/9781845939212.0335","doi-asserted-by":"crossref"},{"key":"11_CR21","unstructured":"GOI, Government of Indonesia. (various years). Repelita I\u2013V. Jakarta: Bappenas."},{"key":"11_CR22","unstructured":"Groningen Growth Development Centre. (2015). National Accounts Data for Indonesia."},{"issue":"2","key":"11_CR23","doi-asserted-by":"crossref","first-page":"79","DOI":"10.1080\/00074919012331335805","volume":"26","author":"H Hill","year":"1990","unstructured":"Hill, H. (1990). Indonesia\u2019s Industrial Transformation Part I. Bulletin of Indonesian Economic Studies, 26(2), 79\u2013120.","journal-title":"Bulletin of Indonesian Economic Studies"},{"key":"11_CR24","unstructured":"Hill, H. (2000). The Indonesian Economy (2 nd ed.). Cambridge: Cambridge University Press.","DOI":"10.1017\/CBO9780511818189","doi-asserted-by":"crossref"},{"issue":"3","key":"11_CR25","doi-asserted-by":"crossref","first-page":"407","DOI":"10.1080\/00074910802395344","volume":"44","author":"H Hill","year":"2008","unstructured":"Hill, H., Resosudarmo, B., & Vidyattama, Y. (2008). Indonesia\u2019s Changing Economic Geography. Bulletin of Indonesian Economic Studies, 44(3), 407\u2013435.","journal-title":"Bulletin of Indonesian Economic Studies"},{"key":"11_CR26","author":"H Hill","first-page":"68","year":"2014","unstructured":"Hill, H., & Vidyattama, Y. (2014). Hares and Tortoises: Regional Development Dynamics in Indonesia. In H. Hill (Ed.), Regional Dynamics in Decentralized Indonesia (pp. 68\u201397). Singapore: Institute of Southeast Asian Studies.","volume-title":"Regional Dynamics in Decentralized Indonesia","DOI":"10.1355\/9789814519175-011","doi-asserted-by":"crossref"},{"issue":"2","key":"11_CR27","doi-asserted-by":"crossref","first-page":"26","DOI":"10.1142\/S0217590816400270","volume":"61","author":"H Hill","year":"2016","unstructured":"Hill, H., & Vidyattama, Y. (2016). Regional Development Dynamics in Indonesia Before and After the \u2018Big Bang\u2019 Decentralization. The Singapore Economic Review, 61(2), 26.","journal-title":"The Singapore Economic Review"},{"key":"11_CR28","unstructured":"Indonesia Database for Policy and Economic Research, World Bank. (2017)."},{"key":"11_CR29","unstructured":"Indonesian Palm Oil Statistics. (2015). Central Bureau of Statistics of Indonesia."},{"key":"11_CR30","unstructured":"Indonesian Rubber Statistics. (2015). Central Bureau of Statistics of Indonesia."},{"issue":"2","key":"11_CR31","doi-asserted-by":"crossref","first-page":"330","DOI":"10.1111\/j.1467-6419.2007.00539.x","volume":"22","author":"JJ Kr\u00fcger","year":"2008","unstructured":"Kr\u00fcger, J. J. (2008). Productivity and Structural Change: A Review of the Literature. Journal of Economic Surveys, 22(2), 330\u2013363.","journal-title":"Journal of Economic Surveys"},{"issue":"S3","key":"11_CR32","doi-asserted-by":"crossref","first-page":"S11","DOI":"10.1086\/edcc.36.s3.1566537","volume":"36","author":"PW Kuznets","year":"1988","unstructured":"Kuznets, P. W. (1988). An East Asian Model of Economic Development: Japan, Taiwan, and South Korea. Economic Development and Cultural Change, 36(S3), S11\u2013S43.","journal-title":"Economic Development and Cultural Change"},{"key":"11_CR33","unstructured":"Kuznets, S. (1955). Economic Growth and Income Inequality. The American Economic Review, 1\u201328."},{"key":"11_CR34","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1111\/j.1467-9957.1954.tb00021.x","volume":"22","author":"WA Lewis","year":"1954","unstructured":"Lewis, W. A. (1954). Economic Development with Unlimited Supplies of Labour. The Manchester School, 22, 3\u201342.","journal-title":"The Manchester School"},{"key":"11_CR35","author":"C Manning","year":"1998","unstructured":"Manning, C. (1998). Indonesian Labour in Transition: An East Asian Success Story? Cambridge: Cambridge University Press.","volume-title":"Indonesian Labour in Transition: An East Asian Success Story?"},{"issue":"3","key":"11_CR37","doi-asserted-by":"crossref","first-page":"371","DOI":"10.1080\/00074918.2014.980379","volume":"50","author":"D Narjoko","year":"2014","unstructured":"Narjoko, D. (2014). Did Better firm Enter the Indonesian Manufacturing Sector After the 1997\u2013998 Crisis? Bulletin of Indoensian Economic Studies, 50(3), 371\u2013391.","journal-title":"Bulletin of Indoensian Economic Studies"},{"key":"11_CR38","author":"J Neilson","first-page":"245","year":"2016","unstructured":"Neilson, J. (2016). Agrarian Transformations and Land Reform in Indonesia. In J. F. McCarthy & K. Robinson (Eds.), Land and Development in Indonensia: Searching for the People\u2019s Sovereignity (pp. 245\u2013264). Singapore: ISEAS\u2014Yusof Ishak Institute.","volume-title":"Land and Development in Indonensia: Searching for the People\u2019s Sovereignity","DOI":"10.1355\/9789814762106-016","doi-asserted-by":"crossref"},{"key":"11_CR39","author":"P Sajogyo","year":"1985","unstructured":"Sajogyo, P., & Wiradi, G. (1985). Rural Poverty and Efforts for Its Alleviation in Indonesia, WCARRD Follow-Up Programme. Rome: FAO.","volume-title":"Rural Poverty and Efforts for Its Alleviation in Indonesia, WCARRD Follow-Up Programme"},{"issue":"1","key":"11_CR40","doi-asserted-by":"crossref","first-page":"81","DOI":"10.1080\/00074919112331335948","volume":"27","author":"MH Sawit","year":"1991","unstructured":"Sawit, M. H., & Manwan, I. (1991). The Beginnings of the New Supra Insus Rice Intensification Program: The Case of the North Coast of West Java and South Sulawesi 1. Bulletin of Indonesian Economic Studies, 27(1), 81\u2013103.","journal-title":"Bulletin of Indonesian Economic Studies"},{"issue":"1","key":"11_CR41","doi-asserted-by":"crossref","first-page":"65","DOI":"10.1080\/00074910802001587","volume":"44","author":"P Simatupang","year":"2008","unstructured":"Simatupang, P., & Timmer, C. P. (2008). Indonesian Rice Production: Policies and Realities. Bulletin of Indonesian Economic Studies, 44(1), 65\u201380.","journal-title":"Bulletin of Indonesian Economic Studies"},{"key":"11_CR42","unstructured":"Sumner, A. (2010). Global Poverty and the New Bottom Billion: What if Three-quarters of the World\u2019s Poor Live in Middle-income Countries? IDS Working Paper, vol. 2010 (349)."},{"key":"11_CR43","unstructured":"The Conference Board Total Economy Database\u2122, (TED). (2014, January)."},{"issue":"2","key":"11_CR44","doi-asserted-by":"crossref","first-page":"177","DOI":"10.1080\/0007491042000205277","volume":"40","author":"CP Timmer","year":"2004","unstructured":"Timmer, C. P. (2004). The Road to Pro-Poor Growth: The Indonesian Experience in Regional Perspective. Bulletin of Indonesian Economic Studies, 40(2), 177\u2013207.","journal-title":"Bulletin of Indonesian Economic Studies"},{"key":"11_CR45","unstructured":"Usman, S. (2001). Indonesia\u2019s Decentralization Policy: Initial Experiences and Emerging Problems. SMERU Working Paper, the SMERU Research Institute, Jakarta."},{"key":"11_CR46","author":"MRJ Vatikiotis","year":"1993","unstructured":"Vatikiotis, M. R. J. (1993). Indonesian Politics Under Suharto, Order Development and Pressure of Change. London: Routledge.","volume-title":"Indonesian Politics Under Suharto, Order Development and Pressure of Change","DOI":"10.4324\/9780203279809","doi-asserted-by":"crossref"},{"key":"11_CR47","unstructured":"World Bank. (2007). Agricultural Extension Services In Indonesia: New Approaches and Emerging Issues. Decentralizing Indonesiae: A Regional Public Expenditure Review Overview Report."},{"key":"11_CR48","author":"World Bank","year":"1993","unstructured":"World Bank. (1993). The East Asian Miracle. Oxford: Oxford University Press.","volume-title":"The East Asian Miracle"},{"key":"11_CR49","unstructured":"World Development Indicators. (2017). Washington, US: World Bank."}],"container-title":["Agricultural Development in the World Periphery"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-66020-2_11","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T09:56:47Z","timestamp":1570701407000},"score":1.0,"issued":{"date-parts":[[2018]]},"ISBN":["9783319660196","9783319660202"],"references-count":46,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-66020-2_11","relation":{"cites":[]}},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T22:58:20Z","timestamp":1575241100290},"publisher-location":"Cham","reference-count":57,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319660196","type":"print"},{"value":"9783319660202","type":"electronic"}],"license":[{"URL":"http:\/\/www.springer.com\/tdm","start":{"date-parts":[[2018,1,1]],"date-time":"2018-01-01T00:00:00Z","timestamp":1514764800000},"delay-in-days":0,"content-version":"unspecified"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2018]]},"DOI":"10.1007\/978-3-319-66020-2_12","type":"book-chapter","created":{"date-parts":[[2018,2,6]],"date-time":"2018-02-06T08:53:25Z","timestamp":1517907205000},"page":"307-334","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":1,"title":["Perspectives on Agricultural and Grain Output Growth in China from the 19th Century to the Present Day"],"prefix":"10.1007","author":[{"given":"Robert","family":"Ash","sequence":"first","affiliation":[]},{"given":"Jun","family":"Du","sequence":"additional","affiliation":[]},{"given":"Cheng","family":"King","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,2,7]]},"reference":[{"key":"12_CR1","author":"RF Ash","first-page":"11","year":"1993","unstructured":"Ash, R. F. (1993). Agricultural Policy Under the Impact of Reform. In Y. Y. Kueh & R. F. Ash (Eds.), Economic Trends in Chinese Agriculture: The Impact of Post-Mao Reforms (pp. 11\u201345). Oxford: Clarendon Press.","volume-title":"Economic Trends in Chinese Agriculture: The Impact of Post-Mao Reforms"},{"key":"12_CR2","author":"RF Ash","first-page":"76","year":"2001","unstructured":"Ash, R. F. (2001). China\u2019s Agricultural Reforms: A Twenty-Year Retrospective. In C. Chao & B. J. Dickson (Eds.), Remaking the Chinese State: Strategies, Society, and Security (pp. 76\u2013100). London: Routledge.","volume-title":"Remaking the Chinese State: Strategies, Society, and Security"},{"key":"12_CR3","doi-asserted-by":"crossref","first-page":"959","DOI":"10.1017\/S0305741006000518","volume":"188","author":"RF Ash","year":"2006","unstructured":"Ash, R. F. (2006). Squeezing the Peasants: Grain Extraction, Food Consumption and Rural Living Standards in Mao\u2019s China. The China Quarterly, 188, 959\u2013998.","journal-title":"The China Quarterly"},{"key":"12_CR4","author":"Bank of Chosen","year":"1920","unstructured":"Bank of Chosen. (1920). Economic History of Manchuria. Chosen [Korea]. Seoul: Bank of Chosen.","volume-title":"Economic History of Manchuria. Chosen [Korea]"},{"key":"12_CR5","author":"L Bianco","year":"1971","unstructured":"Bianco, L. (1971). Origins of the Chinese Revolution. Stanford, CA: Stanford University Press.","volume-title":"Origins of the Chinese Revolution"},{"key":"12_CR6","author":"L Bianco","year":"2001","unstructured":"Bianco, L. (2001). Peasants Without the Party: Grass-Roots Movements in Twentieth-Century China. Armonk, NY: M.E. Sharpe.","volume-title":"Peasants Without the Party: Grass-Roots Movements in Twentieth-Century China"},{"key":"12_CR7","author":"L Brandt","year":"1989","unstructured":"Brandt, L. (1989). Commercialisation and Agricultural Development: Central and Eastern China, 1870\u20131937. Cambridge: Cambridge University Press.","volume-title":"Commercialisation and Agricultural Development: Central and Eastern China, 1870\u20131937"},{"key":"12_CR8","author":"JL Buck","year":"1925","unstructured":"Buck, J. L. (1925). Farm Ownership and Tenancy in China. Shanghai: Commercial Press.","volume-title":"Farm Ownership and Tenancy in China"},{"key":"12_CR9","author":"JL Buck","year":"1964","unstructured":"Buck, J. L. (1964). Land Utilisation in China: A Study of 16,786 Farms in 168 Localities, and 38,256 Farm Families in Twenty-Two Provinces in China, 1929\u20131933. New York: Paragon Book Reprint Corp. First published in 1937.","volume-title":"Land Utilisation in China: A Study of 16,786 Farms in 168 Localities, and 38,256 Farm Families in Twenty-Two Provinces in China, 1929\u20131933"},{"key":"12_CR10","author":"S Cao","year":"2009","unstructured":"Cao, S. (2009). Zhongguo Renkou Shi [A History of the Chinese Population]. Shanghai: Fudan University Press.","volume-title":"Zhongguo Renkou Shi [A History of the Chinese Population]"},{"key":"12_CR11","author":"K Chao","year":"1986","unstructured":"Chao, K. (1986). Man and Land in Chinese History: An Economic Analysis. Stanford, CA: Stanford University Press.","volume-title":"Man and Land in Chinese History: An Economic Analysis"},{"key":"12_CR12","author":"S Cheung","year":"1969","unstructured":"Cheung, S. (1969). The Theory of Share Tenancy. Chicago: University of Chicago Press.","volume-title":"The Theory of Share Tenancy"},{"key":"12_CR13","author":"China, National Bureau of Statistics (NBS)","year":"2009","unstructured":"China, National Bureau of Statistics (NBS). (2009). Gaige Kaifang Sanshi Nian: Nongye Tongji Ziliao Huibian [Thirty Years of Reform and Opening: An Agricultural Statistical Compendium]. Beijing: Zhongguo rongji chubanshe.","volume-title":"Gaige Kaifang Sanshi Nian: Nongye Tongji Ziliao Huibian [Thirty Years of Reform and Opening: An Agricultural Statistical Compendium]"},{"key":"12_CR14","unstructured":"China, National Bureau of Statistics (NBS). (2017). Statistical communiqu\u00e9 of the People\u2019s Republic of China on the 2016 National Economic and Social Development. http:\/\/www.stats.gov.cn\/english\/PressRelease\/201702\/t20170228_1467503.html"},{"key":"12_CR15","unstructured":"China, National Bureau of Statistics (NBS). (annual publication). Zhongguo Tongji Nianjian (China Statistical Yearbook). Beijing: Zhongguo tongji chubanshe."},{"key":"12_CR16","author":"O Dawson","year":"1970","unstructured":"Dawson, O. (1970). Communist China\u2019s Agriculture: Its Development and Future Potential. New York: Praeger.","volume-title":"Communist China\u2019s Agriculture: Its Development and Future Potential"},{"key":"12_CR17","unstructured":"Deng, K. (2003). Fact or Fiction? Re-examination of Chinese Premodern Population Statistics. London: London School of Economics and Political Science, Economic History Working Paper Series, 76."},{"key":"12_CR18","author":"K Deng","year":"2011","unstructured":"Deng, K. (2011). China\u2019s Political Economy in Modern Times; Changes and Economic Consequences. Abingdon: Routledge.","volume-title":"China\u2019s Political Economy in Modern Times; Changes and Economic Consequences"},{"key":"12_CR19","unstructured":"Deng, K. (2015). China\u2019s Population Expansion and Its Causes During the Qing Period, 1644\u20131911. London: London School of Economics and Political Science, Economic History Working Paper Series, 219."},{"key":"12_CR20","first-page":"42","volume":"3","author":"C Ding","year":"1985","unstructured":"Ding, C. (1985). Guanyu Zhongguo jindai nongcun shangpin jingji fazhan de jige wenti [Several Problems in Modern Chinese Rural Commercial Economic Development]. Nankai Jingji Yanjiu [Nankai Economic Research], 3, 42\u201347.","journal-title":"Nankai Jingji Yanjiu [Nankai Economic Research]"},{"issue":"3","key":"12_CR22","doi-asserted-by":"crossref","first-page":"302","DOI":"10.1093\/ereh\/hex005","volume":"21","author":"J Du","year":"2017","unstructured":"Du, J., & Deng, K. (2017). Getting Food Prices Right: The State Versus the Market in Reforming China, 1979\u20132006. European Review of Economic History, 21(3), 302\u2013325.","journal-title":"European Review of Economic History"},{"key":"12_CR21","unstructured":"Du, J., & King, C. (n.d.). Unravelling China\u2019s food security puzzle. National University of Singapore, East Asian Institute, East Asian Institute Working Papers, 167."},{"key":"12_CR23","author":"M Elvin","year":"1973","unstructured":"Elvin, M. (1973). The Pattern of the Chinese Past. Stanford, CA: Stanford University Press.","volume-title":"The Pattern of the Chinese Past"},{"key":"12_CR24","author":"Q Fan","year":"1994","unstructured":"Fan, Q., & Nolan, P. (1994). China\u2019s Economic Reforms: The Costs and Benefits of Incrementalism. Basingstoke: Palgrave Macmillan.","volume-title":"China\u2019s Economic Reforms: The Costs and Benefits of Incrementalism"},{"key":"12_CR25","first-page":"337","volume":"73","author":"S Fan","year":"1991","unstructured":"Fan, S. (1991). Effects of Technological Change and Institutional Reform on Production Growth in Chinese Agriculture. American Journal of Agricultural Economics, 73, 337\u2013369.","journal-title":"American Journal of Agricultural Economics"},{"issue":"2 Part 1","key":"12_CR26","doi-asserted-by":"crossref","first-page":"191","DOI":"10.1525\/aa.1955.57.2.02a00020","volume":"57","author":"P Ho","year":"1955","unstructured":"Ho, P. (1955). The introduction of American food plants into China. American Anthropologist, 57(2 Part 1), 191\u2013201.","journal-title":"American Anthropologist"},{"key":"12_CR27","author":"P Ho","year":"1959","unstructured":"Ho, P. (1959). Studies on the Population of China, 1368\u20131953. Cambridge, MA: Harvard University Press.","volume-title":"Studies on the Population of China, 1368\u20131953","DOI":"10.4159\/harvard.9780674184510","doi-asserted-by":"crossref"},{"key":"12_CR28","author":"SPS Ho","year":"1975","unstructured":"Ho, S. P. S. (1975). Economic Development of Taiwan, 1860\u20131970. New Haven, CT: Yale University Press.","volume-title":"Economic Development of Taiwan, 1860\u20131970"},{"issue":"2","key":"12_CR29","doi-asserted-by":"crossref","first-page":"337","DOI":"10.1016\/0304-3878(95)00065-8","volume":"49","author":"J Huang","year":"1996","unstructured":"Huang, J., & Rozelle, S. (1996). Technological Change: Rediscovering the Engine of Productivity Growth in China\u2019s Rural Economy. Journal of Development Economics, 49(2), 337\u2013369.","journal-title":"Journal of Development Economics"},{"issue":"2","key":"12_CR30","first-page":"47","volume":"28","author":"Z Huang","year":"2009","unstructured":"Huang, Z. (2009). Minguo shiqi Gansu nongjia jingji yanjiu [An Investigation of the Gansu Peasant Economy in the Republican Era], Part II. Zhongguo Nongshi [Agricultural History of China], 28(2), 47\u201355.","journal-title":"Zhongguo Nongshi [Agricultural History of China]"},{"issue":"1","key":"12_CR31","doi-asserted-by":"crossref","first-page":"3","DOI":"10.1111\/j.1746-1049.1967.tb01110.x","volume":"5","author":"S Ishikawa","year":"1967","unstructured":"Ishikawa, S. (1967). Resource Flow Between Agriculture and Industry\u2014The Chinese Experience. The Developing Economies, 5(1), 3\u201349.","journal-title":"The Developing Economies"},{"key":"12_CR32","first-page":"1","volume":"24","author":"X Ji","year":"2016","unstructured":"Ji, X., Rozelle, S., Huang, J., Zhang, L., & Zhang, T. (2016). Are China\u2019s Farms Growing? China and World Economy, 24, 1.","journal-title":"China and World Economy"},{"issue":"1","key":"12_CR33","doi-asserted-by":"crossref","first-page":"117","DOI":"10.1093\/oxfordjournals.oep.a042156","volume":"47","author":"J Knight","year":"1995","unstructured":"Knight, J. (1995). Price Scissors and Inter-Sectoral Resource Transfers: Who Paid for Industrialization in China? Oxford Economic Papers, 47(1), 117\u2013135.","journal-title":"Oxford Economic Papers"},{"key":"12_CR34","author":"LTC Kuo","year":"1970","unstructured":"Kuo, L. T. C. (1970). The Technical Transformation of Agriculture in Communist China. New York: Praeger.","volume-title":"The Technical Transformation of Agriculture in Communist China"},{"key":"12_CR35","author":"F Liang","year":"2008","unstructured":"Liang, F. (2008). Zhongguo Lidai Hukou Tianfu Tiandi Tongji [The Statistics of Ancient Accounts, Land and Land Taxes of China]. Beijing: Zhonghua Book Company.","volume-title":"Zhongguo Lidai Hukou Tianfu Tiandi Tongji [The Statistics of Ancient Accounts, Land and Land Taxes of China]"},{"key":"12_CR36","first-page":"1","volume":"9","author":"J Lin","year":"1989","unstructured":"Lin, J. (1989). An Economic Theory of Institutional Change: Induced and Imposed Change. The Cato Journal, 9, 1\u201333.","journal-title":"The Cato Journal"},{"key":"12_CR37","author":"J Liu","year":"1970","unstructured":"Liu, J. (1970). China\u2019s Fertiliser Economy. Chicago: Aldine Publishing Company.","volume-title":"China\u2019s Fertiliser Economy"},{"issue":"6","key":"12_CR38","first-page":"52","volume":"48","author":"Y Liu","year":"2016","unstructured":"Liu, Y. (2016). Tianfu, dizu yu Zhongguo chuantong shehui xiangcun jiegou bianqian: jiyu 20 shiji 20\u201330 niandai de fenxi [Land Tax, Land Rent and Rural Structural Change]. Xueshu Yuekan [Academic Monthly], 48(6), 52\u201367.","journal-title":"Xueshu Yuekan [Academic Monthly]"},{"key":"12_CR39","author":"RH Myers","year":"1970","unstructured":"Myers, R. H. (1970). The Chinese Peasant Economy: Agricultural Development in Hopei and Shantung, 1890\u20131949. Cambridge, MA: Harvard University Press.","volume-title":"The Chinese Peasant Economy: Agricultural Development in Hopei and Shantung, 1890\u20131949"},{"key":"12_CR40","unstructured":"Na, Y. (n.d., mid-Qing). Collections of Wenyi Lord Na Yancheng, Vol. 77. (Reprint: Xubian Siku Quanshu, Vol. 497. Shanghai: Shanghai Classics Publishing House)."},{"key":"12_CR41","author":"K Naoto","first-page":"141","year":"1995","unstructured":"Naoto, K. (1995). \u6e05\u4ee3\u53cc\u57ce\u5821\u306e\u5c6f\u58be\u306b\u3064\u3044\u3066 [A Study of Military Cultivation at Shuang Cheng Bao]. In H. Ishibashi (Ed.), Problems of Qing China (\u6e05\u4ee3\u4e2d\u56fd\u306e\u8af8\u554f\u984c) (pp. 141\u2013158). Tokyo: Yamakawa Press.","volume-title":"Problems of Qing China (\u6e05\u4ee3\u4e2d\u56fd\u306e\u8af8\u554f\u984c)"},{"key":"12_CR42","author":"DH Perkins","year":"1969","unstructured":"Perkins, D. H. (1969). Agricultural Development in China, 1368\u20131968. Chicago: Aldine Publishing Co.","volume-title":"Agricultural Development in China, 1368\u20131968"},{"key":"12_CR43","year":"1975","unstructured":"Perkins, D. H. (Ed.). (1975). China\u2019s Modern Economy in Historical Perspective. Stanford, CA: Stanford University Press.","volume-title":"China\u2019s Modern Economy in Historical Perspective"},{"key":"12_CR44","first-page":"601","volume":"XXVI","author":"DH Perkins","year":"1988","unstructured":"Perkins, D. H. (1988). Reforming China\u2019s Economic System. Journal of Economic Literature, XXVI, 601\u2013645.","journal-title":"Journal of Economic Literature"},{"issue":"1","key":"12_CR45","doi-asserted-by":"crossref","first-page":"109","DOI":"10.2307\/1884683","volume":"102","author":"RK Sah","year":"1987","unstructured":"Sah, R. K., & Stiglitz, J. E. (1987). Price Scissors and the Structure of the Economy. Quarterly Journal of Economics, 102(1), 109\u2013134.","journal-title":"Quarterly Journal of Economics"},{"issue":"4","key":"12_CR46","first-page":"59","volume":"21","author":"B Sheng","year":"2002","unstructured":"Sheng, B. (2002). Ershi shiji 20\u201330 niandai Zhongguo nongcun jingji jiben tezheng tantao [An Investigation of the Basic Characteristics of the Chinese Rural Economy, 1920s\u20131930s]. Zhongguo Nongshi [Agricultural History of China], 21(4), 59.","journal-title":"Zhongguo Nongshi [Agricultural History of China]"},{"key":"12_CR47","first-page":"47","volume":"2","author":"Z Shi","year":"1989","unstructured":"Shi, Z. (1989). Qingdai qianqi de gengdi mianji ji liangshi chanliang guji [An Estimation of the Cultivated Area and Grain Yields in the Early Qing Dynasty]. Zhongguo Jingjishi Yanjiu [Chinese Economic History Research], 2, 47\u201362.","journal-title":"Zhongguo Jingjishi Yanjiu [Chinese Economic History Research]"},{"key":"12_CR48","first-page":"2","volume":"3","author":"Z Shi","year":"2002","unstructured":"Shi, Z. (2002). Ershi shiji 30\u201340 niandai Huabei Pingyuan nongcun de tudi fenpei jiqi bianhua [Changes in Land Distribution on the North China Plain, 1930s\u20131940s]. Zhongguo Jingjishi Yanjiu [Chinese Economic History Research], 3, 2\u201320.","journal-title":"Zhongguo Jingjishi Yanjiu [Chinese Economic History Research]"},{"key":"12_CR49","author":"B Stavis","year":"1970","unstructured":"Stavis, B. (1970). The Politics of Agricultural Mechanisation in China. Ithaca: Cornell University Press.","volume-title":"The Politics of Agricultural Mechanisation in China"},{"key":"12_CR50","author":"E Vermeer","year":"1977","unstructured":"Vermeer, E. (1977). Water Conservancy and Irrigation in China: Social, Economic and Agrotechnical Aspects. Leiden: Leiden University Press.","volume-title":"Water Conservancy and Irrigation in China: Social, Economic and Agrotechnical Aspects"},{"key":"12_CR51","author":"KR Walker","first-page":"397","year":"1968","unstructured":"Walker, K. R. (1968). Organisation for Agricultural Production. In A. Eckstein, W. Galenson, & T. C. Liu (Eds.), Economic Trends in Communist China (pp. 397\u2013458). Chicago: Aldine Publishing Company.","volume-title":"Economic Trends in Communist China"},{"key":"12_CR52","author":"KR Walker","year":"1984","unstructured":"Walker, K. R. (1984). Food Grain Procurement and Consumption in China. Cambridge: Cambridge University Press.","volume-title":"Food Grain Procurement and Consumption in China"},{"key":"12_CR53","author":"S Wang","year":"1911","unstructured":"Wang, S. (1911). Chronicles and Maps of Xinjiang. Xinjiang: The Governor\u2019s Press.","volume-title":"Chronicles and Maps of Xinjiang"},{"key":"12_CR54","unstructured":"Xu, D. (Ed.). (1983). Zhongguo jindai nongye shengchan ji maoyi tongji ziliao (Statistical Materials on China\u2019s Agricultural and Trade in Recent Times). Shanghai: Renmin chubanshe."},{"key":"12_CR55","author":"Y Zhang","year":"1947","unstructured":"Zhang, Y. (1947). Zhongguo jindai nongye shi ziliao [Source Materials on Modern Chinese Agricultural History] (Vol. 3). Beijing: Sanlian chubanshe.","volume-title":"Zhongguo jindai nongye shi ziliao [Source Materials on Modern Chinese Agricultural History]"},{"key":"12_CR56","first-page":"142","volume":"3","author":"Z Zhang","year":"2006","unstructured":"Zhang, Z. (2006). 1927\u20131937 Huabei tianfu zhengshou tizhi yu nongmin fudan [1927\u20131937 North China\u2019s Agricultural Tax Collection System and the Burden on Peasants]. Zhongguo Jingjishi Yanjiu [Research on Chinese Economic History], 3, 142\u2013148.","journal-title":"Zhongguo Jingjishi Yanjiu [Research on Chinese Economic History]"},{"key":"12_CR57","first-page":"15","volume":"1","author":"K Zhu","year":"1972","unstructured":"Zhu, K. (1972). Zhongguo jin wuqian nianlai qihou bianqian de chubu yanjiu [Preliminary research on climate change in China during the past 5,000 Years]. Kaogu Xuebao [Acta Archaeologica Sinica], 1, 15\u201338.","journal-title":"Kaogu Xuebao [Acta Archaeologica Sinica]"}],"container-title":["Agricultural Development in the World Periphery"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-66020-2_12","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,10]],"date-time":"2019-10-10T09:56:59Z","timestamp":1570701419000},"score":1.0,"issued":{"date-parts":[[2018]]},"ISBN":["9783319660196","9783319660202"],"references-count":57,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-66020-2_12","relation":{"cites":[]}},{"indexed":{"date-parts":[[2019,12,1]],"date-time":"2019-12-01T22:58:20Z","timestamp":1575241100316},"publisher-location":"Cham","reference-count":43,"publisher":"Springer International Publishing","isbn-type":[{"value":"9783319660196","type":"print"},{"value":"9783319660202","type":"electronic"}],"license":[{"URL":"http:\/\/www.springer.com\/tdm","start":{"date-parts":[[2018,1,1]],"date-time":"2018-01-01T00:00:00Z","timestamp":1514764800000},"delay-in-days":0,"content-version":"unspecified"}],"content-domain":{"domain":["link.springer.com"],"crossmark-restriction":false},"published-print":{"date-parts":[[2018]]},"DOI":"10.1007\/978-3-319-66020-2_13","type":"book-chapter","created":{"date-parts":[[2018,2,6]],"date-time":"2018-02-06T08:53:25Z","timestamp":1517907205000},"page":"337-363","update-policy":"http:\/\/dx.doi.org\/10.1007\/springer_crossmark_policy","source":"Crossref","is-referenced-by-count":2,"title":["The Goose That Laid the Golden Eggs? Agricultural Development in Latin America in the 20th Century"],"prefix":"10.1007","author":[{"given":"Miguel","family":"Mart\u00edn-Retortillo","sequence":"first","affiliation":[]},{"given":"Vicente","family":"Pinilla","sequence":"additional","affiliation":[]},{"given":"Jackeline","family":"Velazco","sequence":"additional","affiliation":[]},{"given":"Henry","family":"Willebald","sequence":"additional","affiliation":[]}],"member":"297","published-online":{"date-parts":[[2018,2,7]]},"reference":[{"key":"13_CR1","author":"K Anderson","year":"2008","unstructured":"Anderson, K., & Vald\u00e9s, A. (2008). Distortions to Agricultural Incentives in Latin America. Washington, DC: World Bank.","volume-title":"Distortions to Agricultural Incentives in Latin America","DOI":"10.1596\/28190","doi-asserted-by":"crossref"},{"key":"13_CR2","author":"O Barsky","year":"2001","unstructured":"Barsky, O., & Gelman, J. (2001). Historia del agro argentino. Desde la Conquista hasta fines del siglo XX. Buenos Aires: Grijalbo.","volume-title":"Historia del agro argentino. Desde la Conquista hasta fines del siglo XX"},{"key":"13_CR3","author":"L B\u00e9rtola","year":"2012","unstructured":"B\u00e9rtola, L., & Ocampo, J. A. (2012). The Economic Development of Latin America Since Independence. Oxford: Oxford University Press.","volume-title":"The Economic Development of Latin America Since Independence","DOI":"10.1093\/acprof:oso\/9780199662135.001.0001","doi-asserted-by":"crossref"},{"key":"13_CR4","author":"L B\u00e9rtola","first-page":"11","year":"2008","unstructured":"B\u00e9rtola, L., & Williamson, J. (2008). Globalization in Latin America Before 1940. In V. Bulmer-Thomas, J. Coatsworth, & R. Cortes Conde (Eds.), The Cambridge Economic History of Latin America. Volume 2. The Long Twentieth Century (pp. 11\u201356). Cambridge and New York: Cambridge University Press.","volume-title":"The Cambridge Economic History of Latin America. Volume 2. The Long Twentieth Century"},{"key":"13_CR5","author":"V Bulmer-Thomas","year":"2003","unstructured":"Bulmer-Thomas, V. (2003). The Economic History of Latin America Since Independence. Oxford: Oxford University Press.","volume-title":"The Economic History of Latin America Since Independence","DOI":"10.1017\/CBO9780511817397","doi-asserted-by":"crossref"},{"key":"13_CR6","author":"E C\u00e1rdenas","first-page":"1","year":"2000","unstructured":"C\u00e1rdenas, E., Ocampo, J. A., & Thorp, R. (2000). Introduction. In E. C\u00e1rdenas, J. A. Ocampo, & R. Thorp (Eds.), An Economic History of Twentieth-Century Latin America. Vol. 3: Industrialization and the State in Latin America. The Postwar Years (pp. 1\u201335). New York: Palgrave.","volume-title":"An Economic History of Twentieth-Century Latin America. Vol. 3: Industrialization and the State in Latin America. The Postwar Years"},{"issue":"2","key":"13_CR7","doi-asserted-by":"crossref","first-page":"1","DOI":"10.1080\/20780389.2013.866379","volume":"28","author":"A Carreras-Mar\u00edn","year":"2013","unstructured":"Carreras-Mar\u00edn, A., Badia-Mir\u00f3, M., & Peres Caj\u00edas, J. (2013). Intraregional Trade in South America, 1912\u20131950: The Cases of Argentina, Bolivia, Brazil, Chile and Peru. Economic History of Developing Regions, 28(2), 1\u201326.","journal-title":"Economic History of Developing Regions"},{"key":"13_CR8","author":"C D\u00edaz-Alejandro","first-page":"17","year":"1984","unstructured":"D\u00edaz-Alejandro, C. (1984). Latin America in the 1930s. In R. Thorpe (Ed.), Latin America in the 1930s. The Role of the Periphery in World Crisis (pp. 17\u201349). London: Macmillan.","volume-title":"Latin America in the 1930s. The Role of the Periphery in World Crisis"},{"key":"13_CR9","author":"ECLAC-FAO-IICA","year":"2015","unstructured":"ECLAC-FAO-IICA. (2015). The Outlook for Agriculture and Rural Development in the Americas: A Perspective on Latin America and the Caribbean: 2015\u20132016. Santiago, Rome, and San Jose: Economic Commission for Latin America and the Caribbean (ECLAC), Food and Agriculture Organization of the United Nations (FAO), and Inter-American Institute for Cooperation on Agriculture (IICA).","volume-title":"The Outlook for Agriculture and Rural Development in the Americas: A Perspective on Latin America and the Caribbean: 2015\u20132016"},{"key":"13_CR10","author":"S Engerman","first-page":"121","year":"2012","unstructured":"Engerman, S., Sokoloff, K., & Mariscal, E. (2012). The Evolution of Schooling: 1800\u20131925. In S. Engerman & K. Sokoloff (Eds.), Economic Development in the Americas Since 1500. Endowments and Institutions (pp. 121\u2013167). New York: NBER\/Cambridge University Press.","volume-title":"Economic Development in the Americas Since 1500. Endowments and Institutions"},{"key":"13_CR11","unstructured":"Esteves, R. (2012). Between Imperialism and Capitalism: European Capital Exports Before 1914. SSRN: \nhttps:\/\/doi.org\/10.2139\/ssrn.2024932\n\n or \nhttps:\/\/ssrn.com\/abstract=2024932","DOI":"10.2139\/ssrn.2024932","doi-asserted-by":"crossref"},{"key":"13_CR12","unstructured":"FAO. (1948\u20132004a). Production Yearbook. Rome: Food and Agriculture Organization of the United Nations Database."},{"key":"13_CR13","unstructured":"FAO. (1948\u20132004b). Trade Yearbook. Rome: Food and Agriculture Organization of the United Nations Database."},{"key":"13_CR14","unstructured":"FAOSTAT. (2017). Food and Agricultural Organisation Database. Retrieved November, 2016, from \nhttp:\/\/www.fao.org\/faostat\/en\/#home"},{"key":"13_CR15","author":"G Federico","year":"2005","unstructured":"Federico, G. (2005). Feeding the World: An Economic History of Agriculture, 1800\u20132000. Princeton: Princeton University Press.","volume-title":"Feeding the World: An Economic History of Agriculture, 1800\u20132000"},{"key":"13_CR16","author":"R Ffrench-Davis","first-page":"83","year":"1997","unstructured":"Ffrench-Davis, R., M\u00fa\u00f1oz, \u00d3., & Palma, J. G. (1997). Las econom\u00edas latinoamericanas, 1950\u20131990. In L. Bethell (Ed.), Historia de Am\u00e9rica Latina. Vol. 11, Econom\u00eda y sociedad desde 1930 (pp. 83\u2013161). Barcelona: Cr\u00edtica.","volume-title":"Historia de Am\u00e9rica Latina. Vol. 11, Econom\u00eda y sociedad desde 1930"},{"key":"13_CR17","author":"E Frankema","year":"2009","unstructured":"Frankema, E. (2009). Has Latin America Always Been Unequal? A Comparative Study of Asset and Income Inequality in the Long Twentieth Century. Leiden & Boston: Brill.","volume-title":"Has Latin America Always Been Unequal? A Comparative Study of Asset and Income Inequality in the Long Twentieth Century","DOI":"10.1163\/ej.9789004175914.i-294","doi-asserted-by":"crossref"},{"key":"13_CR18","author":"A Gonz\u00e1lez","first-page":"64","year":"2015","unstructured":"Gonz\u00e1lez, A., Pinilla, V., & Serrano, R. (2015). International Agricultural Markets After the War, 1945\u20131960. In C. Martiin, J. Pan-Montojo, & P. Brassley (Eds.), Agriculture in Capitalist Europe, 1945\u20131960. From Food Shortages to food Surpluses (pp. 64\u201384). London: Routledge.","volume-title":"Agriculture in Capitalist Europe, 1945\u20131960. From Food Shortages to food Surpluses"},{"key":"13_CR19","author":"S Haber","first-page":"245","year":"2012","unstructured":"Haber, S. (2012). Politics and Banking Systems. In E. Stanley & K. Sokoloff (Eds.), Economic Development in the Americas Since 1500. Endowments and Instittutions (pp. 245\u2013294). New York: NBER\/Cambridge University Press.","volume-title":"Economic Development in the Americas Since 1500. Endowments and Instittutions"},{"issue":"3","key":"13_CR20","doi-asserted-by":"crossref","first-page":"238","DOI":"10.1111\/j.1467-8446.2007.00210.x","volume":"47","author":"K Harley","year":"2007","unstructured":"Harley, K. (2007). Comments on Factor Prices and Income Distribution in Less Industrialized Economies, 1870\u20131939: Refocusing on the Frontier. Australian Economic History Review, 47(3), 238\u2013248.","journal-title":"Australian Economic History Review"},{"issue":"3","key":"13_CR21","doi-asserted-by":"crossref","first-page":"255","DOI":"10.1093\/wber\/2.3.255","volume":"2","author":"A Krueger","year":"1988","unstructured":"Krueger, A., Schiff, M., & Vald\u00e9s, A. (1988). Agricultural Incentives in Developing Countries: Measuring the Effect of Sectoral and Economy wide Policy. The World Bank Economic Review, 2(3), 255\u2013271.","journal-title":"The World Bank Economic Review"},{"key":"13_CR22","author":"A Krueger","year":"1990","unstructured":"Krueger, A., Schiff, M., & Vald\u00e9s, A. (1990). Econom\u00eda pol\u00edtica de las intervenciones agr\u00edcolas en Am\u00e9rica Latina. San Francisco: Banco Mundial.","volume-title":"Econom\u00eda pol\u00edtica de las intervenciones agr\u00edcolas en Am\u00e9rica Latina"},{"key":"13_CR23","author":"S Kuntz","year":"2015","unstructured":"Kuntz, S. (2015). Historia m\u00ednima de la expansi\u00f3n ferroviaria en Am\u00e9rica Latina. M\u00e9xico: El Colegio de M\u00e9xico.","volume-title":"Historia m\u00ednima de la expansi\u00f3n ferroviaria en Am\u00e9rica Latina"},{"key":"13_CR24","unstructured":"Maddison, A. (2010) Historical Statistics of the World Economy: 1-2008 AD. Retrieved February, 2013, from \nhttp:\/\/www.ggdc.net\/maddison\/Maddison.htm"},{"key":"13_CR25","unstructured":"Maloney, W., & Valencia, F. (2014). Engineers, Innovative Capacity and Development in the Americas. Policy Research Working Paper 6814, The World Bank, Development Research Group.","DOI":"10.1596\/1813-9450-6814","doi-asserted-by":"crossref"},{"issue":"1","key":"13_CR26","first-page":"132","volume":"63","author":"M Mart\u00edn-Retortillo","year":"2015","unstructured":"Mart\u00edn-Retortillo, M., & Pinilla, V. (2015). Patterns and Causes of the Growth of European Agricultural Production, 1950\u20132005. Agricultural History Review, 63(1), 132\u2013159.","journal-title":"Agricultural History Review"},{"key":"13_CR27","unstructured":"Mart\u00edn-Retortillo, M., Pinilla, V., Velazco, J., & Willebald, H. (2016). The Dynamics of Latin American Agricultural Production Growth Since 1950. Documentos de trabajo de la AEHE, 1610."},{"key":"13_CR28","author":"C Mueller","year":"2018","unstructured":"Mueller, C., & Mueller, B. (2018). From Backwardness to Global Agricultural Powerhouse: The Transition of Brazilian Agriculture. In V. Pinilla & H. Willebald (Eds.), Agricultural Development in the World Periphery: A Global Economic History Approach. New York: Palgrave Macmillan.","volume-title":"Agricultural Development in the World Periphery: A Global Economic History Approach"},{"key":"13_CR29","author":"K O\u2019Rourke","year":"2001","unstructured":"O\u2019Rourke, K., & Williamson, J. (2001). Globalization and History: The Evolution of a Nineteenth-Century Atlantic Economy. Cambridge, MA: The MIT Press.","volume-title":"Globalization and History: The Evolution of a Nineteenth-Century Atlantic Economy"},{"key":"13_CR30","author":"M Paiva Abreu","first-page":"101","year":"2006","unstructured":"Paiva Abreu, M. (2006). The External Context. In V. Bulmer-Thomas, J. H. Coatsworth, & R. Cort\u00e9s-Conde (Eds.), The Cambridge Economic History of Latin America. Volume II. The Long Twentieth Century (pp. 101\u2013134). Cambridge: Cambridge University Press.","volume-title":"The Cambridge Economic History of Latin America. Volume II. The Long Twentieth Century","DOI":"10.1017\/CHOL9780521812900.005","doi-asserted-by":"crossref"},{"issue":"2","key":"13_CR31","doi-asserted-by":"crossref","first-page":"223","DOI":"10.1017\/S0212610915000063","volume":"33","author":"V Pinilla","year":"2015","unstructured":"Pinilla, V., & Aparicio, G. (2015). Navigating in Troubled Waters: South American Exports of Food and Agricultural Products, 1900\u20131950. Revista de Historia Econ\u00f3mica\u2014Journal of Iberian and Latin American Economic History, 33(2), 223\u2013255.","journal-title":"Revista de Historia Econ\u00f3mica\u2014Journal of Iberian and Latin American Economic History"},{"issue":"1","key":"13_CR32","first-page":"125, 39\u201369","volume":"32","author":"A Pinto","year":"1965","unstructured":"Pinto, A. (1965). Concentracion del progreso t\u00e9cnico y de sus frutos en el desarrollo de America Latina. El Trimestre Econ\u00f3mico, 32(1), 125, 39\u201369.","journal-title":"El Trimestre Econ\u00f3mico"},{"issue":"1","key":"13_CR33","first-page":"145, 83\u2013100","volume":"37","author":"A Pinto","year":"1970","unstructured":"Pinto, A. (1970). Naturaleza e implicaciones de la \u2018heterogeneidad estructural\u2019 de la America Latina. El Trimestre Econ\u00f3mico, 37(1), 145, 83\u2013100.","journal-title":"El Trimestre Econ\u00f3mico"},{"key":"13_CR34","unstructured":"Reca, L., & D\u00edaz-Bonilla E. (1997). Changes in Latin American Agricultural Markets. TMD Discussion Paper 24."},{"issue":"2","key":"13_CR35","doi-asserted-by":"crossref","first-page":"213","DOI":"10.1017\/S0212610911000103","volume":"29","author":"R Serrano","year":"2011","unstructured":"Serrano, R., & Pinilla, V. (2011). Terms of Trade for Agricultural and Food Products, 1951\u20132000. Revista de Historia Econ\u00f3mica\u2014Journal of Iberian and Latin American Economic History, 29(2), 213\u2013243.","journal-title":"Revista de Historia Econ\u00f3mica\u2014Journal of Iberian and Latin American Economic History"},{"issue":"10","key":"13_CR36","first-page":"1","volume":"23","author":"R Serrano","year":"2014","unstructured":"Serrano, R., & Pinilla, V. (2014). New Directions of Trade for the Agri-food Industry: A Disaggregated Approach for Different Income Countries, 1963\u20132000. Latin American Economic Review, 23(10), 1\u201322.","journal-title":"Latin American Economic Review"},{"issue":"1","key":"13_CR37","doi-asserted-by":"crossref","first-page":"115","DOI":"10.1017\/S0022216X15001236","volume":"48","author":"R Serrano","year":"2016","unstructured":"Serrano, R., & Pinilla, V. (2016). The Declining Role of Latin America in Global Agricultural Trade, 1963\u20132000. Journal of Latin American Studies, 48(1), 115\u2013146.","journal-title":"Journal of Latin American Studies"},{"key":"13_CR38","author":"O Solbrig","first-page":"483","year":"2008","unstructured":"Solbrig, O. (2008). Structure, Performance, and Policy in Agriculture. In V. Bulmer-Thomas, J. Coatsworth, & R. Cortes Conde (Eds.), The Cambridge Economic History of Latin America. Volume 2. The Long Twentieth Century (pp. 483\u2013536). Cambridge and New York: Cambridge University Press.","volume-title":"The Cambridge Economic History of Latin America. Volume 2. The Long Twentieth Century"},{"key":"13_CR39","author":"I Stone","year":"1999","unstructured":"Stone, I. (1999). The Global Export of Capital from Great Britain, 1865\u20131914. A Statistical Survey. London: Macmillan.","volume-title":"The Global Export of Capital from Great Britain, 1865\u20131914. A Statistical Survey","DOI":"10.1007\/978-0-333-98377-5","doi-asserted-by":"crossref"},{"key":"13_CR40","author":"J Velazco","year":"2018","unstructured":"Velazco, J., & Pinilla, V. (2018). Development Models, Agricultural Policies and Agricultural Growth: Peru, 1950\u20132010. In V. Pinilla & H. Willebald (Eds.), Agricultural Development in the World Periphery: A Global Economic History Approach. New York: Palgrave Macmillan.","volume-title":"Agricultural Development in the World Periphery: A Global Economic History Approach"},{"key":"13_CR41","author":"H Willebald","first-page":"21","year":"2015","unstructured":"Willebald, H., Bad\u00eda-Mir\u00f3, M., & Pinilla, V. (2015). Introduction: Natural Resources and Economic Development. What Can We Learn from History? In M. Bad\u00eda-Mir\u00f3, V. Pinilla, & H. Willebald (Eds.), Natural Resources and Economic Growth: Learning from History (pp. 21\u201345). London & New York: Routledge.","volume-title":"Natural Resources and Economic Growth: Learning from History"},{"issue":"1","key":"13_CR42","first-page":"55","volume":"62","author":"J Williamson","year":"2002","unstructured":"Williamson, J. (2002). Land, Labor, and Globalization in the Third World, 1870\u20131940. Journal of Economic History, 62(1), 55\u201385.","journal-title":"Journal of Economic History"},{"key":"13_CR43","author":"A Y\u00fanez","first-page":"729","year":"2010","unstructured":"Y\u00fanez, A. (2010). Las transformaciones del campo y el papel de las pol\u00edticas p\u00fablicas: 1929\u20132008. In S. Kuntz (Ed.), Historia econ\u00f3mica general de M\u00e9xico. De la colonia a nuestros d\u00edas (pp. 729\u2013755). El Colegio de Mexico\/Secretar\u00eda de Econom\u00eda: M\u00e9xico.","volume-title":"Historia econ\u00f3mica general de M\u00e9xico. De la colonia a nuestros d\u00edas"}],"container-title":["Agricultural Development in the World Periphery"],"link":[{"URL":"http:\/\/link.springer.com\/content\/pdf\/10.1007\/978-3-319-66020-2_13","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,2,6]],"date-time":"2018-02-06T09:00:12Z","timestamp":1517907612000},"score":1.0,"issued":{"date-parts":[[2018]]},"ISBN":["9783319660196","9783319660202"],"references-count":43,"URL":"http:\/\/dx.doi.org\/10.1007\/978-3-319-66020-2_13","relation":{"cites":[]}},{"indexed":{"date-parts":[[2019,12,2]],"date-time":"2019-12-02T00:37:13Z","timestamp":1575247033641},"reference-count":18,"publisher":"Wiley","issue":"1","license":[{"URL":"http:\/\/doi.wiley.com\/10.1002\/tdm_license_1.1","start":{"date-parts":[[2018,2,1]],"date-time":"2018-02-01T00:00:00Z","timestamp":1517443200000},"delay-in-days":0,"content-version":"tdm"},{"URL":"http:\/\/onlinelibrary.wiley.com\/termsAndConditions#vor","start":{"date-parts":[[2018,2,15]],"date-time":"2018-02-15T00:00:00Z","timestamp":1518652800000},"delay-in-days":14,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Pacific Economic Review"],"published-print":{"date-parts":[[2018,2]]},"DOI":"10.1111\/1468-0106.12254","type":"journal-article","created":{"date-parts":[[2018,2,15]],"date-time":"2018-02-15T06:30:40Z","timestamp":1518676240000},"page":"80-94","source":"Crossref","is-referenced-by-count":0,"title":["Unconventional monetary policy in the Asian financial crisis"],"prefix":"10.1111","volume":"23","author":[{"given":"Tamim","family":"Bayoumi","sequence":"first","affiliation":[{"name":"International Monetary Fund; Washington DC"}]},{"given":"Joseph","family":"Gagnon","sequence":"additional","affiliation":[{"name":"Peterson Institute for International Economics; Washington DC"}]}],"member":"311","published-online":{"date-parts":[[2018,2,15]]},"reference":[{"issue":"2","key":"10.1111\/1468-0106.12254-BIB0001|paer12254-cit-0001","doi-asserted-by":"crossref","first-page":"963","DOI":"10.1086\/499145","article-title":"Anatomy of a government intervention in index stocks: Price pressure or information effects?","volume":"79","author":"Bhanot","year":"2006","journal-title":"Journal of Business"},{"key":"10.1111\/1468-0106.12254-BIB0002|paer12254-cit-0002","unstructured":"Blanchard , O. Ostry , J. Ghosh , A. Chamon , M. 2015 Are capital inflows expansionary or contractionary? Theory, policy implications, and some evidence","DOI":"10.3386\/w21619","doi-asserted-by":"crossref"},{"key":"10.1111\/1468-0106.12254-BIB0003|paer12254-cit-0003","doi-asserted-by":"crossref","first-page":"179","DOI":"10.1111\/j.1475-6803.2004.t01-1-00078.x","article-title":"Free float and market liquidity: A study of Hong Kong government intervention","volume":"27","author":"Chan","year":"2004","journal-title":"Journal of Financial Research"},{"key":"10.1111\/1468-0106.12254-BIB0004|paer12254-cit-0004","unstructured":"Chantapacdepong , P. Chutasripanich , N. Jindarak , B. 2012 Central bank balance sheet and policy implications. https:\/\/www.bot.or.th\/Thai\/MonetaryPolicy\/ArticleAndResearch\/SymposiumDocument\/Paper_4_CentralBankBalanceSheet.pdf"},{"issue":"September-Octob","key":"10.1111\/1468-0106.12254-BIB0005|paer12254-cit-0005","doi-asserted-by":"crossref","first-page":"597","DOI":"10.1016\/S1049-0078(02)00175-6","article-title":"Financial crisis and restructuring in Thailand","volume":"13","author":"Charoenseang","year":"2002","journal-title":"Journal of Asian Economics"},{"key":"10.1111\/1468-0106.12254-BIB0007|paer12254-cit-0007","unstructured":"Corsetti , G. Pesenti , P. Roubini , N. 1998 What caused the Asian currency and financial crisis? Part 1: A macroeconomic overview","DOI":"10.3386\/w6833","doi-asserted-by":"crossref"},{"key":"10.1111\/1468-0106.12254-BIB0008|paer12254-cit-0008","author":"Brouwer","year":"2001","volume-title":"Hedge funds in emerging markets","DOI":"10.1017\/CBO9780511493331","doi-asserted-by":"crossref"},{"key":"10.1111\/1468-0106.12254-BIB0009|paer12254-cit-0009","unstructured":"Dooley , M. P. 1994 A retrospective on the debt crisis","DOI":"10.3386\/w4963","doi-asserted-by":"crossref"},{"key":"10.1111\/1468-0106.12254-BIB0010|paer12254-cit-0010","unstructured":"Gagnon , J 2016 Quantitative easing: An underappreciated success"},{"key":"10.1111\/1468-0106.12254-BIB0011|paer12254-cit-0011","unstructured":"Gagnon , J. Bayoumi , T. Londono , J.-M. Saborowski , C. Sapriza , H. 2015"},{"key":"10.1111\/1468-0106.12254-BIB0012|paer12254-cit-0012","author":"Goldstein","year":"1998","volume-title":"The Asian financial crisis: Causes, cures, and systemic implications"},{"key":"10.1111\/1468-0106.12254-BIB0013|paer12254-cit-0013","author":"Goodhart","year":"2003","volume-title":"Intervention to save Hong Kong"},{"issue":"3","key":"10.1111\/1468-0106.12254-BIB0014|paer12254-cit-0014","doi-asserted-by":"crossref","first-page":"607","DOI":"10.1016\/j.jfineco.2004.03.007","article-title":"Short- and long-term demand curves for stocks: Theory and evidence on the dynamics of arbitrage","volume":"75","author":"Greenwood","year":"2005","journal-title":"Journal of Financial Economics"},{"key":"10.1111\/1468-0106.12254-BIB0016|paer12254-cit-0016","author":"Kawai","volume":"11","year":"1999","volume-title":"Rising to the Challenge in Asia: A Study of Financial Markets"},{"key":"10.1111\/1468-0106.12254-BIB0017|paer12254-cit-0017","unstructured":"Lane , T. Ghosh , A. Hamann , J. Phillips , S. Schultz-Ghattas , M. Tsikata , T 1999 IMF-supported programs in Indonesia, Korea, and Thailand","DOI":"10.5089\/9781557757838.084","doi-asserted-by":"crossref"},{"key":"10.1111\/1468-0106.12254-BIB0018|paer12254-cit-0018","unstructured":"Lindgren , C.- J. Balino , T. J. T. Enoch , C. Gulde , A.- M. Quintyn , M. Teo , L 1999 Financial sector crisis and restructuring: Lessons from Asia"},{"issue":"5","key":"10.1111\/1468-0106.12254-BIB0019|paer12254-cit-0019","doi-asserted-by":"crossref","first-page":"1013","DOI":"10.1017\/S0022109009990317","article-title":"Why do demand curves for stocks slope down?","volume":"44","author":"Petajisto","year":"2009","journal-title":"Journal of Financial and Quantitative Analysis"},{"issue":"3","key":"10.1111\/1468-0106.12254-BIB0020|paer12254-cit-0020","doi-asserted-by":"crossref","first-page":"579","DOI":"10.1111\/j.1540-6261.1986.tb04518.x","article-title":"Do demand curves for stocks slope down?","volume":"41","author":"Shleifer","year":"1986","journal-title":"Journal of Finance"}],"container-title":["Pacific Economic Review"],"language":"en","link":[{"URL":"https:\/\/api.wiley.com\/onlinelibrary\/tdm\/v1\/articles\/10.1111%2F1468-0106.12254","content-type":"application\/pdf","content-version":"vor","intended-application":"text-mining"},{"URL":"http:\/\/onlinelibrary.wiley.com\/wol1\/doi\/10.1111\/1468-0106.12254\/fullpdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,11]],"date-time":"2019-10-11T00:43:50Z","timestamp":1570754630000},"score":1.0,"issued":{"date-parts":[[2018,2]]},"references-count":18,"journal-issue":{"published-print":{"date-parts":[[2018,2]]},"issue":"1"},"URL":"http:\/\/dx.doi.org\/10.1111\/1468-0106.12254","archive":["Portico"],"relation":{"cites":[]},"ISSN":["1361-374X"],"issn-type":[{"value":"1361-374X","type":"print"}],"subject":["Economics and Econometrics"]},{"indexed":{"date-parts":[[2019,12,2]],"date-time":"2019-12-02T03:31:42Z","timestamp":1575257502855},"reference-count":50,"publisher":"Cambridge University Press (CUP)","issue":"3","license":[{"URL":"http:\/\/creativecommons.org\/licenses\/by-ncsa\/4.0\/","start":{"date-parts":[[2018,3,4]],"date-time":"2018-03-04T00:00:00Z","timestamp":1520121600000},"delay-in-days":0,"content-version":"unspecified"}],"content-domain":{"domain":[],"crossmark-restriction":false},"short-container-title":["Radiocarbon"],"published-print":{"date-parts":[[2018,6]]},"abstract":"<jats:title>ABSTRACT<\/jats:title><jats:p>Inland water bodies contain significant amounts of carbon in the form of dissolved inorganic carbon (DIC) derived from a mixture of modern atmospheric and pre-aged sources, which needs to be considered in radiocarbon-based dating and natural isotope tracer studies. While reservoir effects in hardwater lakes are generally considered to be constant through time, a comparison of recent and historical DI<jats:sup>14<\/jats:sup>C data from 2013 and 1969 for Lake Constance reveals that this is not a valid assumption. We hypothesize that changes in atmospheric carbon contributions to lake water DIC have taken place due to anthropogenically forced eutrophication in the 20th century. A return to more oligotrophic conditions in the lake led to reoxygenation and enhanced terrigenous organic matter remineralization, contributing to lake water DIC. Such comparisons using DI<jats:sup>14<\/jats:sup>C measurements from different points in time enable nonlinear changes in lake water DIC source and signature to be disentangled from concurrent anthropogenically induced changes in atmospheric <jats:sup>14<\/jats:sup>C. In the future, coeval changes in lake dynamics due to climate change are expected to further perturb these balances. Depending on the scenario, Lake Constance DI<jats:sup>14<\/jats:sup>C is projected to decrease from the 2013 measured value of 0.856 Fm to 0.54\u20130.62 Fm by the end of the century.<\/jats:p>","DOI":"10.1017\/rdc.2018.12","type":"journal-article","created":{"date-parts":[[2018,3,4]],"date-time":"2018-03-04T19:50:07Z","timestamp":1520193007000},"page":"791-800","source":"Crossref","is-referenced-by-count":2,"title":["Projections for Future Radiocarbon Content in Dissolved Inorganic Carbon in Hardwater Lakes: A Retrospective Approach"],"prefix":"10.1017","volume":"60","author":[{"given":"Thomas M","family":"Blattmann","sequence":"first","affiliation":[]},{"given":"Martin","family":"Wessels","sequence":"additional","affiliation":[]},{"given":"Cameron P","family":"McIntyre","sequence":"additional","affiliation":[]},{"given":"Timothy I","family":"Eglinton","sequence":"additional","affiliation":[]}],"member":"56","published-online":{"date-parts":[[2018,3,4]]},"reference":[{"key":"S0033822218000127_ref9","DOI":"10.1016\/j.jhydrol.2016.06.023","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref23","first-page":"1","year":"1976","volume-title":"Jahresbericht \u00fcber den limnologischen Zustand des Bodensees"},{"key":"S0033822218000127_ref1","DOI":"10.1017\/S0033822200058161","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref21","DOI":"10.1029\/2011GL048753","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref47","author":"Wessels","volume":"53","first-page":"1","year":"1998","volume-title":"Stuttgart"},{"key":"S0033822218000127_ref10","DOI":"10.1016\/j.limno.2012.06.003","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref8","DOI":"10.1126\/science.265.5178.1568","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref38","DOI":"10.4319\/lo.2009.54.6.2243","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref7","DOI":"10.1007\/s10533-012-9752-x","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref5","DOI":"10.1126\/science.130.3371.309","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref13","author":"Gilfedder","volume":"74","first-page":"3090","year":"2010","volume-title":"Geochimica et Cosmochimica Acta"},{"key":"S0033822218000127_ref43","DOI":"10.1016\/j.nimb.2007.01.138","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref46","DOI":"10.1002\/iroh.19280190104","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref39","DOI":"10.4319\/lo.1986.31.5.1081","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref37","DOI":"10.1016\/j.quascirev.2012.10.032","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref16","first-page":"85","article-title":"Anthropogenic impacts on the trophic state of Lake Constance during the 20th century","volume":"53","author":"G\u00fcde","year":"1998","journal-title":"Advances in Limnology"},{"key":"S0033822218000127_ref18","first-page":"1","article-title":"Isotopen- und Hydrochemie des Rheinsystems: Saisonale Variationen als Konsequenz dynamischer Prozessabl\u00e4ufe des kontinentalen Kohlenstoff- und Wasserkreislaufes","volume":"12","author":"Hirschfeld","year":"2003","journal-title":"K\u00f6lner Forum f\u00fcr Geologie und Pal\u00e4ontologie"},{"key":"S0033822218000127_ref14","DOI":"10.1016\/j.envpol.2010.08.027","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref33","DOI":"10.1016\/j.apgeochem.2016.12.014","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref41","unstructured":"Stenstr\u00f6m KE , Skog G , Georgiadou E , Genberg J , Johansson A . 2011. A Guide to Radiocarbon Units and Calculations. p 17."},{"key":"S0033822218000127_ref11","DOI":"10.1002\/iroh.201201532","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref19","DOI":"10.1130\/0091-7613(1991)019<0929:CCOCIF>2.3.CO;2","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref15","DOI":"10.1073\/pnas.1504467112","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref4","author":"Blattmann","first-page":"28","year":"2013","article-title":"Graphitization of dissolved inorganic carbon: procedures for AGE preparation of water samples for DI14C analysis","journal-title":"Laboratory of Ion Beam Physics Annual Report"},{"key":"S0033822218000127_ref24","first-page":"58","year":"2009","volume-title":"Bodensee-Untersuchung-Seeboden. Das BUS-Forschungsprojekt 2003\u20132006"},{"key":"S0033822218000127_ref49","DOI":"10.1017\/S0033822200043150","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref28","first-page":"91","article-title":"Long-term records in CO2 pressure fluctuations in fresh waters","volume":"52","author":"Kempe","year":"1982","journal-title":"Mitteilungen aus dem Geologischen-Pal\u00e4ontologischen Institut der Universit\u00e4t Hamburg"},{"key":"S0033822218000127_ref29","first-page":"34","article-title":"Untersuchungen zur organischen Belastung des Rheins und deren Herkunft","volume":"36","author":"K\u00f6lle","year":"1969","journal-title":"Vom Wasser"},{"key":"S0033822218000127_ref31","DOI":"10.1017\/RDC.2017.127","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref32","author":"Liu","year":"2017","article-title":"A survey of the 14C content of dissolved inorganic carbon in Chinese lakes","journal-title":"Radiocarbon"},{"key":"S0033822218000127_ref34","first-page":"364","article-title":"Die Verteilung von Eisenmonosulfid (FeS.nH2O) und organischer Substanz in den Bodensedimenten des Bodensees - ein Beitrag zur Frage der Eutrophierung des Bodensees","volume":"107","author":"M\u00fcller","year":"1966","journal-title":"Gas und Wasserfach"},{"key":"S0033822218000127_ref35","DOI":"10.1007\/978-3-642-59038-2_19","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref40","unstructured":"Straile D . 1998. Biomass allocation and carbon flow in the pelagic food web of Lake Constance. In: B\u00e4uerle E, Gaedke U. Lake Constance: characterization of an ecosystem in transition. Stuttgart 53:545\u201363."},{"key":"S0033822218000127_ref42","DOI":"10.1126\/science.122.3166.415-a","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref44","DOI":"10.5194\/bg-13-3427-2016","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref48","DOI":"10.1023\/A:1008080922586","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref50","DOI":"10.1029\/2011GB004132","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref25","first-page":"60","year":"2015","volume-title":"KlimBo - Klimawandel am Bodensee"},{"key":"S0033822218000127_ref3","first-page":"31","article-title":"Some meteorological, hydrological, and hydrodynamical aspects of Upper Lake Constance","volume":"53","author":"B\u00e4uerle","year":"1998","journal-title":"Advances in Limnology"},{"key":"S0033822218000127_ref45","DOI":"10.1016\/j.nimb.2009.10.067","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref22","DOI":"10.2458\/azu_rc.57.18348","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref17","author":"Guillemette","first-page":"1","year":"2017","article-title":"Old before your time: Ancient carbon incorporation in contemporary aquatic foodwebs","journal-title":"Limnology and Oceanography"},{"key":"S0033822218000127_ref2","DOI":"10.1038\/ngeo618","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref30","DOI":"10.1017\/S0033822200033130","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref6","DOI":"10.1016\/0016-7037(59)90044-4","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref36","DOI":"10.1002\/2015GL066235","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref27","DOI":"10.1016\/j.jas.2011.12.025","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref12","DOI":"10.1017\/S0033822200018890","doi-asserted-by":"publisher"},{"key":"S0033822218000127_ref26","first-page":"61","year":"2016"},{"key":"S0033822218000127_ref20","author":"Hs\u00fc","first-page":"250","year":"1995","volume-title":"The Geology of Switzerland: An Introduction to Tectonic Facies"}],"container-title":["Radiocarbon"],"language":"en","link":[{"URL":"https:\/\/www.cambridge.org\/core\/services\/aop-cambridge-core\/content\/view\/S0033822218000127","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,4,14]],"date-time":"2019-04-14T20:01:25Z","timestamp":1555272085000},"score":1.0,"issued":{"date-parts":[[2018,3,4]]},"references-count":50,"journal-issue":{"published-print":{"date-parts":[[2018,6]]},"issue":"3"},"alternative-id":["S0033822218000127"],"URL":"http:\/\/dx.doi.org\/10.1017\/rdc.2018.12","relation":{"cites":[]},"ISSN":["0033-8222","1945-5755"],"issn-type":[{"value":"0033-8222","type":"print"},{"value":"1945-5755","type":"electronic"}],"subject":["Archaeology","General Earth and Planetary Sciences"]},{"indexed":{"date-parts":[[2019,12,2]],"date-time":"2019-12-02T03:31:42Z","timestamp":1575257502910},"reference-count":10,"publisher":"Oxford University Press (OUP)","issue":"7","license":[{"URL":"https:\/\/academic.oup.com\/journals\/pages\/about_us\/legal\/notices","start":{"date-parts":[[2018,3,22]],"date-time":"2018-03-22T00:00:00Z","timestamp":1521676800000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,7,1]]},"DOI":"10.1093\/jac\/dky095","type":"journal-article","created":{"date-parts":[[2018,3,4]],"date-time":"2018-03-04T20:06:29Z","timestamp":1520193989000},"page":"1997-1998","source":"Crossref","is-referenced-by-count":3,"title":["Direct detection of carbapenem resistance determinants in clinical specimens using immunochromatographic lateral flow devices"],"prefix":"10.1093","volume":"73","author":[{"given":"David W","family":"Wareham","sequence":"first","affiliation":[{"name":"Antimicrobial Research Group, Blizard Institute, Barts & The London School of Medicine and Dentistry, Queen Mary University of London, London, UK"},{"name":"Division of Infection, Barts Health NHS Trust, London, UK"}]},{"given":"Lynette M","family":"Phee","sequence":"additional","affiliation":[{"name":"Antimicrobial Research Group, Blizard Institute, Barts & The London School of Medicine and Dentistry, Queen Mary University of London, London, UK"}]},{"given":"Muhd Haziq F","family":"Abdul Momin","sequence":"additional","affiliation":[{"name":"Antimicrobial Research Group, Blizard Institute, Barts & The London School of Medicine and Dentistry, Queen Mary University of London, London, UK"}]}],"member":"286","published-online":{"date-parts":[[2018,3,22]]},"reference":[{"key":"key\n\t\t\t\t20180618194645_dky095-B1","first-page":"S139","article-title":"Better tests, better care: improved diagnostics for infectious diseases","volume":"57","author":"Caliendo","year":"2013","journal-title":"Clin Infect Dis"},{"key":"key\n\t\t\t\t20180618194645_dky095-B2","author":"O\u2019Neill","year":"2015"},{"key":"key\n\t\t\t\t20180618194645_dky095-B3","first-page":"S134","article-title":"Review of rapid diagnostic tests used by antimicrobial stewardship programs","volume":"59","author":"Bauer","year":"2014","journal-title":"Clin Infect Dis"},{"key":"key\n\t\t\t\t20180618194645_dky095-B4","first-page":"839","article-title":"Detection of carbapenemases in Enterobacteriaceae: a challenge for diagnostic microbiological laboratories","volume":"9","author":"Hrab\u00e1k","year":"2014","journal-title":"Clin Microbiol Infect"},{"key":"key\n\t\t\t\t20180618194645_dky095-B5","first-page":"471","article-title":"Evaluation of an immunochromatographic lateral flow assay (OXA-48 K-SeT) for rapid detection of OXA-48-like carbapenemases in Enterobacteriaceae","volume":"54","author":"Wareham","year":"2016","journal-title":"J Clin Microbiol"},{"key":"key\n\t\t\t\t20180618194645_dky095-B6","first-page":"1217","article-title":"Evaluation of two new commercial immunochromatographic assays for the rapid detection of OXA-48 and KPC carbapenemases from cultured bacteria","volume":"71","author":"Glupczynski","year":"2016","journal-title":"J Antimicrob Chemother"},{"key":"key\n\t\t\t\t20180618194645_dky095-B7","first-page":"1834","article-title":"Prospective evaluation of the OXA-48 K-SeT assay, an immunochromatographic test for the rapid detection of OXA-48-type carbapenemases","volume":"71","author":"Dortet","year":"2016","journal-title":"J Antimicrob Chemother"},{"key":"key\n\t\t\t\t20180618194645_dky095-B8","first-page":"1223","article-title":"Rapid detection of carbapenemases in Enterobacteriaceae: evaluation of the Resist-3 O.K.N. (OXA-48, KPC, NDM) lateral flow multiplexed assay","volume":"55","author":"Wareham","year":"2017","journal-title":"J Clin Microbiol"},{"key":"key\n\t\t\t\t20180618194645_dky095-B9","first-page":"539","article-title":"Evaluation of the KPC K-SeT\u00ae immunochromatographic assay for the rapid detection of KPC carbapenemase producers from positive blood cultures","volume":"73","author":"Riccobono","year":"2018","journal-title":"J Antimicrob Chemother"},{"key":"key\n\t\t\t\t20180618194645_dky095-B10","first-page":"92","article-title":"Detection of OXA-370 directly from rectal swabs and blood culture vials using an immunochromatographic assay","volume":"139","author":"Nodari","year":"2017","journal-title":"J Microbiol Methods"}],"container-title":["Journal of Antimicrobial Chemotherapy"],"language":"en","link":[{"URL":"http:\/\/academic.oup.com\/jac\/article-pdf\/73\/7\/1997\/25034467\/dky095.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2018,6,18]],"date-time":"2018-06-18T23:49:20Z","timestamp":1529365760000},"score":1.0,"issued":{"date-parts":[[2018,3,22]]},"references-count":10,"journal-issue":{"published-online":{"date-parts":[[2018,3,22]]},"published-print":{"date-parts":[[2018,7,1]]},"issue":"7"},"URL":"http:\/\/dx.doi.org\/10.1093\/jac\/dky095","relation":{"cites":[]},"ISSN":["0305-7453","1460-2091"],"issn-type":[{"value":"0305-7453","type":"print"},{"value":"1460-2091","type":"electronic"}],"subject":["Pharmacology (medical)","Pharmacology","Infectious Diseases"]},{"indexed":{"date-parts":[[2019,12,2]],"date-time":"2019-12-02T03:31:42Z","timestamp":1575257502924},"reference-count":15,"publisher":"Oxford University Press (OUP)","issue":"18","license":[{"URL":"https:\/\/academic.oup.com\/journals\/pages\/about_us\/legal\/notices","start":{"date-parts":[[2018,3,22]],"date-time":"2018-03-22T00:00:00Z","timestamp":1521676800000},"delay-in-days":0,"content-version":"vor"}],"content-domain":{"domain":[],"crossmark-restriction":false},"published-print":{"date-parts":[[2018,5,7]]},"DOI":"10.1093\/eurheartj\/ehy151","type":"journal-article","created":{"date-parts":[[2018,3,4]],"date-time":"2018-03-04T20:06:27Z","timestamp":1520193987000},"page":"1620-1622","source":"Crossref","is-referenced-by-count":3,"title":["Yellow traffic lights and grey zone fractional flow reserve values: stop or go?"],"prefix":"10.1093","volume":"39","author":[{"given":"Nils P","family":"Johnson","sequence":"first","affiliation":[{"name":"Department of Medicine, Division of Cardiology, Weatherhead PET Center, McGovern Medical School at UTHealth and Memorial Hermann Hospital, Room MSB 4.256, 6431 Fannin Street, Houston, TX 77030, USA"}]},{"given":"Frederik M","family":"Zimmermann","sequence":"additional","affiliation":[{"name":"Department of Cardiology, Catharina Hospital, Eindhoven, The Netherlands"}]}],"member":"286","published-online":{"date-parts":[[2018,3,22]]},"reference":[{"key":"key\n\t\t\t\t20180507050035_ehy151-B1","doi-asserted-by":"crossref","first-page":"2541","DOI":"10.1093\/eurheartj\/ehu278","article-title":"2014 ESC\/EACTS Guidelines on myocardial revascularization: The Task Force on Myocardial Revascularization of the European Society of Cardiology (ESC) and the European Association for Cardio-Thoracic Surgery (EACTS)","volume":"35","author":"Windecker","year":"2014","journal-title":"Eur Heart J"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B2","doi-asserted-by":"crossref","first-page":"1610","DOI":"10.1093\/eurheartj\/ehy079","article-title":"Deferred vs. performed revascularization for coronary stenosis with grey-zone fractional flow reserve values: data from the IRIS-FFR registry","volume":"39","author":"Kang","year":"2018","journal-title":"Eur Heart J"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B3","doi-asserted-by":"crossref","first-page":"3182","DOI":"10.1093\/eurheartj\/ehv452","article-title":"Deferral vs. performance of percutaneous coronary intervention of functionally non-significant coronary stenosis: 15-year follow-up of the DEFER trial","volume":"36","author":"Zimmermann","year":"2015","journal-title":"Eur Heart J"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B4","doi-asserted-by":"crossref","first-page":"1703","DOI":"10.1056\/NEJM199606273342604","article-title":"Measurement of fractional flow reserve to assess the functional severity of coronary-artery stenoses","volume":"334","author":"Pijls","year":"1996","journal-title":"N Engl J Med"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B5","doi-asserted-by":"crossref","first-page":"1853","DOI":"10.1016\/S0140-6736(15)00057-4","article-title":"Fractional flow reserve versus angiography for guidance of PCI in patients with multivessel coronary artery disease (FAME): 5-year follow-up of a randomised controlled trial","volume":"386","author":"van Nunen","year":"2015","journal-title":"Lancet"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B6","doi-asserted-by":"crossref","first-page":"480","DOI":"10.1161\/CIRCULATIONAHA.117.031907","article-title":"Clinical outcomes and cost-effectiveness of fractional flow reserve-guided percutaneous coronary intervention in patients with stable coronary artery disease: three-year follow-up of the FAME 2 trial (Fractional flow reserve versus Angiography for Multivessel Evaluation)","volume":"137","author":"Fearon","year":"2018","journal-title":"Circulation"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B7","doi-asserted-by":"crossref","first-page":"619","DOI":"10.1016\/j.ahj.2015.06.024","article-title":"Rationale and design of the Fractional flow reserve versus Angiography for Multivessel Evaluation (FAME) 3 trial: a comparison of fractional flow reserve-guided percutaneous coronary intervention and coronary artery bypass graft surgery in patients with multivessel coronary artery disease","volume":"170","author":"Zimmermann","year":"2015","journal-title":"Am Heart J"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B8","doi-asserted-by":"crossref","first-page":"1234","DOI":"10.1056\/NEJMoa1701067","article-title":"Fractional flow reserve-guided multivessel angioplasty in myocardial infarction","volume":"376","author":"Smits","year":"2017","journal-title":"N Engl J Med"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B9","doi-asserted-by":"crossref","first-page":"1641","DOI":"10.1016\/j.jacc.2014.07.973","article-title":"Prognostic value of fractional flow reserve: linking physiologic severity to clinical outcomes","volume":"64","author":"Johnson","year":"2014","journal-title":"J Am Coll Cardiol"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B10","doi-asserted-by":"crossref","first-page":"502","DOI":"10.1161\/CIRCULATIONAHA.115.018747","article-title":"Significance of intermediate values of fractional flow reserve in patients with coronary artery disease","volume":"133","author":"Adjedj","year":"2016","journal-title":"Circulation"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B11","first-page":"371","article-title":"Clinical decision-making for the hemodynamic \"gray zone\" (FFR 0.75-0.80) and long-term outcomes","volume":"29","author":"Agarwal","year":"2017","journal-title":"J Invasive Cardiol"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B12","doi-asserted-by":"crossref","first-page":"541","DOI":"10.1002\/ccd.21406","article-title":"Comparison of medical treatment and coronary revascularization in patients with moderate coronary lesions and borderline fractional flow reserve measurements","volume":"71","author":"Courtis","year":"2008","journal-title":"Catheter Cardiovasc Interv"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B13","doi-asserted-by":"crossref","first-page":"221","DOI":"10.1097\/MCA.0000000000000345","article-title":"Long-term outcome of intravascular ultrasound application in patients with moderate coronary lesions and grey-zone fractional flow reserve","volume":"27","author":"Li","year":"2016","journal-title":"Coron Artery Dis"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B14","doi-asserted-by":"crossref","first-page":"77","DOI":"10.1002\/clc.20693","article-title":"Clinical outcome following conservative vs revascularization therapy in patients with stable coronary artery disease and borderline fractional flow reserve measurements","volume":"33","author":"Lindstaedt","year":"2010","journal-title":"Clin Cardiol"},{"key":"key\n\t\t\t\t20180507050035_ehy151-B15","doi-asserted-by":"crossref","first-page":"1843","DOI":"10.1016\/S0140-6736(17)32249-3","article-title":"Ultrathin, bioresorbable polymer sirolimus-eluting stents versus thin, durable polymer everolimus-eluting stents in patients undergoing coronary revascularisation (BIOFLOW V): a randomised trial","volume":"390","author":"Kandzari","year":"2017","journal-title":"Lancet"}],"container-title":["European Heart Journal"],"language":"en","link":[{"URL":"http:\/\/academic.oup.com\/eurheartj\/article-pdf\/39\/18\/1620\/24785289\/ehy151.pdf","content-type":"unspecified","content-version":"vor","intended-application":"similarity-checking"}],"deposited":{"date-parts":[[2019,10,12]],"date-time":"2019-10-12T05:47:47Z","timestamp":1570859267000},"score":1.0,"issued":{"date-parts":[[2018,3,22]]},"references-count":15,"journal-issue":{"published-online":{"date-parts":[[2018,3,22]]},"published-print":{"date-parts":[[2018,5,7]]},"issue":"18"},"URL":"http:\/\/dx.doi.org\/10.1093\/eurheartj\/ehy151","relation":{"cites":[]},"ISSN":["0195-668X","1522-9645"],"issn-type":[{"value":"0195-668X","type":"print"},{"value":"1522-9645","type":"electronic"}],"subject":["Cardiology and Cardiovascular Medicine"]}],"items-per-page":25,"query":{"start-index":0,"search-terms":null}}}' http_version: null recorded_at: Fri, 04 Jun 2021 09:48:57 GMT recorded_with: VCR 5.1.0
146.466667
2,133
0.68138
56f89c604651e39eda96bbb9b48a95d93d064e57
241
yml
YAML
namespace/namespace.yml
gogoods/gfs
2a92d3e102b09f1fe0675ace5e24b423e7364482
[ "MIT" ]
3
2018-06-30T05:48:06.000Z
2019-01-22T07:02:21.000Z
namespace/namespace.yml
gogoods/gfs
2a92d3e102b09f1fe0675ace5e24b423e7364482
[ "MIT" ]
null
null
null
namespace/namespace.yml
gogoods/gfs
2a92d3e102b09f1fe0675ace5e24b423e7364482
[ "MIT" ]
null
null
null
- dir: vendor httpauth: admin1:admin allowUpload: true allowDelete: true - dir: testdata httpauth: admin2:admin allowUpload: true allowDelete: true - dir: namespace httpauth: admin3:admin allowUpload: true allowDelete: true
20.083333
24
0.742739
f472a3cc68974210110b7bea981b6ee2ca1801b4
206
yml
YAML
mi/instrument/nortek/aquadopp/ooicore/metadata.yml
cdobs/mi-instrument
99f9322a4afabc5dff9b0fad12166075efce838c
[ "BSD-2-Clause" ]
1
2018-09-14T23:28:29.000Z
2018-09-14T23:28:29.000Z
mi/instrument/nortek/aquadopp/ooicore/metadata.yml
cdobs/mi-instrument
99f9322a4afabc5dff9b0fad12166075efce838c
[ "BSD-2-Clause" ]
33
2017-04-25T19:53:45.000Z
2022-03-18T17:42:18.000Z
mi/instrument/nortek/aquadopp/ooicore/metadata.yml
cdobs/mi-instrument
99f9322a4afabc5dff9b0fad12166075efce838c
[ "BSD-2-Clause" ]
31
2015-03-04T01:01:09.000Z
2020-10-28T14:42:12.000Z
driver_metadata: author: Bill Bollenbacher driver_make: nortek driver_model: aquadopp driver_name: ooicore email: wcbollenbacher@ucsd.edu release_notes: Driver for Aquadopp DW version: 1.1.18
22.888889
39
0.781553
19fd6533967f6b6674e86d44f85771d00bc2a897
12,126
yaml
YAML
template.yaml
DeviaVir/serverless-ghost
1740f07c7e3d08952fabdd0a4536ab1f91651b40
[ "MIT", "BSD-2-Clause", "MIT-0" ]
37
2020-07-02T18:51:42.000Z
2022-03-30T14:15:01.000Z
template.yaml
DeviaVir/serverless-ghost
1740f07c7e3d08952fabdd0a4536ab1f91651b40
[ "MIT", "BSD-2-Clause", "MIT-0" ]
null
null
null
template.yaml
DeviaVir/serverless-ghost
1740f07c7e3d08952fabdd0a4536ab1f91651b40
[ "MIT", "BSD-2-Clause", "MIT-0" ]
8
2020-09-15T00:52:31.000Z
2021-12-05T16:50:08.000Z
AWSTemplateFormatVersion: '2010-09-09' Transform: AWS::Serverless-2016-10-31 Metadata: AWS::CloudFormation::Interface: ParameterGroups: - Label: default: The required parameters Parameters: - DomainName - Label: default: Step 2 Parameters: - SesSmtpPassword - Label: default: Parameters that are useful for debugging Parameters: - EnableDebugLogs - SentryDsn ParameterLabels: DomainName: default: Domain name on which Ghost will be available SesSmtpPassword: default: Amazon SES SMTP password Parameters: DatabasePassword: Type: String Default: password12345 NoEcho: true Description: please set a sensible master password for the database DomainName: Type: String Description: We really need one to issue an SSL cert and to allow proper routing EnableDebugLogs: Type: String AllowedValues: - true - false Default: false Description: enable debug logs on the serverless function? EnableNat: Type: String AllowedValues: - true - false Default: false Description: Create a nat gateway for outbound traffic, e.g send emails and Sentry error tracking SentryDsn: Type: String Description: Put your Sentry DSN for error monitoring. Default: '' NoEcho: true Memory: Type: Number Default: 1024 AllowedValues: - 256 - 512 - 1024 - 2048 - 3008 Description: 1024 MB is a reasonable balance between performance and price. Less than that will result in poor cold starts. SesSmtpPassword: Type: String Default: '' Description: SES secret access key. See deployment.md on an easy way to get it after stack is created NoEcho: true UseServerlessDb: Type: String Default: true Description: Aurora serverless is faster to initialise but expensive in the long run. set to false to create t3.micro instead AllowedValues: - true - false Conditions: isDebug: !Equals [!Ref EnableDebugLogs, true] isServerless: !Equals [!Ref UseServerlessDb, true] isNotServerless: !Not [!Equals [!Ref UseServerlessDb, true]] Mappings: Constants: Values: ContentPath: /mnt/content DatabaseName: ghost DatabaseUser: dbadmin Resources: Fn: Type: AWS::Serverless::Function DependsOn: - MountTarget1 - MountTarget2 Properties: CodeUri: ./src.zip Environment: Variables: DEBUG: !If [isDebug, '*', !Ref 'AWS::NoValue'] database__client: mysql paths__contentPath: !FindInMap [Constants, Values, ContentPath] database__connection__host: !If [isServerless, !GetAtt ServerlessDb.Endpoint.Address, !GetAtt Db.Endpoint.Address] database__connection__database: !FindInMap [Constants, Values, DatabaseName] database__connection__user: !FindInMap [Constants, Values, DatabaseUser] database__connection__password: !Ref DatabasePassword logging__level: !If [isDebug, debug, !Ref 'AWS::NoValue'] mail__options__auth__pass: !Ref SesSmtpPassword mail__options__auth__user: !Ref AccessKey mail__options__host: email-smtp.us-east-1.amazonaws.com mail__options__port: 465 mail__options__service: SES mail__transport: SMTP paths__appRoot: /var/task sentry__dsn: !Ref SentryDsn storage__active: s3 storage__s3__accessKeyId: !Ref AccessKey storage__s3__assetHost: !Sub https://${Cdn.DomainName} storage__s3__bucket: !Ref Bucket storage__s3__secretAccessKey: !GetAtt AccessKey.SecretAccessKey storage__s3__pathPrefix: assets url: !Sub https://${DomainName} FileSystemConfigs: - Arn: !GetAtt ContentAp.Arn LocalMountPath: !FindInMap [Constants, Values, ContentPath] Handler: index.handler Layers: - !Ref NodeModules MemorySize: !Ref Memory Runtime: nodejs12.x VpcConfig: SecurityGroupIds: - !Ref FnSg SubnetIds: - !GetAtt Vpc.Outputs.privateSubnet1ID - !GetAtt Vpc.Outputs.privateSubnet2ID Timeout: 120 RootPermission: Type: AWS::Lambda::Permission Properties: Action: lambda:InvokeFunction Principal: apigateway.amazonaws.com FunctionName: !Ref Fn SourceArn: !Sub arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${Api}/*/*/ ProxyPermission: Type: AWS::Lambda::Permission Properties: Action: lambda:InvokeFunction Principal: apigateway.amazonaws.com FunctionName: !Ref Fn SourceArn: !Sub arn:aws:execute-api:${AWS::Region}:${AWS::AccountId}:${Api}/*/*/* Api: Type: AWS::Serverless::Api Properties: BinaryMediaTypes: ['*~1*'] DefinitionBody: info: title: !Ref AWS::StackName paths: /{proxy+}: x-amazon-apigateway-any-method: x-amazon-apigateway-integration: httpMethod: POST type: aws_proxy uri: !Sub 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${Fn.Arn}/invocations' /: x-amazon-apigateway-any-method: x-amazon-apigateway-integration: httpMethod: POST type: aws_proxy uri: !Sub 'arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${Fn.Arn}/invocations' swagger: '2.0' Domain: CertificateArn: !Ref Certificate DomainName: !Ref DomainName StageName: Prod NodeModules: Type: AWS::Serverless::LayerVersion Properties: CompatibleRuntimes: - nodejs12.x ContentUri: ./node-modules.zip RetentionPolicy: Delete Certificate: Properties: DomainName: !Sub '*.${DomainName}' DomainValidationOptions: - DomainName: !Sub '*.${DomainName}' ValidationDomain: !Sub '*.${DomainName}' - DomainName: !Ref DomainName ValidationDomain: !Ref DomainName SubjectAlternativeNames: - !Sub '*.${DomainName}' - !Ref DomainName ValidationMethod: DNS Type: AWS::CertificateManager::Certificate Disk: Type: AWS::EFS::FileSystem ContentAp: Type: AWS::EFS::AccessPoint Properties: FileSystemId: !Ref Disk PosixUser: Gid: '1000' Uid: '1000' RootDirectory: CreationInfo: OwnerGid: '1000' OwnerUid: '1000' Permissions: '0777' Path: /ghost/content MountTarget1: Type: AWS::EFS::MountTarget Properties: FileSystemId: !Ref Disk SubnetId: !GetAtt Vpc.Outputs.privateSubnet1ID SecurityGroups: [!Ref EfsSg] MountTarget2: Type: AWS::EFS::MountTarget Properties: FileSystemId: !Ref Disk SubnetId: !GetAtt Vpc.Outputs.privateSubnet2ID SecurityGroups: [!Ref EfsSg] ServerlessDb: Type: AWS::RDS::DBCluster DeletionPolicy: Snapshot Condition: isServerless Properties: DatabaseName: !FindInMap [Constants, Values, DatabaseName] DBSubnetGroupName: !Ref SubnetGroup DeletionProtection: true EnableHttpEndpoint: true Engine: aurora EngineMode: serverless MasterUsername: !FindInMap [Constants, Values, DatabaseUser] MasterUserPassword: !Ref DatabasePassword ScalingConfiguration: AutoPause: true MinCapacity: 1 MaxCapacity: 1 SecondsUntilAutoPause: 3600 Tags: - Key: Project Value: !Ref AWS::StackName VpcSecurityGroupIds: - !Ref DbSg Db: Type: AWS::RDS::DBInstance DeletionPolicy: Snapshot Condition: isNotServerless Properties: AllocatedStorage: 10 DBInstanceClass: db.t3.micro DBName: !FindInMap [Constants, Values, DatabaseName] DBSubnetGroupName: !Ref SubnetGroup DeletionProtection: true Engine: mysql EngineVersion: 5.7 MasterUsername: !FindInMap [Constants, Values, DatabaseUser] MasterUserPassword: !Ref DatabasePassword Tags: - Key: Project Value: !Ref AWS::StackName VPCSecurityGroups: [!Ref DbSg] EfsSg: Properties: GroupDescription: ghost filesystem security group SecurityGroupIngress: - FromPort: 2049 IpProtocol: tcp SourceSecurityGroupId: !Ref FnSg ToPort: 2049 VpcId: !GetAtt Vpc.Outputs.pubPrivateVPCID Type: AWS::EC2::SecurityGroup FnSg: Properties: GroupDescription: ghost fn security group VpcId: !GetAtt Vpc.Outputs.pubPrivateVPCID Type: AWS::EC2::SecurityGroup DbSg: Properties: GroupDescription: ghost DB security group SecurityGroupIngress: - FromPort: 3306 IpProtocol: tcp SourceSecurityGroupId: !Ref FnSg ToPort: 3306 VpcId: !GetAtt Vpc.Outputs.pubPrivateVPCID Type: AWS::EC2::SecurityGroup SubnetGroup: Type: AWS::RDS::DBSubnetGroup Properties: DBSubnetGroupDescription: ghost blog subnet group DBSubnetGroupName: !Sub ${AWS::StackName}-subnet-group SubnetIds: - !GetAtt Vpc.Outputs.privateSubnet1ID - !GetAtt Vpc.Outputs.privateSubnet2ID User: Type: AWS::IAM::User Properties: Policies: - PolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Action: ses:SendRawEmail Resource: '*' PolicyName: ghost-send-email - PolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Action: s3:ListBucket Resource: !Sub 'arn:aws:s3:::${Bucket}' - Effect: Allow Action: - s3:PutObject - s3:GetObject - s3:PutObjectVersionAcl - s3:DeleteObject - s3:PutObjectAcl Resource: !Sub 'arn:aws:s3:::${Bucket}/*' PolicyName: s3-storage AccessKey: Type: AWS::IAM::AccessKey Properties: UserName: !Ref User Bucket: Type: AWS::S3::Bucket DeletionPolicy: Retain BucketPolicy: Type: AWS::S3::BucketPolicy Properties: Bucket: !Ref Bucket PolicyDocument: Version: 2012-10-17 Statement: - Effect: Allow Action: ['s3:GetObject'] Principal: AWS: !Sub 'arn:aws:iam::cloudfront:user/CloudFront Origin Access Identity ${OriginAccessIdentity}' Resource: [!Sub '${Bucket.Arn}/assets/*'] Cdn: Type: AWS::CloudFront::Distribution Properties: DistributionConfig: DefaultCacheBehavior: ForwardedValues: Cookies: Forward: none QueryString: false TargetOriginId: origin1 ViewerProtocolPolicy: redirect-to-https Enabled: true Origins: - DomainName: !GetAtt Bucket.RegionalDomainName Id: origin1 S3OriginConfig: OriginAccessIdentity: !Sub origin-access-identity/cloudfront/${OriginAccessIdentity} OriginAccessIdentity: Type: AWS::CloudFront::CloudFrontOriginAccessIdentity Properties: CloudFrontOriginAccessIdentityConfig: Comment: !Sub CloudFront OriginAccessIdentity for ${Bucket} Vpc: Type: AWS::Serverless::Application Properties: Location: ./vpc-privatepublic.yaml Parameters: EnableNat: !Ref EnableNat Outputs: # SecretAccessKey: # Value: !GetAtt AccessKey.SecretAccessKey # Description: Used to derive SES smtp password PingUrl: Value: !Sub https://${DomainName}/ghost/api/v3/admin/site/ Description: Please hit only this url to let ghost start initialisation WebsiteDns: Value: !GetAtt Api.DomainName.RegionalDomainName Description: Put this value as CNAME for your domain
30.08933
129
0.632855
1bc8fa2d23486f9a963de909bb3de41983757db4
953
yml
YAML
lib/data/cities/20086.yml
miyamotokenji/ph_directory
08bbf8c6caa75f6c97d804a1bed30502424954df
[ "MIT" ]
1
2018-08-28T04:04:16.000Z
2018-08-28T04:04:16.000Z
lib/data/cities/20086.yml
miyamotokenji/ph_directory
08bbf8c6caa75f6c97d804a1bed30502424954df
[ "MIT" ]
5
2019-06-20T11:12:09.000Z
2021-11-04T20:03:16.000Z
lib/data/cities/20086.yml
denmarkmeralpis/pilipinas
fed3956a5cd556faaba68898a771c1884244e4e8
[ "MIT" ]
1
2018-09-21T06:20:00.000Z
2018-09-21T06:20:00.000Z
--- - :code: "20087" :name: "Balatohan" - :code: "20088" :name: "Salvacion (Patagan)" - :code: "20089" :name: "Boton" - :code: "20090" :name: "Buhi" - :code: "20091" :name: "Dayawa" - :code: "20092" :name: "Atsan (District I)" - :code: "20093" :name: "Poblacion District II" - :code: "20094" :name: "Poblacion District III" - :code: "20095" :name: "J. M. Alberto" - :code: "20096" :name: "Katipunan" - :code: "20097" :name: "Kilikilihan" - :code: "20098" :name: "Mabato" - :code: "20099" :name: "Obo" - :code: "20100" :name: "Pacogon" - :code: "20101" :name: "Pagsangahan" - :code: "20102" :name: "Pangilao" - :code: "20103" :name: "Paraiso" - :code: "20104" :name: "Santa Elena (Patagan)" - :code: "20105" :name: "Progreso" - :code: "20106" :name: "San Juan (Aroyao)" - :code: "20107" :name: "San Marcos" - :code: "20108" :name: "Siay" - :code: "20109" :name: "Solong" - :code: "20110" :name: "Tobrehon"
19.06
33
0.567681
3d91bd38d1f13a41ecb02ba0e76b1e96bab54254
167
yml
YAML
.github/ISSUE_TEMPLATE/config.yml
yoriiis/abtasty-extension-debugger
75086b37a5573e71ef864434785cef944ba596d6
[ "MIT" ]
6
2021-03-19T09:00:00.000Z
2021-12-14T07:48:05.000Z
.github/ISSUE_TEMPLATE/config.yml
yoriiis/abtasty-extension-debugger
75086b37a5573e71ef864434785cef944ba596d6
[ "MIT" ]
null
null
null
.github/ISSUE_TEMPLATE/config.yml
yoriiis/abtasty-extension-debugger
75086b37a5573e71ef864434785cef944ba596d6
[ "MIT" ]
null
null
null
blank_issues_enabled: false contact_links: - name: Support url: https://github.com/yoriiis/abtasty-debugger/discussions about: Ask the community for support
27.833333
64
0.772455
c35070106d6618e91dc27256acb2b88e38a3e6d0
87,780
yaml
YAML
Field_1/index_old.yaml
bit-bots/FieldData
17ededc7a1dd499d85607d4440bede6bf510ba3f
[ "MIT" ]
null
null
null
Field_1/index_old.yaml
bit-bots/FieldData
17ededc7a1dd499d85607d4440bede6bf510ba3f
[ "MIT" ]
null
null
null
Field_1/index_old.yaml
bit-bots/FieldData
17ededc7a1dd499d85607d4440bede6bf510ba3f
[ "MIT" ]
null
null
null
- angle: 0.0 checkpoint: 0 path: 0/0/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 0 path: 0/0/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 0 path: 0/0/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 0 path: 0/0/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 0 path: 0/0/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 0 path: 0/0/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 0 path: 0/0/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 0 path: 0/0/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 0 path: 0/0/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 0 path: 0/0/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 0 path: 0/0/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 0 path: 0/0/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 0 path: 0/0/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 0 path: 0/0/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 0 path: 0/0/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 0 path: 0/0/image_256.png row: 0 - angle: 0.0 checkpoint: 1 path: 0/1/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 1 path: 0/1/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 1 path: 0/1/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 1 path: 0/1/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 1 path: 0/1/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 1 path: 0/1/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 1 path: 0/1/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 1 path: 0/1/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 1 path: 0/1/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 1 path: 0/1/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 1 path: 0/1/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 1 path: 0/1/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 1 path: 0/1/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 1 path: 0/1/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 1 path: 0/1/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 1 path: 0/1/image_256.png row: 0 - angle: 0.0 checkpoint: 2 path: 0/2/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 2 path: 0/2/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 2 path: 0/2/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 2 path: 0/2/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 2 path: 0/2/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 2 path: 0/2/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 2 path: 0/2/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 2 path: 0/2/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 2 path: 0/2/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 2 path: 0/2/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 2 path: 0/2/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 2 path: 0/2/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 2 path: 0/2/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 2 path: 0/2/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 2 path: 0/2/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 2 path: 0/2/image_256.png row: 0 - angle: 0.0 checkpoint: 3 path: 0/3/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 3 path: 0/3/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 3 path: 0/3/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 3 path: 0/3/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 3 path: 0/3/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 3 path: 0/3/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 3 path: 0/3/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 3 path: 0/3/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 3 path: 0/3/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 3 path: 0/3/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 3 path: 0/3/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 3 path: 0/3/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 3 path: 0/3/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 3 path: 0/3/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 3 path: 0/3/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 3 path: 0/3/image_256.png row: 0 - angle: 0.0 checkpoint: 4 path: 0/4/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 4 path: 0/4/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 4 path: 0/4/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 4 path: 0/4/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 4 path: 0/4/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 4 path: 0/4/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 4 path: 0/4/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 4 path: 0/4/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 4 path: 0/4/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 4 path: 0/4/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 4 path: 0/4/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 4 path: 0/4/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 4 path: 0/4/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 4 path: 0/4/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 4 path: 0/4/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 4 path: 0/4/image_256.png row: 0 - angle: 0.0 checkpoint: 5 path: 0/5/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 5 path: 0/5/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 5 path: 0/5/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 5 path: 0/5/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 5 path: 0/5/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 5 path: 0/5/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 5 path: 0/5/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 5 path: 0/5/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 5 path: 0/5/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 5 path: 0/5/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 5 path: 0/5/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 5 path: 0/5/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 5 path: 0/5/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 5 path: 0/5/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 5 path: 0/5/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 5 path: 0/5/image_256.png row: 0 - angle: 0.0 checkpoint: 6 path: 0/6/image_4095.png row: 0 - angle: 0.39269908169872414 checkpoint: 6 path: 0/6/image_3840.png row: 0 - angle: 0.7853981633974483 checkpoint: 6 path: 0/6/image_3584.png row: 0 - angle: 1.1780972450961724 checkpoint: 6 path: 0/6/image_3328.png row: 0 - angle: 1.5707963267948966 checkpoint: 6 path: 0/6/image_3072.png row: 0 - angle: 1.9634954084936207 checkpoint: 6 path: 0/6/image_2816.png row: 0 - angle: 2.356194490192345 checkpoint: 6 path: 0/6/image_2560.png row: 0 - angle: 2.748893571891069 checkpoint: 6 path: 0/6/image_2304.png row: 0 - angle: 3.141592653589793 checkpoint: 6 path: 0/6/image_2048.png row: 0 - angle: 3.5342917352885173 checkpoint: 6 path: 0/6/image_1792.png row: 0 - angle: 3.9269908169872414 checkpoint: 6 path: 0/6/image_1536.png row: 0 - angle: 4.319689898685965 checkpoint: 6 path: 0/6/image_1280.png row: 0 - angle: 4.71238898038469 checkpoint: 6 path: 0/6/image_1024.png row: 0 - angle: 5.105088062083414 checkpoint: 6 path: 0/6/image_768.png row: 0 - angle: 5.497787143782138 checkpoint: 6 path: 0/6/image_512.png row: 0 - angle: 5.890486225480862 checkpoint: 6 path: 0/6/image_256.png row: 0 - angle: 0.0 checkpoint: 0 path: 1/0/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 0 path: 1/0/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 0 path: 1/0/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 0 path: 1/0/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 0 path: 1/0/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 0 path: 1/0/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 0 path: 1/0/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 0 path: 1/0/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 0 path: 1/0/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 0 path: 1/0/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 0 path: 1/0/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 0 path: 1/0/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 0 path: 1/0/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 0 path: 1/0/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 0 path: 1/0/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 0 path: 1/0/image_256.png row: 1 - angle: 0.0 checkpoint: 1 path: 1/1/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 1 path: 1/1/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 1 path: 1/1/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 1 path: 1/1/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 1 path: 1/1/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 1 path: 1/1/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 1 path: 1/1/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 1 path: 1/1/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 1 path: 1/1/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 1 path: 1/1/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 1 path: 1/1/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 1 path: 1/1/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 1 path: 1/1/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 1 path: 1/1/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 1 path: 1/1/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 1 path: 1/1/image_256.png row: 1 - angle: 0.0 checkpoint: 2 path: 1/2/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 2 path: 1/2/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 2 path: 1/2/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 2 path: 1/2/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 2 path: 1/2/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 2 path: 1/2/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 2 path: 1/2/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 2 path: 1/2/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 2 path: 1/2/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 2 path: 1/2/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 2 path: 1/2/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 2 path: 1/2/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 2 path: 1/2/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 2 path: 1/2/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 2 path: 1/2/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 2 path: 1/2/image_256.png row: 1 - angle: 0.0 checkpoint: 3 path: 1/3/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 3 path: 1/3/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 3 path: 1/3/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 3 path: 1/3/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 3 path: 1/3/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 3 path: 1/3/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 3 path: 1/3/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 3 path: 1/3/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 3 path: 1/3/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 3 path: 1/3/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 3 path: 1/3/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 3 path: 1/3/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 3 path: 1/3/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 3 path: 1/3/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 3 path: 1/3/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 3 path: 1/3/image_256.png row: 1 - angle: 0.0 checkpoint: 4 path: 1/4/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 4 path: 1/4/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 4 path: 1/4/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 4 path: 1/4/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 4 path: 1/4/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 4 path: 1/4/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 4 path: 1/4/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 4 path: 1/4/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 4 path: 1/4/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 4 path: 1/4/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 4 path: 1/4/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 4 path: 1/4/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 4 path: 1/4/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 4 path: 1/4/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 4 path: 1/4/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 4 path: 1/4/image_256.png row: 1 - angle: 0.0 checkpoint: 5 path: 1/5/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 5 path: 1/5/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 5 path: 1/5/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 5 path: 1/5/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 5 path: 1/5/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 5 path: 1/5/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 5 path: 1/5/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 5 path: 1/5/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 5 path: 1/5/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 5 path: 1/5/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 5 path: 1/5/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 5 path: 1/5/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 5 path: 1/5/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 5 path: 1/5/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 5 path: 1/5/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 5 path: 1/5/image_256.png row: 1 - angle: 0.0 checkpoint: 6 path: 1/6/image_4095.png row: 1 - angle: 0.39269908169872414 checkpoint: 6 path: 1/6/image_3840.png row: 1 - angle: 0.7853981633974483 checkpoint: 6 path: 1/6/image_3584.png row: 1 - angle: 1.1780972450961724 checkpoint: 6 path: 1/6/image_3328.png row: 1 - angle: 1.5707963267948966 checkpoint: 6 path: 1/6/image_3072.png row: 1 - angle: 1.9634954084936207 checkpoint: 6 path: 1/6/image_2816.png row: 1 - angle: 2.356194490192345 checkpoint: 6 path: 1/6/image_2560.png row: 1 - angle: 2.748893571891069 checkpoint: 6 path: 1/6/image_2304.png row: 1 - angle: 3.141592653589793 checkpoint: 6 path: 1/6/image_2048.png row: 1 - angle: 3.5342917352885173 checkpoint: 6 path: 1/6/image_1792.png row: 1 - angle: 3.9269908169872414 checkpoint: 6 path: 1/6/image_1536.png row: 1 - angle: 4.319689898685965 checkpoint: 6 path: 1/6/image_1280.png row: 1 - angle: 4.71238898038469 checkpoint: 6 path: 1/6/image_1024.png row: 1 - angle: 5.105088062083414 checkpoint: 6 path: 1/6/image_768.png row: 1 - angle: 5.497787143782138 checkpoint: 6 path: 1/6/image_512.png row: 1 - angle: 5.890486225480862 checkpoint: 6 path: 1/6/image_256.png row: 1 - angle: 0.0 checkpoint: 0 path: 2/0/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 0 path: 2/0/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 0 path: 2/0/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 0 path: 2/0/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 0 path: 2/0/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 0 path: 2/0/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 0 path: 2/0/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 0 path: 2/0/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 0 path: 2/0/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 0 path: 2/0/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 0 path: 2/0/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 0 path: 2/0/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 0 path: 2/0/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 0 path: 2/0/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 0 path: 2/0/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 0 path: 2/0/image_256.png row: 2 - angle: 0.0 checkpoint: 1 path: 2/1/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 1 path: 2/1/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 1 path: 2/1/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 1 path: 2/1/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 1 path: 2/1/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 1 path: 2/1/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 1 path: 2/1/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 1 path: 2/1/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 1 path: 2/1/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 1 path: 2/1/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 1 path: 2/1/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 1 path: 2/1/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 1 path: 2/1/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 1 path: 2/1/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 1 path: 2/1/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 1 path: 2/1/image_256.png row: 2 - angle: 0.0 checkpoint: 2 path: 2/2/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 2 path: 2/2/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 2 path: 2/2/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 2 path: 2/2/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 2 path: 2/2/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 2 path: 2/2/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 2 path: 2/2/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 2 path: 2/2/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 2 path: 2/2/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 2 path: 2/2/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 2 path: 2/2/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 2 path: 2/2/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 2 path: 2/2/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 2 path: 2/2/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 2 path: 2/2/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 2 path: 2/2/image_256.png row: 2 - angle: 0.0 checkpoint: 3 path: 2/3/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 3 path: 2/3/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 3 path: 2/3/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 3 path: 2/3/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 3 path: 2/3/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 3 path: 2/3/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 3 path: 2/3/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 3 path: 2/3/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 3 path: 2/3/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 3 path: 2/3/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 3 path: 2/3/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 3 path: 2/3/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 3 path: 2/3/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 3 path: 2/3/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 3 path: 2/3/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 3 path: 2/3/image_256.png row: 2 - angle: 0.0 checkpoint: 4 path: 2/4/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 4 path: 2/4/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 4 path: 2/4/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 4 path: 2/4/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 4 path: 2/4/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 4 path: 2/4/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 4 path: 2/4/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 4 path: 2/4/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 4 path: 2/4/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 4 path: 2/4/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 4 path: 2/4/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 4 path: 2/4/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 4 path: 2/4/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 4 path: 2/4/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 4 path: 2/4/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 4 path: 2/4/image_256.png row: 2 - angle: 0.0 checkpoint: 5 path: 2/5/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 5 path: 2/5/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 5 path: 2/5/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 5 path: 2/5/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 5 path: 2/5/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 5 path: 2/5/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 5 path: 2/5/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 5 path: 2/5/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 5 path: 2/5/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 5 path: 2/5/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 5 path: 2/5/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 5 path: 2/5/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 5 path: 2/5/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 5 path: 2/5/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 5 path: 2/5/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 5 path: 2/5/image_256.png row: 2 - angle: 0.0 checkpoint: 6 path: 2/6/image_4095.png row: 2 - angle: 0.39269908169872414 checkpoint: 6 path: 2/6/image_3840.png row: 2 - angle: 0.7853981633974483 checkpoint: 6 path: 2/6/image_3584.png row: 2 - angle: 1.1780972450961724 checkpoint: 6 path: 2/6/image_3328.png row: 2 - angle: 1.5707963267948966 checkpoint: 6 path: 2/6/image_3072.png row: 2 - angle: 1.9634954084936207 checkpoint: 6 path: 2/6/image_2816.png row: 2 - angle: 2.356194490192345 checkpoint: 6 path: 2/6/image_2560.png row: 2 - angle: 2.748893571891069 checkpoint: 6 path: 2/6/image_2304.png row: 2 - angle: 3.141592653589793 checkpoint: 6 path: 2/6/image_2048.png row: 2 - angle: 3.5342917352885173 checkpoint: 6 path: 2/6/image_1792.png row: 2 - angle: 3.9269908169872414 checkpoint: 6 path: 2/6/image_1536.png row: 2 - angle: 4.319689898685965 checkpoint: 6 path: 2/6/image_1280.png row: 2 - angle: 4.71238898038469 checkpoint: 6 path: 2/6/image_1024.png row: 2 - angle: 5.105088062083414 checkpoint: 6 path: 2/6/image_768.png row: 2 - angle: 5.497787143782138 checkpoint: 6 path: 2/6/image_512.png row: 2 - angle: 5.890486225480862 checkpoint: 6 path: 2/6/image_256.png row: 2 - angle: 0.0 checkpoint: 0 path: 3/0/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 0 path: 3/0/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 0 path: 3/0/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 0 path: 3/0/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 0 path: 3/0/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 0 path: 3/0/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 0 path: 3/0/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 0 path: 3/0/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 0 path: 3/0/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 0 path: 3/0/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 0 path: 3/0/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 0 path: 3/0/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 0 path: 3/0/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 0 path: 3/0/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 0 path: 3/0/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 0 path: 3/0/image_256.png row: 3 - angle: 0.0 checkpoint: 1 path: 3/1/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 1 path: 3/1/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 1 path: 3/1/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 1 path: 3/1/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 1 path: 3/1/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 1 path: 3/1/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 1 path: 3/1/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 1 path: 3/1/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 1 path: 3/1/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 1 path: 3/1/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 1 path: 3/1/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 1 path: 3/1/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 1 path: 3/1/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 1 path: 3/1/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 1 path: 3/1/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 1 path: 3/1/image_256.png row: 3 - angle: 0.0 checkpoint: 2 path: 3/2/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 2 path: 3/2/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 2 path: 3/2/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 2 path: 3/2/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 2 path: 3/2/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 2 path: 3/2/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 2 path: 3/2/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 2 path: 3/2/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 2 path: 3/2/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 2 path: 3/2/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 2 path: 3/2/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 2 path: 3/2/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 2 path: 3/2/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 2 path: 3/2/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 2 path: 3/2/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 2 path: 3/2/image_256.png row: 3 - angle: 0.0 checkpoint: 3 path: 3/3/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 3 path: 3/3/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 3 path: 3/3/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 3 path: 3/3/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 3 path: 3/3/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 3 path: 3/3/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 3 path: 3/3/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 3 path: 3/3/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 3 path: 3/3/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 3 path: 3/3/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 3 path: 3/3/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 3 path: 3/3/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 3 path: 3/3/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 3 path: 3/3/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 3 path: 3/3/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 3 path: 3/3/image_256.png row: 3 - angle: 0.0 checkpoint: 4 path: 3/4/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 4 path: 3/4/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 4 path: 3/4/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 4 path: 3/4/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 4 path: 3/4/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 4 path: 3/4/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 4 path: 3/4/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 4 path: 3/4/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 4 path: 3/4/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 4 path: 3/4/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 4 path: 3/4/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 4 path: 3/4/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 4 path: 3/4/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 4 path: 3/4/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 4 path: 3/4/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 4 path: 3/4/image_256.png row: 3 - angle: 0.0 checkpoint: 5 path: 3/5/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 5 path: 3/5/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 5 path: 3/5/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 5 path: 3/5/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 5 path: 3/5/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 5 path: 3/5/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 5 path: 3/5/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 5 path: 3/5/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 5 path: 3/5/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 5 path: 3/5/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 5 path: 3/5/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 5 path: 3/5/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 5 path: 3/5/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 5 path: 3/5/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 5 path: 3/5/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 5 path: 3/5/image_256.png row: 3 - angle: 0.0 checkpoint: 6 path: 3/6/image_4095.png row: 3 - angle: 0.39269908169872414 checkpoint: 6 path: 3/6/image_3840.png row: 3 - angle: 0.7853981633974483 checkpoint: 6 path: 3/6/image_3584.png row: 3 - angle: 1.1780972450961724 checkpoint: 6 path: 3/6/image_3328.png row: 3 - angle: 1.5707963267948966 checkpoint: 6 path: 3/6/image_3072.png row: 3 - angle: 1.9634954084936207 checkpoint: 6 path: 3/6/image_2816.png row: 3 - angle: 2.356194490192345 checkpoint: 6 path: 3/6/image_2560.png row: 3 - angle: 2.748893571891069 checkpoint: 6 path: 3/6/image_2304.png row: 3 - angle: 3.141592653589793 checkpoint: 6 path: 3/6/image_2048.png row: 3 - angle: 3.5342917352885173 checkpoint: 6 path: 3/6/image_1792.png row: 3 - angle: 3.9269908169872414 checkpoint: 6 path: 3/6/image_1536.png row: 3 - angle: 4.319689898685965 checkpoint: 6 path: 3/6/image_1280.png row: 3 - angle: 4.71238898038469 checkpoint: 6 path: 3/6/image_1024.png row: 3 - angle: 5.105088062083414 checkpoint: 6 path: 3/6/image_768.png row: 3 - angle: 5.497787143782138 checkpoint: 6 path: 3/6/image_512.png row: 3 - angle: 5.890486225480862 checkpoint: 6 path: 3/6/image_256.png row: 3 - angle: 0.0 checkpoint: 0 path: 4/0/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 0 path: 4/0/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 0 path: 4/0/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 0 path: 4/0/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 0 path: 4/0/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 0 path: 4/0/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 0 path: 4/0/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 0 path: 4/0/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 0 path: 4/0/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 0 path: 4/0/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 0 path: 4/0/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 0 path: 4/0/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 0 path: 4/0/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 0 path: 4/0/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 0 path: 4/0/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 0 path: 4/0/image_256.png row: 4 - angle: 0.0 checkpoint: 1 path: 4/1/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 1 path: 4/1/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 1 path: 4/1/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 1 path: 4/1/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 1 path: 4/1/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 1 path: 4/1/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 1 path: 4/1/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 1 path: 4/1/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 1 path: 4/1/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 1 path: 4/1/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 1 path: 4/1/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 1 path: 4/1/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 1 path: 4/1/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 1 path: 4/1/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 1 path: 4/1/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 1 path: 4/1/image_256.png row: 4 - angle: 0.0 checkpoint: 2 path: 4/2/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 2 path: 4/2/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 2 path: 4/2/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 2 path: 4/2/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 2 path: 4/2/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 2 path: 4/2/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 2 path: 4/2/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 2 path: 4/2/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 2 path: 4/2/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 2 path: 4/2/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 2 path: 4/2/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 2 path: 4/2/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 2 path: 4/2/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 2 path: 4/2/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 2 path: 4/2/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 2 path: 4/2/image_256.png row: 4 - angle: 0.0 checkpoint: 3 path: 4/3/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 3 path: 4/3/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 3 path: 4/3/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 3 path: 4/3/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 3 path: 4/3/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 3 path: 4/3/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 3 path: 4/3/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 3 path: 4/3/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 3 path: 4/3/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 3 path: 4/3/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 3 path: 4/3/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 3 path: 4/3/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 3 path: 4/3/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 3 path: 4/3/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 3 path: 4/3/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 3 path: 4/3/image_256.png row: 4 - angle: 0.0 checkpoint: 4 path: 4/4/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 4 path: 4/4/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 4 path: 4/4/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 4 path: 4/4/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 4 path: 4/4/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 4 path: 4/4/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 4 path: 4/4/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 4 path: 4/4/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 4 path: 4/4/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 4 path: 4/4/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 4 path: 4/4/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 4 path: 4/4/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 4 path: 4/4/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 4 path: 4/4/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 4 path: 4/4/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 4 path: 4/4/image_256.png row: 4 - angle: 0.0 checkpoint: 5 path: 4/5/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 5 path: 4/5/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 5 path: 4/5/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 5 path: 4/5/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 5 path: 4/5/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 5 path: 4/5/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 5 path: 4/5/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 5 path: 4/5/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 5 path: 4/5/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 5 path: 4/5/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 5 path: 4/5/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 5 path: 4/5/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 5 path: 4/5/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 5 path: 4/5/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 5 path: 4/5/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 5 path: 4/5/image_256.png row: 4 - angle: 0.0 checkpoint: 6 path: 4/6/image_4095.png row: 4 - angle: 0.39269908169872414 checkpoint: 6 path: 4/6/image_3840.png row: 4 - angle: 0.7853981633974483 checkpoint: 6 path: 4/6/image_3584.png row: 4 - angle: 1.1780972450961724 checkpoint: 6 path: 4/6/image_3328.png row: 4 - angle: 1.5707963267948966 checkpoint: 6 path: 4/6/image_3072.png row: 4 - angle: 1.9634954084936207 checkpoint: 6 path: 4/6/image_2816.png row: 4 - angle: 2.356194490192345 checkpoint: 6 path: 4/6/image_2560.png row: 4 - angle: 2.748893571891069 checkpoint: 6 path: 4/6/image_2304.png row: 4 - angle: 3.141592653589793 checkpoint: 6 path: 4/6/image_2048.png row: 4 - angle: 3.5342917352885173 checkpoint: 6 path: 4/6/image_1792.png row: 4 - angle: 3.9269908169872414 checkpoint: 6 path: 4/6/image_1536.png row: 4 - angle: 4.319689898685965 checkpoint: 6 path: 4/6/image_1280.png row: 4 - angle: 4.71238898038469 checkpoint: 6 path: 4/6/image_1024.png row: 4 - angle: 5.105088062083414 checkpoint: 6 path: 4/6/image_768.png row: 4 - angle: 5.497787143782138 checkpoint: 6 path: 4/6/image_512.png row: 4 - angle: 5.890486225480862 checkpoint: 6 path: 4/6/image_256.png row: 4 - angle: 0.0 checkpoint: 0 path: 5/0/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 0 path: 5/0/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 0 path: 5/0/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 0 path: 5/0/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 0 path: 5/0/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 0 path: 5/0/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 0 path: 5/0/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 0 path: 5/0/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 0 path: 5/0/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 0 path: 5/0/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 0 path: 5/0/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 0 path: 5/0/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 0 path: 5/0/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 0 path: 5/0/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 0 path: 5/0/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 0 path: 5/0/image_256.png row: 5 - angle: 0.0 checkpoint: 1 path: 5/1/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 1 path: 5/1/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 1 path: 5/1/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 1 path: 5/1/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 1 path: 5/1/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 1 path: 5/1/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 1 path: 5/1/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 1 path: 5/1/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 1 path: 5/1/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 1 path: 5/1/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 1 path: 5/1/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 1 path: 5/1/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 1 path: 5/1/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 1 path: 5/1/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 1 path: 5/1/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 1 path: 5/1/image_256.png row: 5 - angle: 0.0 checkpoint: 2 path: 5/2/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 2 path: 5/2/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 2 path: 5/2/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 2 path: 5/2/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 2 path: 5/2/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 2 path: 5/2/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 2 path: 5/2/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 2 path: 5/2/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 2 path: 5/2/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 2 path: 5/2/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 2 path: 5/2/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 2 path: 5/2/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 2 path: 5/2/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 2 path: 5/2/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 2 path: 5/2/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 2 path: 5/2/image_256.png row: 5 - angle: 0.0 checkpoint: 3 path: 5/3/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 3 path: 5/3/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 3 path: 5/3/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 3 path: 5/3/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 3 path: 5/3/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 3 path: 5/3/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 3 path: 5/3/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 3 path: 5/3/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 3 path: 5/3/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 3 path: 5/3/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 3 path: 5/3/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 3 path: 5/3/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 3 path: 5/3/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 3 path: 5/3/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 3 path: 5/3/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 3 path: 5/3/image_256.png row: 5 - angle: 0.0 checkpoint: 4 path: 5/4/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 4 path: 5/4/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 4 path: 5/4/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 4 path: 5/4/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 4 path: 5/4/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 4 path: 5/4/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 4 path: 5/4/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 4 path: 5/4/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 4 path: 5/4/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 4 path: 5/4/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 4 path: 5/4/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 4 path: 5/4/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 4 path: 5/4/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 4 path: 5/4/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 4 path: 5/4/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 4 path: 5/4/image_256.png row: 5 - angle: 0.0 checkpoint: 5 path: 5/5/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 5 path: 5/5/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 5 path: 5/5/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 5 path: 5/5/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 5 path: 5/5/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 5 path: 5/5/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 5 path: 5/5/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 5 path: 5/5/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 5 path: 5/5/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 5 path: 5/5/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 5 path: 5/5/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 5 path: 5/5/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 5 path: 5/5/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 5 path: 5/5/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 5 path: 5/5/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 5 path: 5/5/image_256.png row: 5 - angle: 0.0 checkpoint: 6 path: 5/6/image_4095.png row: 5 - angle: 0.39269908169872414 checkpoint: 6 path: 5/6/image_3840.png row: 5 - angle: 0.7853981633974483 checkpoint: 6 path: 5/6/image_3584.png row: 5 - angle: 1.1780972450961724 checkpoint: 6 path: 5/6/image_3328.png row: 5 - angle: 1.5707963267948966 checkpoint: 6 path: 5/6/image_3072.png row: 5 - angle: 1.9634954084936207 checkpoint: 6 path: 5/6/image_2816.png row: 5 - angle: 2.356194490192345 checkpoint: 6 path: 5/6/image_2560.png row: 5 - angle: 2.748893571891069 checkpoint: 6 path: 5/6/image_2304.png row: 5 - angle: 3.141592653589793 checkpoint: 6 path: 5/6/image_2048.png row: 5 - angle: 3.5342917352885173 checkpoint: 6 path: 5/6/image_1792.png row: 5 - angle: 3.9269908169872414 checkpoint: 6 path: 5/6/image_1536.png row: 5 - angle: 4.319689898685965 checkpoint: 6 path: 5/6/image_1280.png row: 5 - angle: 4.71238898038469 checkpoint: 6 path: 5/6/image_1024.png row: 5 - angle: 5.105088062083414 checkpoint: 6 path: 5/6/image_768.png row: 5 - angle: 5.497787143782138 checkpoint: 6 path: 5/6/image_512.png row: 5 - angle: 5.890486225480862 checkpoint: 6 path: 5/6/image_256.png row: 5 - angle: 0.0 checkpoint: 0 path: 6/0/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 0 path: 6/0/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 0 path: 6/0/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 0 path: 6/0/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 0 path: 6/0/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 0 path: 6/0/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 0 path: 6/0/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 0 path: 6/0/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 0 path: 6/0/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 0 path: 6/0/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 0 path: 6/0/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 0 path: 6/0/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 0 path: 6/0/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 0 path: 6/0/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 0 path: 6/0/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 0 path: 6/0/image_256.png row: 6 - angle: 0.0 checkpoint: 1 path: 6/1/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 1 path: 6/1/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 1 path: 6/1/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 1 path: 6/1/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 1 path: 6/1/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 1 path: 6/1/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 1 path: 6/1/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 1 path: 6/1/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 1 path: 6/1/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 1 path: 6/1/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 1 path: 6/1/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 1 path: 6/1/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 1 path: 6/1/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 1 path: 6/1/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 1 path: 6/1/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 1 path: 6/1/image_256.png row: 6 - angle: 0.0 checkpoint: 2 path: 6/2/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 2 path: 6/2/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 2 path: 6/2/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 2 path: 6/2/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 2 path: 6/2/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 2 path: 6/2/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 2 path: 6/2/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 2 path: 6/2/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 2 path: 6/2/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 2 path: 6/2/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 2 path: 6/2/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 2 path: 6/2/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 2 path: 6/2/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 2 path: 6/2/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 2 path: 6/2/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 2 path: 6/2/image_256.png row: 6 - angle: 0.0 checkpoint: 3 path: 6/3/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 3 path: 6/3/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 3 path: 6/3/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 3 path: 6/3/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 3 path: 6/3/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 3 path: 6/3/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 3 path: 6/3/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 3 path: 6/3/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 3 path: 6/3/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 3 path: 6/3/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 3 path: 6/3/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 3 path: 6/3/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 3 path: 6/3/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 3 path: 6/3/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 3 path: 6/3/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 3 path: 6/3/image_256.png row: 6 - angle: 0.0 checkpoint: 4 path: 6/4/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 4 path: 6/4/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 4 path: 6/4/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 4 path: 6/4/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 4 path: 6/4/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 4 path: 6/4/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 4 path: 6/4/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 4 path: 6/4/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 4 path: 6/4/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 4 path: 6/4/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 4 path: 6/4/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 4 path: 6/4/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 4 path: 6/4/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 4 path: 6/4/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 4 path: 6/4/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 4 path: 6/4/image_256.png row: 6 - angle: 0.0 checkpoint: 5 path: 6/5/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 5 path: 6/5/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 5 path: 6/5/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 5 path: 6/5/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 5 path: 6/5/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 5 path: 6/5/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 5 path: 6/5/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 5 path: 6/5/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 5 path: 6/5/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 5 path: 6/5/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 5 path: 6/5/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 5 path: 6/5/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 5 path: 6/5/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 5 path: 6/5/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 5 path: 6/5/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 5 path: 6/5/image_256.png row: 6 - angle: 0.0 checkpoint: 6 path: 6/6/image_4095.png row: 6 - angle: 0.39269908169872414 checkpoint: 6 path: 6/6/image_3840.png row: 6 - angle: 0.7853981633974483 checkpoint: 6 path: 6/6/image_3584.png row: 6 - angle: 1.1780972450961724 checkpoint: 6 path: 6/6/image_3328.png row: 6 - angle: 1.5707963267948966 checkpoint: 6 path: 6/6/image_3072.png row: 6 - angle: 1.9634954084936207 checkpoint: 6 path: 6/6/image_2816.png row: 6 - angle: 2.356194490192345 checkpoint: 6 path: 6/6/image_2560.png row: 6 - angle: 2.748893571891069 checkpoint: 6 path: 6/6/image_2304.png row: 6 - angle: 3.141592653589793 checkpoint: 6 path: 6/6/image_2048.png row: 6 - angle: 3.5342917352885173 checkpoint: 6 path: 6/6/image_1792.png row: 6 - angle: 3.9269908169872414 checkpoint: 6 path: 6/6/image_1536.png row: 6 - angle: 4.319689898685965 checkpoint: 6 path: 6/6/image_1280.png row: 6 - angle: 4.71238898038469 checkpoint: 6 path: 6/6/image_1024.png row: 6 - angle: 5.105088062083414 checkpoint: 6 path: 6/6/image_768.png row: 6 - angle: 5.497787143782138 checkpoint: 6 path: 6/6/image_512.png row: 6 - angle: 5.890486225480862 checkpoint: 6 path: 6/6/image_256.png row: 6 - angle: 0.0 checkpoint: 0 path: 7/0/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 0 path: 7/0/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 0 path: 7/0/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 0 path: 7/0/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 0 path: 7/0/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 0 path: 7/0/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 0 path: 7/0/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 0 path: 7/0/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 0 path: 7/0/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 0 path: 7/0/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 0 path: 7/0/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 0 path: 7/0/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 0 path: 7/0/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 0 path: 7/0/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 0 path: 7/0/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 0 path: 7/0/image_256.png row: 7 - angle: 0.0 checkpoint: 1 path: 7/1/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 1 path: 7/1/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 1 path: 7/1/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 1 path: 7/1/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 1 path: 7/1/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 1 path: 7/1/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 1 path: 7/1/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 1 path: 7/1/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 1 path: 7/1/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 1 path: 7/1/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 1 path: 7/1/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 1 path: 7/1/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 1 path: 7/1/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 1 path: 7/1/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 1 path: 7/1/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 1 path: 7/1/image_256.png row: 7 - angle: 0.0 checkpoint: 2 path: 7/2/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 2 path: 7/2/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 2 path: 7/2/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 2 path: 7/2/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 2 path: 7/2/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 2 path: 7/2/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 2 path: 7/2/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 2 path: 7/2/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 2 path: 7/2/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 2 path: 7/2/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 2 path: 7/2/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 2 path: 7/2/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 2 path: 7/2/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 2 path: 7/2/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 2 path: 7/2/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 2 path: 7/2/image_256.png row: 7 - angle: 0.0 checkpoint: 3 path: 7/3/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 3 path: 7/3/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 3 path: 7/3/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 3 path: 7/3/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 3 path: 7/3/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 3 path: 7/3/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 3 path: 7/3/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 3 path: 7/3/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 3 path: 7/3/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 3 path: 7/3/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 3 path: 7/3/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 3 path: 7/3/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 3 path: 7/3/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 3 path: 7/3/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 3 path: 7/3/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 3 path: 7/3/image_256.png row: 7 - angle: 0.0 checkpoint: 4 path: 7/4/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 4 path: 7/4/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 4 path: 7/4/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 4 path: 7/4/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 4 path: 7/4/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 4 path: 7/4/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 4 path: 7/4/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 4 path: 7/4/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 4 path: 7/4/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 4 path: 7/4/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 4 path: 7/4/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 4 path: 7/4/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 4 path: 7/4/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 4 path: 7/4/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 4 path: 7/4/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 4 path: 7/4/image_256.png row: 7 - angle: 0.0 checkpoint: 5 path: 7/5/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 5 path: 7/5/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 5 path: 7/5/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 5 path: 7/5/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 5 path: 7/5/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 5 path: 7/5/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 5 path: 7/5/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 5 path: 7/5/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 5 path: 7/5/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 5 path: 7/5/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 5 path: 7/5/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 5 path: 7/5/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 5 path: 7/5/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 5 path: 7/5/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 5 path: 7/5/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 5 path: 7/5/image_256.png row: 7 - angle: 0.0 checkpoint: 6 path: 7/6/image_4095.png row: 7 - angle: 0.39269908169872414 checkpoint: 6 path: 7/6/image_3840.png row: 7 - angle: 0.7853981633974483 checkpoint: 6 path: 7/6/image_3584.png row: 7 - angle: 1.1780972450961724 checkpoint: 6 path: 7/6/image_3328.png row: 7 - angle: 1.5707963267948966 checkpoint: 6 path: 7/6/image_3072.png row: 7 - angle: 1.9634954084936207 checkpoint: 6 path: 7/6/image_2816.png row: 7 - angle: 2.356194490192345 checkpoint: 6 path: 7/6/image_2560.png row: 7 - angle: 2.748893571891069 checkpoint: 6 path: 7/6/image_2304.png row: 7 - angle: 3.141592653589793 checkpoint: 6 path: 7/6/image_2048.png row: 7 - angle: 3.5342917352885173 checkpoint: 6 path: 7/6/image_1792.png row: 7 - angle: 3.9269908169872414 checkpoint: 6 path: 7/6/image_1536.png row: 7 - angle: 4.319689898685965 checkpoint: 6 path: 7/6/image_1280.png row: 7 - angle: 4.71238898038469 checkpoint: 6 path: 7/6/image_1024.png row: 7 - angle: 5.105088062083414 checkpoint: 6 path: 7/6/image_768.png row: 7 - angle: 5.497787143782138 checkpoint: 6 path: 7/6/image_512.png row: 7 - angle: 5.890486225480862 checkpoint: 6 path: 7/6/image_256.png row: 7 - angle: 0.0 checkpoint: 0 path: 8/0/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 0 path: 8/0/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 0 path: 8/0/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 0 path: 8/0/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 0 path: 8/0/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 0 path: 8/0/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 0 path: 8/0/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 0 path: 8/0/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 0 path: 8/0/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 0 path: 8/0/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 0 path: 8/0/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 0 path: 8/0/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 0 path: 8/0/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 0 path: 8/0/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 0 path: 8/0/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 0 path: 8/0/image_256.png row: 8 - angle: 0.0 checkpoint: 1 path: 8/1/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 1 path: 8/1/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 1 path: 8/1/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 1 path: 8/1/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 1 path: 8/1/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 1 path: 8/1/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 1 path: 8/1/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 1 path: 8/1/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 1 path: 8/1/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 1 path: 8/1/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 1 path: 8/1/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 1 path: 8/1/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 1 path: 8/1/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 1 path: 8/1/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 1 path: 8/1/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 1 path: 8/1/image_256.png row: 8 - angle: 0.0 checkpoint: 2 path: 8/2/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 2 path: 8/2/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 2 path: 8/2/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 2 path: 8/2/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 2 path: 8/2/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 2 path: 8/2/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 2 path: 8/2/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 2 path: 8/2/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 2 path: 8/2/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 2 path: 8/2/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 2 path: 8/2/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 2 path: 8/2/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 2 path: 8/2/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 2 path: 8/2/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 2 path: 8/2/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 2 path: 8/2/image_256.png row: 8 - angle: 0.0 checkpoint: 3 path: 8/3/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 3 path: 8/3/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 3 path: 8/3/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 3 path: 8/3/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 3 path: 8/3/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 3 path: 8/3/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 3 path: 8/3/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 3 path: 8/3/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 3 path: 8/3/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 3 path: 8/3/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 3 path: 8/3/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 3 path: 8/3/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 3 path: 8/3/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 3 path: 8/3/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 3 path: 8/3/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 3 path: 8/3/image_256.png row: 8 - angle: 0.0 checkpoint: 4 path: 8/4/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 4 path: 8/4/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 4 path: 8/4/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 4 path: 8/4/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 4 path: 8/4/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 4 path: 8/4/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 4 path: 8/4/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 4 path: 8/4/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 4 path: 8/4/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 4 path: 8/4/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 4 path: 8/4/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 4 path: 8/4/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 4 path: 8/4/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 4 path: 8/4/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 4 path: 8/4/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 4 path: 8/4/image_256.png row: 8 - angle: 0.0 checkpoint: 5 path: 8/5/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 5 path: 8/5/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 5 path: 8/5/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 5 path: 8/5/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 5 path: 8/5/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 5 path: 8/5/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 5 path: 8/5/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 5 path: 8/5/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 5 path: 8/5/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 5 path: 8/5/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 5 path: 8/5/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 5 path: 8/5/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 5 path: 8/5/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 5 path: 8/5/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 5 path: 8/5/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 5 path: 8/5/image_256.png row: 8 - angle: 0.0 checkpoint: 6 path: 8/6/image_4095.png row: 8 - angle: 0.39269908169872414 checkpoint: 6 path: 8/6/image_3840.png row: 8 - angle: 0.7853981633974483 checkpoint: 6 path: 8/6/image_3584.png row: 8 - angle: 1.1780972450961724 checkpoint: 6 path: 8/6/image_3328.png row: 8 - angle: 1.5707963267948966 checkpoint: 6 path: 8/6/image_3072.png row: 8 - angle: 1.9634954084936207 checkpoint: 6 path: 8/6/image_2816.png row: 8 - angle: 2.356194490192345 checkpoint: 6 path: 8/6/image_2560.png row: 8 - angle: 2.748893571891069 checkpoint: 6 path: 8/6/image_2304.png row: 8 - angle: 3.141592653589793 checkpoint: 6 path: 8/6/image_2048.png row: 8 - angle: 3.5342917352885173 checkpoint: 6 path: 8/6/image_1792.png row: 8 - angle: 3.9269908169872414 checkpoint: 6 path: 8/6/image_1536.png row: 8 - angle: 4.319689898685965 checkpoint: 6 path: 8/6/image_1280.png row: 8 - angle: 4.71238898038469 checkpoint: 6 path: 8/6/image_1024.png row: 8 - angle: 5.105088062083414 checkpoint: 6 path: 8/6/image_768.png row: 8 - angle: 5.497787143782138 checkpoint: 6 path: 8/6/image_512.png row: 8 - angle: 5.890486225480862 checkpoint: 6 path: 8/6/image_256.png row: 8 - angle: 0.0 checkpoint: 0 path: 9/0/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 0 path: 9/0/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 0 path: 9/0/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 0 path: 9/0/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 0 path: 9/0/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 0 path: 9/0/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 0 path: 9/0/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 0 path: 9/0/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 0 path: 9/0/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 0 path: 9/0/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 0 path: 9/0/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 0 path: 9/0/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 0 path: 9/0/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 0 path: 9/0/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 0 path: 9/0/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 0 path: 9/0/image_256.png row: 9 - angle: 0.0 checkpoint: 1 path: 9/1/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 1 path: 9/1/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 1 path: 9/1/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 1 path: 9/1/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 1 path: 9/1/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 1 path: 9/1/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 1 path: 9/1/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 1 path: 9/1/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 1 path: 9/1/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 1 path: 9/1/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 1 path: 9/1/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 1 path: 9/1/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 1 path: 9/1/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 1 path: 9/1/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 1 path: 9/1/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 1 path: 9/1/image_256.png row: 9 - angle: 0.0 checkpoint: 2 path: 9/2/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 2 path: 9/2/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 2 path: 9/2/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 2 path: 9/2/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 2 path: 9/2/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 2 path: 9/2/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 2 path: 9/2/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 2 path: 9/2/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 2 path: 9/2/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 2 path: 9/2/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 2 path: 9/2/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 2 path: 9/2/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 2 path: 9/2/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 2 path: 9/2/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 2 path: 9/2/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 2 path: 9/2/image_256.png row: 9 - angle: 0.0 checkpoint: 3 path: 9/3/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 3 path: 9/3/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 3 path: 9/3/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 3 path: 9/3/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 3 path: 9/3/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 3 path: 9/3/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 3 path: 9/3/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 3 path: 9/3/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 3 path: 9/3/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 3 path: 9/3/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 3 path: 9/3/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 3 path: 9/3/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 3 path: 9/3/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 3 path: 9/3/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 3 path: 9/3/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 3 path: 9/3/image_256.png row: 9 - angle: 0.0 checkpoint: 4 path: 9/4/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 4 path: 9/4/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 4 path: 9/4/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 4 path: 9/4/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 4 path: 9/4/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 4 path: 9/4/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 4 path: 9/4/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 4 path: 9/4/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 4 path: 9/4/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 4 path: 9/4/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 4 path: 9/4/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 4 path: 9/4/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 4 path: 9/4/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 4 path: 9/4/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 4 path: 9/4/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 4 path: 9/4/image_256.png row: 9 - angle: 0.0 checkpoint: 5 path: 9/5/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 5 path: 9/5/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 5 path: 9/5/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 5 path: 9/5/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 5 path: 9/5/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 5 path: 9/5/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 5 path: 9/5/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 5 path: 9/5/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 5 path: 9/5/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 5 path: 9/5/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 5 path: 9/5/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 5 path: 9/5/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 5 path: 9/5/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 5 path: 9/5/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 5 path: 9/5/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 5 path: 9/5/image_256.png row: 9 - angle: 0.0 checkpoint: 6 path: 9/6/image_4095.png row: 9 - angle: 0.39269908169872414 checkpoint: 6 path: 9/6/image_3840.png row: 9 - angle: 0.7853981633974483 checkpoint: 6 path: 9/6/image_3584.png row: 9 - angle: 1.1780972450961724 checkpoint: 6 path: 9/6/image_3328.png row: 9 - angle: 1.5707963267948966 checkpoint: 6 path: 9/6/image_3072.png row: 9 - angle: 1.9634954084936207 checkpoint: 6 path: 9/6/image_2816.png row: 9 - angle: 2.356194490192345 checkpoint: 6 path: 9/6/image_2560.png row: 9 - angle: 2.748893571891069 checkpoint: 6 path: 9/6/image_2304.png row: 9 - angle: 3.141592653589793 checkpoint: 6 path: 9/6/image_2048.png row: 9 - angle: 3.5342917352885173 checkpoint: 6 path: 9/6/image_1792.png row: 9 - angle: 3.9269908169872414 checkpoint: 6 path: 9/6/image_1536.png row: 9 - angle: 4.319689898685965 checkpoint: 6 path: 9/6/image_1280.png row: 9 - angle: 4.71238898038469 checkpoint: 6 path: 9/6/image_1024.png row: 9 - angle: 5.105088062083414 checkpoint: 6 path: 9/6/image_768.png row: 9 - angle: 5.497787143782138 checkpoint: 6 path: 9/6/image_512.png row: 9 - angle: 5.890486225480862 checkpoint: 6 path: 9/6/image_256.png row: 9
19.589377
28
0.69378
1a6af4d1db347cd240770f86f8f9344436f9c643
4,410
yml
YAML
ansible/roles/congress/defaults/main.yml
mikejoh/kolla-ansible
33a92b9f7d46432cb67f148e1d64c6820c20c902
[ "Apache-2.0" ]
null
null
null
ansible/roles/congress/defaults/main.yml
mikejoh/kolla-ansible
33a92b9f7d46432cb67f148e1d64c6820c20c902
[ "Apache-2.0" ]
3
2019-01-12T13:48:10.000Z
2019-01-14T22:56:07.000Z
ansible/roles/congress/defaults/main.yml
mikejoh/kolla-ansible
33a92b9f7d46432cb67f148e1d64c6820c20c902
[ "Apache-2.0" ]
null
null
null
--- project_name: "congress" congress_services: congress-api: container_name: congress_api group: congress-api enabled: true image: "{{ congress_api_image_full }}" volumes: - "{{ node_config_directory }}/congress-api/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro" - "kolla_logs:/var/log/kolla/" - "{{ kolla_dev_repos_directory ~ '/congress/congress:/var/lib/kolla/venv/lib/python2.7/site-packages/congress' if congress_dev_mode | bool else '' }}" dimensions: "{{ congress_api_dimensions }}" haproxy: congress_api: enabled: "{{ enable_congress }}" mode: "http" external: false port: "{{ congress_api_port }}" congress_api_external: enabled: "{{ enable_congress }}" mode: "http" external: true port: "{{ congress_api_port }}" congress-policy-engine: container_name: congress_policy_engine group: congress-policy-engine enabled: true image: "{{ congress_policy_engine_image_full }}" volumes: - "{{ node_config_directory }}/congress-policy-engine/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro" - "kolla_logs:/var/log/kolla/" - "{{ kolla_dev_repos_directory ~ '/congress/congress:/var/lib/kolla/venv/lib/python2.7/site-packages/congress' if congress_dev_mode | bool else '' }}" dimensions: "{{ congress_policy_engine_dimensions }}" congress-datasource: container_name: congress_datasource group: congress-datasource enabled: true image: "{{ congress_datasource_image_full }}" volumes: - "{{ node_config_directory }}/congress-datasource/:{{ container_config_directory }}/:ro" - "/etc/localtime:/etc/localtime:ro" - "kolla_logs:/var/log/kolla/" - "{{ kolla_dev_repos_directory ~ '/congress/congress:/var/lib/kolla/venv/lib/python2.7/site-packages/congress' if congress_dev_mode | bool else '' }}" dimensions: "{{ congress_datasource_dimensions }}" #################### # Database #################### congress_database_name: "congress" congress_database_user: "{% if use_preconfigured_databases | bool and use_common_mariadb_user | bool %}{{ database_user }}{% else %}congress{% endif %}" congress_database_address: "{{ database_address }}:{{ database_port }}" #################### # Docker #################### congress_install_type: "{{ kolla_install_type }}" congress_tag: "{{ openstack_release }}" congress_policy_engine_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ congress_install_type }}-congress-policy-engine" congress_policy_engine_tag: "{{ congress_tag }}" congress_policy_engine_image_full: "{{ congress_policy_engine_image }}:{{ congress_policy_engine_tag }}" congress_datasource_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ congress_install_type }}-congress-datasource" congress_datasource_tag: "{{ congress_tag }}" congress_datasource_image_full: "{{ congress_datasource_image }}:{{ congress_datasource_tag }}" congress_api_image: "{{ docker_registry ~ '/' if docker_registry else '' }}{{ docker_namespace }}/{{ kolla_base_distro }}-{{ congress_install_type }}-congress-api" congress_api_tag: "{{ congress_tag }}" congress_api_image_full: "{{ congress_api_image }}:{{ congress_api_tag }}" congress_api_dimensions: "{{ default_container_dimensions }}" congress_policy_engine_dimensions: "{{ default_container_dimensions }}" congress_datasource_dimensions: "{{ default_container_dimensions }}" #################### # OpenStack #################### congress_admin_endpoint: "{{ admin_protocol }}://{{ kolla_internal_fqdn }}:{{ congress_api_port }}" congress_internal_endpoint: "{{ internal_protocol }}://{{ kolla_internal_fqdn }}:{{ congress_api_port }}" congress_public_endpoint: "{{ public_protocol }}://{{ kolla_external_fqdn }}:{{ congress_api_port }}" congress_logging_debug: "{{ openstack_logging_debug }}" congress_keystone_user: "congress" openstack_congress_auth: "{{ openstack_auth }}" #################### # Kolla #################### congress_git_repository: "{{ kolla_dev_repos_git }}/{{ project_name }}" congress_dev_repos_pull: "{{ kolla_dev_repos_pull }}" congress_dev_mode: "{{ kolla_dev_mode }}" congress_source_version: "{{ kolla_source_version }}"
43.235294
183
0.69161
e6aba6b36fa4e86a5e45583e186f6517906947f4
1,574
yml
YAML
docker-compose.yml
rafaelmattosgama/docker-lamp
f1532aecf1dcea52b323f271bc4e5921b6ec7c07
[ "Unlicense" ]
null
null
null
docker-compose.yml
rafaelmattosgama/docker-lamp
f1532aecf1dcea52b323f271bc4e5921b6ec7c07
[ "Unlicense" ]
null
null
null
docker-compose.yml
rafaelmattosgama/docker-lamp
f1532aecf1dcea52b323f271bc4e5921b6ec7c07
[ "Unlicense" ]
null
null
null
version: "3.9" services: www: build: . ports: - 80:80 volumes: - ./www:/var/www/html links: - db networks: - default db: image: mysql:8.0 ports: - 3306:3306 command: --default-authentication-plugin=mysql_native_password environment: MYSQL_DATABASE: dbname MYSQL_USER: rafaeldb MYSQL_PASSWORD: test MYSQL_ROOT_PASSWORD: test volumes: - ./dump:/docker-entrypoint-initdb.d - ./conf:/etc/mysql/conf.d - persistent:/var/lib/mysql networks: - default phpmyadmin: image: phpmyadmin/phpmyadmin links: - db:db ports: - 8000:80 environment: MYSQL_USER: root MYSQL_PASSWORD: test MYSQL_ROOT_PASSWORD: test mongo: image: mongo restart: always ports: - 27017:27017 volumes: - ./mongodatadir:/data/db environment: MONGO_INITDB_ROOT_USERNAME: rafaeldb MONGO_INITDB_ROOT_PASSWORD: test networks: - default mongo-express: image: mongo-express restart: always ports: - 8081:8081 environment: ME_CONFIG_MONGODB_ADMINUSERNAME: rafaeldb ME_CONFIG_MONGODB_ADMINPASSWORD: test ME_CONFIG_MONGODB_URL: mongodb://rafaeldb:test@mongo:27017/ volumes: persistent:
24.59375
70
0.521601
d529b8f8847d3eb4e1c1daae9403909a87e62f7e
177
yaml
YAML
packages/amagaki/example/content/pages/_collection.yaml
jeremydw/amagaki
3ab515a1ab46af71a76383f95483e8f595f922ff
[ "MIT" ]
19
2021-06-11T05:00:05.000Z
2022-02-07T15:24:44.000Z
packages/amagaki/example/content/pages/_collection.yaml
jeremydw/amagaki
3ab515a1ab46af71a76383f95483e8f595f922ff
[ "MIT" ]
96
2021-05-24T15:54:59.000Z
2022-03-24T02:02:14.000Z
example/content/pages/_collection.yaml
blinkkcode/amagaki
42822ae7f0c7f35384f2e3a8df4e5fb94b65d7ce
[ "MIT" ]
null
null
null
$path: /${doc.basename}/ $view: /views/base.njk $localization: path: /intl/${doc.locale.id}/${doc.basename}/ locales: - de - en - fi - fr - it - ja - ko - nl
13.615385
47
0.542373
dae3a323d31a0b0cdf8068669184bb7c655731ac
866
yml
YAML
options/test/SRResNet_SRGAN/test_MSRResNet_x4_woGT.yml
yuangan/Simple-SR
630d2f9441b116620af88ff882eca4673dedc047
[ "MIT" ]
null
null
null
options/test/SRResNet_SRGAN/test_MSRResNet_x4_woGT.yml
yuangan/Simple-SR
630d2f9441b116620af88ff882eca4673dedc047
[ "MIT" ]
null
null
null
options/test/SRResNet_SRGAN/test_MSRResNet_x4_woGT.yml
yuangan/Simple-SR
630d2f9441b116620af88ff882eca4673dedc047
[ "MIT" ]
null
null
null
name: 001_MSRResNet_x4_f64b16_DIV2K_1000k_B16G1_wandb model_type: SRModel scale: 4 num_gpu: 1 # set num_gpu: 0 for cpu mode manual_seed: 0 datasets: test_1: # the 1st test dataset name: Set5 type: SingleImageDataset dataroot_lq: datasets/Set5/LRbicx4 io_backend: type: disk test_2: # the 2st test dataset name: Set14 type: SingleImageDataset dataroot_lq: datasets/Set14/LRbicx4 io_backend: type: disk # network structures network_g: type: MSRResNet num_in_ch: 3 num_out_ch: 3 num_feat: 64 num_block: 16 upscale: 4 # path path: pretrain_model_g: experiments/001_MSRResNet_x4_f64b16_DIV2K_1000k_B16G1_wandb/models/net_g_1000000.pth strict_load: true # validation settings val: save_img: true suffix: ~ # add suffix to saved images, if None, use exp name
22.205128
105
0.706697
a7a2d0261c49e143788ab8c4b193b1ae87a44d9f
567
yml
YAML
web/modules/custom/migrate_pubs/migrate_pubs.info.yml
cbrody/iiedpubs
fd0a89c14cfe7253a2203cda1ce9b9de5a8651e7
[ "MIT" ]
null
null
null
web/modules/custom/migrate_pubs/migrate_pubs.info.yml
cbrody/iiedpubs
fd0a89c14cfe7253a2203cda1ce9b9de5a8651e7
[ "MIT" ]
21
2019-11-05T00:12:07.000Z
2020-01-22T00:15:04.000Z
web/modules/custom/migrate_pubs/migrate_pubs.info.yml
cbrody/iiedpubs
fd0a89c14cfe7253a2203cda1ce9b9de5a8651e7
[ "MIT" ]
null
null
null
type: module name: Migrate Publications Library description: 'Migrating content from pubs.iied.org to Drupal 8' package: Examples # core: 8.x dependencies: - drupal:migrate - drupal:menu_ui - drupal:path - migrate_plus:migrate_plus config_devel: install: - migrate_plus.migration.pubs_authors - migrate_plus.migration.pubs_tags - migrate_plus.migration.pubs_node - migrate_plus.migration_group.pubs # Information added by Drupal.org packaging script on 2019-04-19 version: '8.x-1.0' core: '8.x' project: 'migrate_pubs' datestamp: 1555683500
25.772727
64
0.765432
680d6510c4d207f72456f77b9796b656aa79fe24
143
yaml
YAML
docker-compose.yaml
mayconvm/mesada-server
6d890b7086e2196d9d8416d5c47845bc3ff098b4
[ "Apache-2.0" ]
null
null
null
docker-compose.yaml
mayconvm/mesada-server
6d890b7086e2196d9d8416d5c47845bc3ff098b4
[ "Apache-2.0" ]
null
null
null
docker-compose.yaml
mayconvm/mesada-server
6d890b7086e2196d9d8416d5c47845bc3ff098b4
[ "Apache-2.0" ]
null
null
null
version: '3' services: database: container_name: database image: mysql:5.7 restart: always env_file: - ./infra/.env_db
15.888889
28
0.629371
bc9877907e89c2f47dd8891f3731d0164ce8a16e
1,415
yml
YAML
.travis.yml
wbcsmarteezgithub/django_tracking2
2d4b7edf976c5bd00fcbf2564a214cecf8c8f472
[ "BSD-2-Clause" ]
null
null
null
.travis.yml
wbcsmarteezgithub/django_tracking2
2d4b7edf976c5bd00fcbf2564a214cecf8c8f472
[ "BSD-2-Clause" ]
null
null
null
.travis.yml
wbcsmarteezgithub/django_tracking2
2d4b7edf976c5bd00fcbf2564a214cecf8c8f472
[ "BSD-2-Clause" ]
1
2019-05-31T10:54:03.000Z
2019-05-31T10:54:03.000Z
language: python sudo: false python: - "2.7" - "3.2" - "3.3" - "3.4" - "3.5" - "3.6" env: - DJANGO="Django>=1.8,<1.9" - DJANGO="Django>=1.9,<1.10" - DJANGO="Django>=1.10,<1.11" - DJANGO="Django>=1.11,<2.0" - DJANGO="Django>=2.0,<2.1" matrix: exclude: - python: "3.6" env: DJANGO="Django>=1.8,<1.9" - python: "3.2" env: DJANGO="Django>=1.9,<1.10" - python: "3.3" env: DJANGO="Django>=1.9,<1.10" - python: "3.6" env: DJANGO="Django>=1.9,<1.10" - python: "3.2" env: DJANGO="Django>=1.10,<1.11" - python: "3.3" env: DJANGO="Django>=1.10,<1.11" - python: "3.6" env: DJANGO="Django>=1.10,<1.11" - python: "3.2" env: DJANGO="Django>=1.11,<2.0" - python: "3.3" env: DJANGO="Django>=1.11,<2.0" - python: "2.7" env: DJANGO="Django>=2.0,<2.1" - python: "3.2" env: DJANGO="Django>=2.0,<2.1" - python: "3.3" env: DJANGO="Django>=2.0,<2.1" addons: apt: packages: - libgeoip-dev install: - pip install "$DJANGO" - pip install geoip - pip install geoip2 - pip install coverage django-discover-runner mock unittest2 - pip freeze - python setup.py develop script: - python example/manage.py test --verbosity=2
22.822581
64
0.479859
cfabf2df7b1ac4085ff7fdcbcf3f75cc28ec1136
1,730
yml
YAML
legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
legacy/docs-ref-autogen/com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember nameWithType: IndividualEnrollment.setCapabilities type: method members: - fullName: com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities(DeviceCapabilities capabilities) name: setCapabilities(DeviceCapabilities capabilities) nameWithType: IndividualEnrollment.setCapabilities(DeviceCapabilities capabilities) parameters: - description: <p>the device capabilities to set </p> name: capabilities type: <xref href="com.microsoft.azure.sdk.iot.deps.twin.DeviceCapabilities?alt=com.microsoft.azure.sdk.iot.deps.twin.DeviceCapabilities&text=DeviceCapabilities" data-throw-if-not-resolved="False"/> summary: >- <p> <xrefsect id="deprecated_1_deprecated000076"> <xreftitle>Deprecated</xreftitle> <xrefdescription> <p>as of provisioning-service-client version 1.3.3, please use <xref uid="com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilitiesFinal(DeviceCapabilities)" data-throw-if-not-resolved="false" data-raw-source="setCapabilitiesFinal(DeviceCapabilities)"></xref></p> </xrefdescription> </xrefsect> </p> <p></p> syntax: public void setCapabilities(DeviceCapabilities capabilities) uid: com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities(DeviceCapabilities) uid: com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities* fullName: com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment.setCapabilities name: setCapabilities(DeviceCapabilities capabilities) package: com.microsoft.azure.sdk.iot.provisioning.service.configs metadata: {}
46.756757
309
0.795954
b2963889c3aeaa11fedac7874c2b3c3798b4ce92
8,400
yml
YAML
docs/api-reference/webapi/SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.yml
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
null
null
null
docs/api-reference/webapi/SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.yml
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
59
2021-04-28T07:02:54.000Z
2022-02-03T13:08:46.000Z
docs/api-reference/webapi/SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.yml
SuperOfficeDocs/data-access
f0a7033b0f43c4b60921885c7cebde9b789f4487
[ "MIT" ]
2
2021-07-01T10:19:20.000Z
2021-08-12T09:41:30.000Z
### YamlMime:ManagedReference items: - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest commentId: T:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest id: Person_CreateTemporaryKeyRequest parent: SuperOffice.WebApi.Data children: - SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor - SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain - SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires - SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId - SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId langs: - csharp - vb name: Person_CreateTemporaryKeyRequest nameWithType: Person_CreateTemporaryKeyRequest fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest type: Class source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: 'public class Person_CreateTemporaryKeyRequest : Object' content.vb: >- Public Class Person_CreateTemporaryKeyRequest Inherits Object inheritance: - System.Object modifiers.csharp: - public - class modifiers.vb: - Public - Class - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor commentId: M:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor id: '#ctor' parent: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest langs: - csharp - vb name: Person_CreateTemporaryKeyRequest() nameWithType: Person_CreateTemporaryKeyRequest.Person_CreateTemporaryKeyRequest() fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Person_CreateTemporaryKeyRequest() type: Constructor source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: public Person_CreateTemporaryKeyRequest() content.vb: Public Sub New overload: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor* modifiers.csharp: - public modifiers.vb: - Public - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain commentId: P:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain id: Domain parent: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest langs: - csharp - vb name: Domain nameWithType: Person_CreateTemporaryKeyRequest.Domain fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain type: Property source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: public TemporaryKeyDomain Domain { get; set; } parameters: [] return: type: SuperOffice.WebApi.Data.TemporaryKeyDomain content.vb: Public Property Domain As TemporaryKeyDomain overload: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId commentId: P:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId id: TargetId parent: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest langs: - csharp - vb name: TargetId nameWithType: Person_CreateTemporaryKeyRequest.TargetId fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId type: Property source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: public int TargetId { get; set; } parameters: [] return: type: System.Int32 content.vb: Public Property TargetId As Integer overload: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId commentId: P:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId id: PersonId parent: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest langs: - csharp - vb name: PersonId nameWithType: Person_CreateTemporaryKeyRequest.PersonId fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId type: Property source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: public int PersonId { get; set; } parameters: [] return: type: System.Int32 content.vb: Public Property PersonId As Integer overload: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId* modifiers.csharp: - public - get - set modifiers.vb: - Public - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires commentId: P:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires id: Expires parent: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest langs: - csharp - vb name: Expires nameWithType: Person_CreateTemporaryKeyRequest.Expires fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires type: Property source: path: SuperOffice.WebApi isExternal: true assemblies: - SuperOffice.WebApi namespace: SuperOffice.WebApi.Data syntax: content: public DateTime Expires { get; set; } parameters: [] return: type: System.DateTime content.vb: Public Property Expires As DateTime overload: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires* modifiers.csharp: - public - get - set modifiers.vb: - Public references: - uid: SuperOffice.WebApi.Data commentId: N:SuperOffice.WebApi.Data isExternal: true name: SuperOffice.WebApi.Data nameWithType: SuperOffice.WebApi.Data fullName: SuperOffice.WebApi.Data - uid: System.Object commentId: T:System.Object parent: System isExternal: true name: Object nameWithType: Object fullName: System.Object - uid: System commentId: N:System isExternal: true name: System nameWithType: System fullName: System - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor* commentId: Overload:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.#ctor isExternal: true name: Person_CreateTemporaryKeyRequest nameWithType: Person_CreateTemporaryKeyRequest.Person_CreateTemporaryKeyRequest fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Person_CreateTemporaryKeyRequest - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain* commentId: Overload:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain isExternal: true name: Domain nameWithType: Person_CreateTemporaryKeyRequest.Domain fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Domain - uid: SuperOffice.WebApi.Data.TemporaryKeyDomain commentId: T:SuperOffice.WebApi.Data.TemporaryKeyDomain parent: SuperOffice.WebApi.Data isExternal: true name: TemporaryKeyDomain nameWithType: TemporaryKeyDomain fullName: SuperOffice.WebApi.Data.TemporaryKeyDomain - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId* commentId: Overload:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId isExternal: true name: TargetId nameWithType: Person_CreateTemporaryKeyRequest.TargetId fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.TargetId - uid: System.Int32 commentId: T:System.Int32 parent: System isExternal: true name: Int32 nameWithType: Int32 fullName: System.Int32 - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId* commentId: Overload:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId isExternal: true name: PersonId nameWithType: Person_CreateTemporaryKeyRequest.PersonId fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.PersonId - uid: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires* commentId: Overload:SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires isExternal: true name: Expires nameWithType: Person_CreateTemporaryKeyRequest.Expires fullName: SuperOffice.WebApi.Data.Person_CreateTemporaryKeyRequest.Expires - uid: System.DateTime isExternal: true name: DateTime nameWithType: DateTime fullName: System.DateTime
33.201581
103
0.797976
939417f339eaf009aa0c0673e5c295c23812a568
1,097
yaml
YAML
core/config/basic/realm/ca-one/smartcard/employee.yaml
durko/openxpki
66ee0521ce981dbe7fea63e34d69455cebe4708a
[ "Apache-2.0" ]
null
null
null
core/config/basic/realm/ca-one/smartcard/employee.yaml
durko/openxpki
66ee0521ce981dbe7fea63e34d69455cebe4708a
[ "Apache-2.0" ]
null
null
null
core/config/basic/realm/ca-one/smartcard/employee.yaml
durko/openxpki
66ee0521ce981dbe7fea63e34d69455cebe4708a
[ "Apache-2.0" ]
null
null
null
# employees.yaml # Used as resolver in hash mode with the parameter "deep => 1" set # Query is the primary employee attribute (hdir/dxid for the moment) # Expects a hash with # cn, givenname, initials, sn, mail, loginids # initials might be empty# # loginids is either a single item or an array ref if the user has more # than one loginid. resolvers: - ldap testing@: connector:smartcard.employee.connectors.testing soap@: connector:smartcard.employee.connectors.soap ldap@: connector:smartcard.employee.connectors.ldap connectors: testing: class: Connector::Proxy::YAML LOCATION: /home/pkiadm/ca-one/smartcard/employees.yaml ldap: class: Connector::Proxy::Net::LDAP::Single LOCATION: ldap://localhost:389 base: ou=people,dc=mycompany,dc=com filter: (employeeNumber=[% ARGS.0 %]) binddn: cn=admin,dc=mycompany,dc=com password: admin attrmap: cn: cn givenname: givenname initials: initials sn: sn mail: mail loginids: uid
29.648649
72
0.649043
10b37c49ce96943406f75494f9c80bde6f9f9ed1
976
yml
YAML
summer-web/src/main/resources/application.yml
Mannnnnnn/summer
978707a5fe560f7fa206e25c41f0d6e260f30714
[ "Apache-2.0" ]
null
null
null
summer-web/src/main/resources/application.yml
Mannnnnnn/summer
978707a5fe560f7fa206e25c41f0d6e260f30714
[ "Apache-2.0" ]
null
null
null
summer-web/src/main/resources/application.yml
Mannnnnnn/summer
978707a5fe560f7fa206e25c41f0d6e260f30714
[ "Apache-2.0" ]
null
null
null
spring: jpa: properties: hibernate: hbm2ddl: auto: update naming-strategy: org.hibernate.cfg.DefaultComponentSafeNamingStrategy show-sql: true open-in-view: true datasource: driverClassName: com.mysql.jdbc.Driver url: jdbc:mysql://120.92.119.61:3306/summer?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false username: root password: 123456 resources: static-locations: classpath:/,classpath:/templates/ redis: database: 0 host: localhost password: port: 6379 jedis: pool: max-idle: 8 min-idle: 0 max-active: 8 # max-wait: -1 server: servlet: context-path: / port: 8081
27.885714
136
0.481557