Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.52 KB | None | 0 0
  1. {
  2. publicationsFilter(years:[1999], types: [], authors:[]) {
  3. publicationByYear {
  4. date
  5. publications {
  6. patents {
  7. id
  8. title
  9. description
  10. date
  11. timestamp
  12. authors {
  13. first
  14. last
  15. }
  16. }
  17. abstractOfTalks {
  18. id
  19. title
  20. pages
  21. city
  22. state
  23. country
  24. volume
  25. edition
  26. from
  27. proceedings
  28. publisher
  29. authors {
  30. first
  31. last
  32. }
  33. }
  34. talks {
  35. id
  36. title
  37. event
  38. city
  39. state
  40. country
  41. from
  42. authors {
  43. first
  44. last
  45. }
  46. }
  47. theses {
  48. id
  49. title
  50. type
  51. pages
  52. date
  53. authors {
  54. first
  55. last
  56. }
  57. promotors {
  58. first
  59. last
  60. }
  61. }
  62. proceedings {
  63. id
  64. volume
  65. conference
  66. appeared
  67. edition
  68. proceedings
  69. seriesName
  70. publisher
  71. editors {
  72. first
  73. last
  74. }
  75. }
  76. rumps {
  77. id
  78. title
  79. pages
  80. from
  81. proceedings
  82. edition
  83. authors {
  84. first
  85. last
  86. }
  87. }
  88. books {
  89. id
  90. title
  91. publisher
  92. volume
  93. date
  94. pages
  95. seriesName
  96. authors {
  97. first
  98. last
  99. }
  100. editors {
  101. first
  102. last
  103. }
  104. }
  105. reports {
  106. id
  107. title
  108. pages
  109. date
  110. note
  111. authors {
  112. first
  113. last
  114. }
  115. }
  116. bookArticles {
  117. id
  118. title
  119. pages
  120. bookTitle
  121. date
  122. publisher
  123. seriesName
  124. }
  125. journalArticles {
  126. id
  127. title
  128. pages
  129. number
  130. from
  131. volume
  132. journalTitle
  133. authors {
  134. first
  135. last
  136. }
  137. }
  138. conferenceArticles {
  139. id
  140. title
  141. pages
  142. proceedingid
  143. city
  144. state
  145. country
  146. volume
  147. from
  148. publisher
  149. conference
  150. series
  151. acronym
  152. proceedingTitle
  153. authors {
  154. first
  155. last
  156. }
  157. editors {
  158. first
  159. last
  160. }
  161. }
  162. }
  163. }
  164. publicationByAuthor {
  165. author
  166. publications {
  167. patents {
  168. id
  169. title
  170. description
  171. date
  172. timestamp
  173. authors {
  174. first
  175. last
  176. }
  177. }
  178. abstractOfTalks {
  179. id
  180. title
  181. pages
  182. city
  183. state
  184. country
  185. volume
  186. edition
  187. from
  188. proceedings
  189. publisher
  190. authors {
  191. first
  192. last
  193. }
  194. }
  195. talks {
  196. id
  197. title
  198. event
  199. city
  200. state
  201. country
  202. from
  203. authors {
  204. first
  205. last
  206. }
  207. }
  208. theses {
  209. id
  210. title
  211. type
  212. pages
  213. date
  214. authors {
  215. first
  216. last
  217. }
  218. promotors {
  219. first
  220. last
  221. }
  222. }
  223. proceedings {
  224. id
  225. volume
  226. conference
  227. appeared
  228. edition
  229. proceedings
  230. seriesName
  231. publisher
  232. editors {
  233. first
  234. last
  235. }
  236. }
  237. rumps {
  238. id
  239. title
  240. pages
  241. from
  242. proceedings
  243. edition
  244. authors {
  245. first
  246. last
  247. }
  248. }
  249. books {
  250. id
  251. title
  252. publisher
  253. volume
  254. date
  255. pages
  256. seriesName
  257. authors {
  258. first
  259. last
  260. }
  261. editors {
  262. first
  263. last
  264. }
  265. }
  266. reports {
  267. id
  268. title
  269. pages
  270. date
  271. note
  272. authors {
  273. first
  274. last
  275. }
  276. }
  277. bookArticles {
  278. id
  279. title
  280. pages
  281. bookTitle
  282. date
  283. publisher
  284. seriesName
  285. }
  286. journalArticles {
  287. id
  288. title
  289. pages
  290. number
  291. from
  292. volume
  293. journalTitle
  294. authors {
  295. first
  296. last
  297. }
  298. }
  299. conferenceArticles {
  300. id
  301. title
  302. pages
  303. city
  304. state
  305. country
  306. volume
  307. from
  308. publisher
  309. conference
  310. authors {
  311. first
  312. last
  313. }
  314. editors {
  315. first
  316. last
  317. }
  318. }
  319. }
  320. }
  321. publicationByCategory {
  322. internationalReviewed {
  323. patents {
  324. id
  325. title
  326. description
  327. date
  328. timestamp
  329. authors {
  330. first
  331. last
  332. }
  333. }
  334. abstractOfTalks {
  335. id
  336. title
  337. pages
  338. city
  339. state
  340. country
  341. volume
  342. edition
  343. from
  344. proceedings
  345. publisher
  346. authors {
  347. first
  348. last
  349. }
  350. }
  351. talks {
  352. id
  353. title
  354. event
  355. city
  356. state
  357. country
  358. from
  359. authors {
  360. first
  361. last
  362. }
  363. }
  364. theses {
  365. id
  366. title
  367. type
  368. pages
  369. date
  370. authors {
  371. first
  372. last
  373. }
  374. promotors {
  375. first
  376. last
  377. }
  378. }
  379. proceedings {
  380. id
  381. volume
  382. conference
  383. appeared
  384. edition
  385. proceedings
  386. seriesName
  387. publisher
  388. editors {
  389. first
  390. last
  391. }
  392. }
  393. rumps {
  394. id
  395. title
  396. pages
  397. from
  398. proceedings
  399. edition
  400. authors {
  401. first
  402. last
  403. }
  404. }
  405. books {
  406. id
  407. title
  408. publisher
  409. volume
  410. date
  411. pages
  412. seriesName
  413. authors {
  414. first
  415. last
  416. }
  417. editors {
  418. first
  419. last
  420. }
  421. }
  422. reports {
  423. id
  424. title
  425. pages
  426. date
  427. note
  428. authors {
  429. first
  430. last
  431. }
  432. }
  433. bookArticles {
  434. id
  435. title
  436. pages
  437. bookTitle
  438. date
  439. publisher
  440. seriesName
  441. }
  442. journalArticles {
  443. id
  444. title
  445. pages
  446. number
  447. from
  448. volume
  449. journalTitle
  450. authors {
  451. first
  452. last
  453. }
  454. }
  455. conferenceArticles {
  456. id
  457. title
  458. pages
  459. city
  460. state
  461. country
  462. volume
  463. from
  464. publisher
  465. conference
  466. authors {
  467. first
  468. last
  469. }
  470. editors {
  471. first
  472. last
  473. }
  474. }
  475. }
  476. internationalNotReviewed {
  477. patents {
  478. id
  479. title
  480. description
  481. date
  482. timestamp
  483. authors {
  484. first
  485. last
  486. }
  487. }
  488. abstractOfTalks {
  489. id
  490. title
  491. pages
  492. city
  493. state
  494. country
  495. volume
  496. edition
  497. from
  498. proceedings
  499. publisher
  500. authors {
  501. first
  502. last
  503. }
  504. }
  505. talks {
  506. id
  507. title
  508. event
  509. city
  510. state
  511. country
  512. from
  513. authors {
  514. first
  515. last
  516. }
  517. }
  518. theses {
  519. id
  520. title
  521. type
  522. pages
  523. date
  524. authors {
  525. first
  526. last
  527. }
  528. promotors {
  529. first
  530. last
  531. }
  532. }
  533. proceedings {
  534. id
  535. volume
  536. conference
  537. appeared
  538. edition
  539. proceedings
  540. seriesName
  541. publisher
  542. editors {
  543. first
  544. last
  545. }
  546. }
  547. rumps {
  548. id
  549. title
  550. pages
  551. from
  552. proceedings
  553. edition
  554. authors {
  555. first
  556. last
  557. }
  558. }
  559. books {
  560. id
  561. title
  562. publisher
  563. volume
  564. date
  565. pages
  566. seriesName
  567. authors {
  568. first
  569. last
  570. }
  571. editors {
  572. first
  573. last
  574. }
  575. }
  576. reports {
  577. id
  578. title
  579. pages
  580. date
  581. note
  582. authors {
  583. first
  584. last
  585. }
  586. }
  587. bookArticles {
  588. id
  589. title
  590. pages
  591. bookTitle
  592. date
  593. publisher
  594. seriesName
  595. }
  596. journalArticles {
  597. id
  598. title
  599. pages
  600. number
  601. from
  602. volume
  603. journalTitle
  604. authors {
  605. first
  606. last
  607. }
  608. }
  609. conferenceArticles {
  610. id
  611. title
  612. pages
  613. city
  614. state
  615. country
  616. volume
  617. from
  618. publisher
  619. conference
  620. authors {
  621. first
  622. last
  623. }
  624. editors {
  625. first
  626. last
  627. }
  628. }
  629. }
  630. localReviewed {
  631. patents {
  632. id
  633. title
  634. description
  635. date
  636. timestamp
  637. authors {
  638. first
  639. last
  640. }
  641. }
  642. abstractOfTalks {
  643. id
  644. title
  645. pages
  646. city
  647. state
  648. country
  649. volume
  650. edition
  651. from
  652. proceedings
  653. publisher
  654. authors {
  655. first
  656. last
  657. }
  658. }
  659. talks {
  660. id
  661. title
  662. event
  663. city
  664. state
  665. country
  666. from
  667. authors {
  668. first
  669. last
  670. }
  671. }
  672. theses {
  673. id
  674. title
  675. type
  676. pages
  677. date
  678. authors {
  679. first
  680. last
  681. }
  682. promotors {
  683. first
  684. last
  685. }
  686. }
  687. proceedings {
  688. id
  689. volume
  690. conference
  691. appeared
  692. edition
  693. proceedings
  694. seriesName
  695. publisher
  696. editors {
  697. first
  698. last
  699. }
  700. }
  701. rumps {
  702. id
  703. title
  704. pages
  705. from
  706. proceedings
  707. edition
  708. authors {
  709. first
  710. last
  711. }
  712. }
  713. books {
  714. id
  715. title
  716. publisher
  717. volume
  718. date
  719. pages
  720. seriesName
  721. authors {
  722. first
  723. last
  724. }
  725. editors {
  726. first
  727. last
  728. }
  729. }
  730. reports {
  731. id
  732. title
  733. pages
  734. date
  735. note
  736. authors {
  737. first
  738. last
  739. }
  740. }
  741. bookArticles {
  742. id
  743. title
  744. pages
  745. bookTitle
  746. date
  747. publisher
  748. seriesName
  749. }
  750. journalArticles {
  751. id
  752. title
  753. pages
  754. number
  755. from
  756. volume
  757. journalTitle
  758. authors {
  759. first
  760. last
  761. }
  762. }
  763. conferenceArticles {
  764. id
  765. title
  766. pages
  767. city
  768. state
  769. country
  770. volume
  771. from
  772. publisher
  773. conference
  774. authors {
  775. first
  776. last
  777. }
  778. editors {
  779. first
  780. last
  781. }
  782. }
  783. }
  784. localNotReviewed {
  785. patents {
  786. id
  787. title
  788. description
  789. date
  790. timestamp
  791. authors {
  792. first
  793. last
  794. }
  795. }
  796. abstractOfTalks {
  797. id
  798. title
  799. pages
  800. city
  801. state
  802. country
  803. volume
  804. edition
  805. from
  806. proceedings
  807. publisher
  808. authors {
  809. first
  810. last
  811. }
  812. }
  813. talks {
  814. id
  815. title
  816. event
  817. city
  818. state
  819. country
  820. from
  821. authors {
  822. first
  823. last
  824. }
  825. }
  826. theses {
  827. id
  828. title
  829. type
  830. pages
  831. date
  832. authors {
  833. first
  834. last
  835. }
  836. promotors {
  837. first
  838. last
  839. }
  840. }
  841. proceedings {
  842. id
  843. volume
  844. conference
  845. appeared
  846. edition
  847. proceedings
  848. seriesName
  849. publisher
  850. editors {
  851. first
  852. last
  853. }
  854. }
  855. rumps {
  856. id
  857. title
  858. pages
  859. from
  860. proceedings
  861. edition
  862. authors {
  863. first
  864. last
  865. }
  866. }
  867. books {
  868. id
  869. title
  870. publisher
  871. volume
  872. date
  873. pages
  874. seriesName
  875. authors {
  876. first
  877. last
  878. }
  879. editors {
  880. first
  881. last
  882. }
  883. }
  884. reports {
  885. id
  886. title
  887. pages
  888. date
  889. note
  890. authors {
  891. first
  892. last
  893. }
  894. }
  895. bookArticles {
  896. id
  897. title
  898. pages
  899. bookTitle
  900. date
  901. publisher
  902. seriesName
  903. }
  904. journalArticles {
  905. id
  906. title
  907. pages
  908. number
  909. from
  910. volume
  911. journalTitle
  912. authors {
  913. first
  914. last
  915. }
  916. }
  917. conferenceArticles {
  918. id
  919. title
  920. pages
  921. city
  922. state
  923. country
  924. volume
  925. from
  926. publisher
  927. conference
  928. authors {
  929. first
  930. last
  931. }
  932. editors {
  933. first
  934. last
  935. }
  936. }
  937. }
  938. localReviewed {
  939. patents {
  940. id
  941. title
  942. description
  943. date
  944. timestamp
  945. authors {
  946. first
  947. last
  948. }
  949. }
  950. abstractOfTalks {
  951. id
  952. title
  953. pages
  954. city
  955. state
  956. country
  957. volume
  958. edition
  959. from
  960. proceedings
  961. publisher
  962. authors {
  963. first
  964. last
  965. }
  966. }
  967. talks {
  968. id
  969. title
  970. event
  971. city
  972. state
  973. country
  974. from
  975. authors {
  976. first
  977. last
  978. }
  979. }
  980. theses {
  981. id
  982. title
  983. type
  984. pages
  985. date
  986. authors {
  987. first
  988. last
  989. }
  990. promotors {
  991. first
  992. last
  993. }
  994. }
  995. proceedings {
  996. id
  997. volume
  998. conference
  999. appeared
  1000. edition
  1001. proceedings
  1002. seriesName
  1003. publisher
  1004. editors {
  1005. first
  1006. last
  1007. }
  1008. }
  1009. rumps {
  1010. id
  1011. title
  1012. pages
  1013. from
  1014. proceedings
  1015. edition
  1016. authors {
  1017. first
  1018. last
  1019. }
  1020. }
  1021. books {
  1022. id
  1023. title
  1024. publisher
  1025. volume
  1026. date
  1027. pages
  1028. seriesName
  1029. authors {
  1030. first
  1031. last
  1032. }
  1033. editors {
  1034. first
  1035. last
  1036. }
  1037. }
  1038. reports {
  1039. id
  1040. title
  1041. pages
  1042. date
  1043. note
  1044. authors {
  1045. first
  1046. last
  1047. }
  1048. }
  1049. bookArticles {
  1050. id
  1051. title
  1052. pages
  1053. bookTitle
  1054. date
  1055. publisher
  1056. seriesName
  1057. }
  1058. journalArticles {
  1059. id
  1060. title
  1061. pages
  1062. number
  1063. from
  1064. volume
  1065. journalTitle
  1066. authors {
  1067. first
  1068. last
  1069. }
  1070. }
  1071. conferenceArticles {
  1072. id
  1073. title
  1074. pages
  1075. city
  1076. state
  1077. country
  1078. volume
  1079. from
  1080. publisher
  1081. conference
  1082.  
  1083. authors {
  1084. first
  1085. last
  1086. }
  1087. editors {
  1088. first
  1089. last
  1090. }
  1091. }
  1092. }
  1093. internalReports {
  1094. id
  1095. title
  1096. pages
  1097. date
  1098. note
  1099. authors {
  1100. first
  1101. last
  1102. }
  1103. }
  1104. phdTheses {
  1105. id
  1106. title
  1107. type
  1108. pages
  1109. date
  1110. authors {
  1111. first
  1112. last
  1113. }
  1114. promotors {
  1115. first
  1116. last
  1117. }
  1118. }
  1119. masterTheses {
  1120. id
  1121. title
  1122. type
  1123. pages
  1124. date
  1125. authors {
  1126. first
  1127. last
  1128. }
  1129. promotors {
  1130. first
  1131. last
  1132. }
  1133. }
  1134. patents {
  1135. id
  1136. title
  1137. description
  1138. date
  1139. authors {
  1140. first
  1141. last
  1142. }
  1143. }
  1144. }
  1145. }
  1146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement