Learn
- EndNote format
- JavaScript, FCC
- CSS, FCC
- Clean Code, YouTube
Todo - Project repo
- To start a new project Publon DOI, user story
Todo
- Add citation button #83
- Add-delete-button-#457
2.1 Update the scenarios
for both curation_log
and dataset_log
2.2 Try to implement I should see a dataset log entry containing "file attribute deleted"
Done - Project
- Finish a php program that can get get
doi
using paper’s title, first author name and publisher name
Done
- Add hypothesis metadata schema
1.1 Update $this->fullDOI = $mainSection->getReleaseDetails()['full_doi'];
in view.php
1.2 Move meta tag
to <head></head>
in /new_datasetpage.php
and call it using <?php echo CHtml::encode($this->fullDOI); ?>
- Add-delete-button-#457
2.1 Pass the behat test for datasetog
- Add citation button #83
3.1 In EndNoteHelper
class, use findAllByAttribute
to connect the Dataset
model
3.2 Include fixture
in EndNoteHelperTest.php
to access the test dataset
table
Reference