This file contains hidden or 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 |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
[{"id":149,"firstName":"Tricia","lastName":"Josey","email":"[email protected]","phone":"(878)937-1883","address":{"streetAddress":"2782 Placerat St","city":"Rancho Cucamonga","state":"AZ","zip":"20429"},"description":"sapien mi sagittis mattis molestie porta velit scelerisque egestas ipsum tincidunt mattis dolor rutrum egestas placerat pulvinar amet libero sapien eros quis sed egestas massa porta aliquam amet sit sollicitudin magna convallis"},{"id":428,"firstName":"Carol","lastName":"Manteuffel","email":"[email protected]","phone":"(263)912-4988","address":{"streetAddress":"7901 Rutrum Ln","city":"Bessemer City","state":"AR","zip":"10582"},"description":"vitae ac morbi at pulvinar consequat vel magna sapien amet sapien morbi odio placerat dolor amet lectus curabitur dolor velit sed vel tincidunt facilisis et et lacus eros pretium scelerisque donec vitae"},{"id":414,"firstName":"Vanita","lastName":"Bartleson","email":"[email protected]","phone":"(205)043-1297","address":{"streetAddress":"2184 Sapien |
OlderNewer