This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"А": [{"cluster": 0, "doc_count": 30.0, "mean_year": 2015.966666666667, "topic_name": "basic reproduction number; global stability; global dynamic", "quintile_freq": 3, "quintile_mean_year": 6}, {"cluster": 0, "doc_count": 19.0, "mean_year": 2015.6842105263158, "topic_name": "cavitation; large eddy simulation; cavitate flow", "quintile_freq": 1, "quintile_mean_year": 4}, {"cluster": 0, "doc_count": 22.0, "mean_year": 2015.5454545454545, "topic_name": "chemical accuracy; cohesive energy; interatomic potential", "quintile_freq": 1, "quintile_mean_year": 2}, {"cluster": 0, "doc_count": 39.0, "mean_year": 2015.179487179487, "topic_name": "crack path; brittle fracture; phase field modeling", "quintile_freq": 4, "quintile_mean_year": 0}, {"cluster": 0, "doc_count": 127.0, "mean_year": 2016.275590551181, "topic_name": "hamilton principle; thickness direction; shear correction factor", "quintile_freq": 9, "quintile_mean_year": 8}, {"cluster": 0, "doc_count": 47.0, "mean_year": 2015.893617021277, "topic_name": "many |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react'; | |
import { Document, Page } from 'react-pdf'; | |
const PersonalDataForm: React.FunctionComponent = () => { | |
return ( | |
<Document | |
file="http://localhost:3000/test.pdf" | |
onLoadSuccess={() => {}} | |
> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ParsedUrlQuery } from 'querystring'; | |
import { ServerResponse } from 'http'; | |
import * as React from 'react'; | |
import { createStyles, makeStyles, Theme } from '@material-ui/core'; | |
import { Trans, useTranslation } from 'react-i18next'; | |
import { Form } from 'react-final-form'; | |
import { useRouter } from 'next/router'; | |
import Layout from '../components/Layout'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { ParsedUrlQuery } from 'querystring'; | |
import { ServerResponse } from 'http'; | |
import * as React from 'react'; | |
import { createStyles, makeStyles, Theme } from '@material-ui/core'; | |
import { Trans, useTranslation } from 'react-i18next'; | |
import { Form } from 'react-final-form'; | |
import { useRouter } from 'next/router'; | |
import Layout from '../components/Layout'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react' | |
import PropTypes from 'prop-types' | |
import { Form } from 'react-final-form'; | |
import RegisterLoginForm from '../RegisterLoginForm'; | |
import RegisterPersonalDataForm from '../RegisterPersonalDataForm'; | |
import RegisterAdditionalDataForm from '../RegisterAdditionalDataForm'; | |
import RegisterSuccessForm from '../RegisterSuccessForm'; | |
export default class RegisterForm extends React.Component { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
Button, | |
FormControl, | |
Grid, | |
Input, | |
InputLabel, | |
makeStyles, | |
Theme, | |
Checkbox, | |
FormControlLabel, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react'; | |
import { createStyles, makeStyles, Theme } from '@material-ui/core'; | |
import { Trans } from 'react-i18next'; | |
import FanStep from '../FanStep'; | |
import FanStepLabel from '../FanStepLabel'; | |
import FanStepper from '.'; | |
export default { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import { createStyles, makeStyles, Stepper, Theme } from '@material-ui/core'; | |
import { StepperProps } from '@material-ui/core/Stepper'; | |
import FanStepperConnector from '../FanStepperConnector'; | |
const useStyles = makeStyles((theme: Theme) => | |
createStyles({ | |
stepperContainer: { | |
padding: 0, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fggfg |
NewerOlder