Search

Search Funnelback University

Search powered by Funnelback
1 - 19 of 19 search results for katalk:za33 24 where 0 match all words and 19 match some words.
  1. Results that match 1 of 2 words

  2. Written and approved 24 May 2017, revised 27 November ...

    https://www.environment.admin.cam.ac.uk/sites/www.environment.admin.cam.ac.uk/files/ecological_advisory_panel_-_terms_of_reference_-_20_march_2024.pdf
    28 Mar 2024: Written and approved 24 May 2017, revised 27 November 2023, approved by Ecological Advisory Panel 27 February 2024,approved by Environmental Sustainability Strategy Committee 20 March 2024. ... o Environment Team Manager, Environmental Sustainability Team
  3. HISTORICAL TRIPOS lecture list reformatted

    https://www.hist.cam.ac.uk/sites/default/files/inline-files/HISTORICAL%20TRIPOS%20lecture%20list%20reformatted_22.pdf
    28 Mar 2024: 24. F The Little Lion: Edward III’s England, 1327‐1347 DR C. ... F. 2‐4 weeks 2,4,6 & 8. FACULTY OF HISTORY  LECTURE LIST 2023‐24.
  4. Disorder in crystal structure — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/disorder.html
    28 Mar 2024: groups[1].activate() >>> [assembly.active.id for assembly in cry.disorder.assemblies] [0, 1, 0] >>> round(cry.void_volume(probe_radius=0.6, grid_spacing=0.3), 2) 24.23. ... averaged void volume is 24.04 cubic angstroms.
  5. 1 2023-24 Faculty of Music 11 West Road CB3 ...

    https://www.mus.cam.ac.uk/sites/www.mus.cam.ac.uk/files/undergraduate_handbook_2023-24_v6.pdf
    28 Mar 2024: 1. 2023-24. Faculty of Music. 11 West Road. CB3 9DP. www.mus.cam.ac.uk. ... Feedback. 22. Funding & Prizes. 22. PART IA. 24. Part IA Summary of submission deadlines.
  6. Transaction Code Balance (UFS) Report

    https://www.finance.admin.cam.ac.uk/files/gl_trnscdsbal.pdf
    28 Mar 2024: Detailed Procedure Transaction Code Balance (UFS) Report. Version 2.1 March-24 Page 1 of 5. ... Version 2.1 March-24 Page 5 of 5. Information on Departmental deposits.
  7. Quick primer to using the CSD Python API — CSD Python API 3.1.0…

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/primer.html
    28 Mar 2024: 23, 21, 11) ABEBOZ: (0, 1, 2,. , 22, 24, 26) ABEBUF: (0, 1, 2,. , ... 25, 26, 27) ISOHAZ: (0, 1, 4,. , 22, 24, 26) ISOHED: (10, 11, 14,. ,
  8. Working with crystals — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/crystal.html
    28 Mar 2024: from ccdc.descriptors import MolecularDescriptors >>> sliced = crystal.slicing(crystal.miller_indices(1, 1, 0).plane) >>> print(len(sliced.components)) 24 >>> sliced = crystal.slicing(crystal.miller_indices(1, 1, 0).plane,
  9. Reduced cell searching — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/reduced_cell_searching.html
    28 Mar 2024: print(aacmhx10.cell_lengths) CellLengths(a=24.157, b=16.758, c=8.535) >>> print(aacmhx10.cell_angles) CellAngles(alpha=90.0, beta=90.0, gamma=90.0) >>> ... Let us analyse the hits. >>> print(len(hits)) 29 >>> h = hits[0] >>> print(h.identifier) AACMHX10 >
  10. HBond Propensities — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/hbond_propensities.html
    28 Mar 2024: hbp.analyse_fitting_data() >>> print(hbp.donors) (HBondDonor(NH1(atom 3 of imidazole_1)) 61 positive 80 negative,) >>> print(hbp.acceptors) (HBondAcceptor(N(atom 1 of ar_N_2)) 24 positive
  11. Pharmacophore searching — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/descriptive_docs/pharmacophore.html
    28 Mar 2024: have_elements = [] must_not_have_elements = [He (2), Be (4), Ne (10), Al (13), Si (14), Ar (18), Sc (21), Ti (22), V (23), Cr (24), Ga (31), Ge (32), As
  12. Utility examples — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/cookbook_examples/utility_examples.html
    28 Mar 2024: 2017-08-24: created by the Cambridge Crystallographic Data Centre # ''' timer.py - an example of using a timer.
  13. ccdc.utilities — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/_modules/ccdc/utilities.html
    28 Mar 2024: docs] @staticmethod def format_time(t): '''Formats a time into hours:minutes:seconds.''' t = int(t) hours, mins, secs = t/3600, (t%3600)/60, t % 60 if hours > 24: return ... d:%02d:%02d' % (hours/24, hours%24, mins, secs) return '%d:%02d:%02d' % (hours,
  14. 1 2023-24 Faculty of Music 11 West Road CB3 ...

    https://www.mus.cam.ac.uk/files/undergraduate_handbook_2023-24_v6.pdf
    28 Mar 2024: 1. 2023-24. Faculty of Music. 11 West Road. CB3 9DP. www.mus.cam.ac.uk. ... Feedback. 22. Funding & Prizes. 22. PART IA. 24. Part IA Summary of submission deadlines.
  15. Pharmacophore Examples — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/cookbook_examples/pharmacophore_examples.html
    28 Mar 2024: file.''' html = [ '<HTML>', '<HEAD>', '<STYLE>', 'div.hist { width:24%; display: inline-block; vertical-align: top; overflow: hidden; }', '</STYLE>', '</HEAD>', '<BODY>', '<H1>Amino Acid Halogens</H1>', ] return 'n'.join(html) def
  16. ccdc.cavity — CSD Python API 3.1.0 documentation

    https://downloads.ccdc.cam.ac.uk/documentation/API/_modules/ccdc/cavity.html
    28 Mar 2024: 16, TRP=17, TYR=18, VAL=19, UNK=20, ASX=21, GLX=22, NAD=23, NAP=24, FMN=25, MTX=26, HEM=27, ATP=28, COA=29, C=30, A=31,
  17. CC.2024.02.21 Unreserved Minutes Page 1 Sidney Sussex College…

    https://www.sid.cam.ac.uk/sites/default/files/2024-02-21%20Council%20Minutes%20Unreserved%20Business.pdf
    28 Mar 2024: in the room for the presentation. 504 Unreserved business minutes of 24 January 2024 (CC.2324/504).
  18. Part II Genetics

    https://www.gen.cam.ac.uk/files/part_ii_genetics_202425_booklet_info_for_ibs_vers_20_03_2024.pdf
    28 Mar 2024: the necessary breadth of background in the subject. Each module is made up of 24 lectures. ... 24. Dr Liria Masuda-Nakagawa. Liria is interested in brains and is using Drosophila to investigate.
  19. Rethinking low-level radiation risksThe Linear Non-Threshold (LNT)…

    https://www.energy.cam.ac.uk/files/rethinking_low-level_radiation_risks_-_sannah_van_balen.pdf
    28 Mar 2024: clean-up workers, resettledfamilies, and parents of exposed children was enormous- resulting in high levels of suicide, alcoholism, and othermental health related eects [24]. ... Volume II: Eects., vol. II:Eects, pp. 451–566, United Nations, 2000. [24]
  20. Data Protection Reform: The changing UK landscape Gavin Freeguard ...

    https://www.cipil.law.cam.ac.uk/sites/www.law.cam.ac.uk/files/images/www.cipil.law.cam.ac.uk/documents/data_protection_conference/gavin_freeguard_slides.pptx
    28 Mar 2024: Recognise data subjects AND decision subjects. ‹#›. Binns, Reuben, Algorithmic Accountability and Public Reason (24 May, 2017).

Refine your results

Format

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.